Digital zines II: HTML and friends: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* the "web trinities": URL, HTTP, HTML / HTML, CSS, JS | * the "web trinities": URL, HTTP, HTML / HTML, CSS, JS | ||
* XHTML/RDF... and the so-called semantic web... (and relations to the (historical) [[XML]] community) | * XHTML/RDF... and the so-called semantic web... (and relations to the (historical) [[XML]] community) | ||
* Metadata (in SVG) | * Metadata (in SVG) | ||
Line 11: | Line 10: | ||
* [[pandoc]] | * [[pandoc]] | ||
* [[Regular expressions]], grep, sed? | * [[Regular expressions]], grep, sed? | ||
some "old school" tricks worth understanding... | |||
* (meta)redirections, [https://www.w3.org/Provider/Style/URI.html cool urls don't change?!] | |||
* framesets | |||
* [[iframe]] and postMessage style communication? | * [[iframe]] and postMessage style communication? | ||
* tables? | |||
Example from raspberry pi script: | Example from raspberry pi script: | ||
<source lang="bash"> | <source lang="bash"> |
Revision as of 10:29, 22 January 2020
Maybe better title: HTML and epub (or vice versa)
- the "web trinities": URL, HTTP, HTML / HTML, CSS, JS
- XHTML/RDF... and the so-called semantic web... (and relations to the (historical) XML community)
- Metadata (in SVG)
- EPUB
- pandoc
- Regular expressions, grep, sed?
some "old school" tricks worth understanding...
- (meta)redirections, cool urls don't change?!
- framesets
- iframe and postMessage style communication?
- tables?
Example from raspberry pi script:
sed -i 's| init=/usr/lib/raspi-config/init_resize\.sh||' /boot/cmdline.txt
- WHATWG ...
- YAML metadata & templates, DPT workflow tutorial
- alternatives / parallel histories? (plato, bbs, dartmouth, ... )
- https://sammacbeth.eu/blog/2019/03/22/dat-for-firefox-1.html
- maybe try a realtime editor like: https://demo.codimd.org/
- https://casual-effects.com/markdeep/
- Redirection (meta refresh style?)
- Command-line html tools -- what exists?
- API via URL ?
- Working with "living standards": https://caniuse.com/ , http://youmightnotneedjs.com/, http://youmightnotneedjquery.com/
whiptail --yesno "COntinue" 20 20
Timeline
1989
HTML Berners-Lee, CERN
1996
1997
1998
2000
2014
HTML5 See also: w3c + whatwg conflict