Digital zines II: HTML and friends: Difference between revisions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
Example from raspberry pi script: | Example from raspberry pi script: | ||
<source lang="bash"> | |||
sed -i 's| init=/usr/lib/raspi-config/init_resize\.sh||' /boot/cmdline.txt | sed -i 's| init=/usr/lib/raspi-config/init_resize\.sh||' /boot/cmdline.txt | ||
</source> | |||
* [[YAML]] metadata & templates, [https://networkcultures.org/digitalpublishing/2014/10/21/hybrid-workflow-how-to-making-automated-workflows-part-1/ DPT workflow tutorial] | * [[YAML]] metadata & templates, [https://networkcultures.org/digitalpublishing/2014/10/21/hybrid-workflow-how-to-making-automated-workflows-part-1/ DPT workflow tutorial] |
Revision as of 17:21, 19 January 2020
Maybe better title: HTML and epub (or vice versa)
- the "web trinities": URL, HTTP, HTML / HTML, CSS, JS
- (meta)redirections, cool urls don't change?!
- XHTML/RDF... and the so-called semantic web... (and relations to the (historical) XML community)
- Metadata (in SVG)
- EPUB
- pandoc
- Regular expressions, grep, sed?
Example from raspberry pi script:
sed -i 's| init=/usr/lib/raspi-config/init_resize\.sh||' /boot/cmdline.txt
- 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 ?