We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As fodder for discussion, here's the code for a minimal WPUB. Serialization details TK.
minimal index.html manifest.json
<!DOCTYPE html> <html> <head> <title>.</title> <link href="manifest.json" rel="publication"/> </head> <body> <p>Call me Ishmael. </html>
{ "address": "www.example.com/minimal/", "reading-order": [ "index.html" ], "reading-progression": "ltr", "resources": [ "index.html" ] }