Digital zines II: HTML and friends: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 6: Line 6:
* the "web trinities": URL, HTTP, HTML / HTML, CSS, JS
* the "web trinities": URL, HTTP, HTML / HTML, CSS, JS
* (meta)redirections, [https://www.w3.org/Provider/Style/URI.html cool urls don't change?!]
* (meta)redirections, [https://www.w3.org/Provider/Style/URI.html cool urls don't change?!]
* 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)
* EPUB
* EPUB

Revision as of 15:52, 20 January 2020

Construction.gif page still in development

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?
  • iframe and postMessage style communication?

Example from raspberry pi script:

sed -i 's| init=/usr/lib/raspi-config/init_resize\.sh||' /boot/cmdline.txt
whiptail --yesno "COntinue" 20 20