ref: 7bdf34a1bceac048b48b459f484b174d1b21f557
parent: bfe794a57640e29917fe5167e6949625f3f93b8d
author: sirjofri <sirjofri@sirjofri.de>
date: Tue Sep 21 10:51:03 EDT 2021
adds first compilable draft. no content yet!
--- /dev/null
+++ b/ebooksrc/META-INF/container.xml
@@ -1,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<container
+ xmlns="urn:oasis:names:tc:opendocument:xmlns:container"
+ version="1.0">
+ <rootfiles>
+ <rootfile
+ full-path="content.opf"
+ media-type="application/oebps-package+xml"/>
+ </rootfiles>
+</container>
\ No newline at end of file
--- /dev/null
+++ b/ebooksrc/content.ncx
@@ -1,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ncx
+ xmlns="http://www.daisy.org/z3986/2005/ncx/"
+ version="2005-1"
+ xml:lang="en">
+ <head>
+ <meta name="dtb:uid" content="abc"/>
+ </head>
+ <docTitle>
+ <text>(Somewhat) Serious Guide to 9front</text>
+ </docTitle>
+ <docAuthor>
+ <text>sirjofri</text>
+ </docAuthor>
+ <navMap>
+ <navPoint playOrder="1" id="intro">
+ <navLabel>
+ <text>Introduction</text>
+ </navLabel>
+ <content src="0intro.xhtml"/>
+ </navPoint>
+ </navMap>
+</ncx>
--- /dev/null
+++ b/ebooksrc/content.opf
@@ -1,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package version="3.0"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:opf="http://www.idpf.org/2007/opf"
+ xmlns="http://www.idpf.org/2007/opf"
+ unique-identifier="Id">
+ <metadata>
+ <dc:identifier id="Id">abc</dc:identifier>
+ <meta property="dcterms:modified">2021-08-27T10:00:00Z</meta>
+ <dc:language>en</dc:language>
+ <dc:title xml:lang="en">(Somewhat) Serious Guide to 9front</dc:title>
+ <dc:description xml:lang="en">Bla</dc:description>
+ <dc:creator id="sirjofri" xml:lang="en">sirjofri</dc:creator>
+ </metadata>
+ <manifest>
+ <item id="ncx" href="content.ncx" media-type="application/x-dtbncx+xml"/>
+ <item id="nav" href="nav.xhtml" media-type="application/xhtml+xml" properties="nav"/>
+ <item id="0intro" href="0intro.xhtml" media-type="application/xhtml+xml"/>
+ </manifest>
+ <spine toc="ncx">
+ <itemref idref="nav"/>
+ <itemref idref="0intro"/>
+ </spine>
+</package>
--- /dev/null
+++ b/ebooksrc/mimetype
@@ -1,0 +1,1 @@
+application/epub+zip
\ No newline at end of file
--- /dev/null
+++ b/ebooksrc/nav.xhtml
@@ -1,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ops="http://www.idpf.org/2007/ops"
+ xml:lang="en">
+ <head>
+ <title>Table of Contents</title>
+ </head>
+ <body>
+ <nav ops:type="toc">
+ <h1>Table of Contents</h1>
+ <ol>
+ <li><a href="nav.xhtml">Table of Contents</a></li>
+ <li><a href="0intro.xhtml">Introduction</a></li>
+ </ol>
+ </nav>
+ </body>
+</html>
--- /dev/null
+++ b/mssrc/000.ms
@@ -1,0 +1,21 @@
+.de XS
+.ds LQ ""
+.nr |i (\\$1i-1i)/3u
+.ie '\\$1'0' .tm TOC:.XL \\$1 \\*(LQ\\$2\\*(LQ \\n%
+.el .tm TOC:.XL \\$1 \\*(LQ\h'\\n(|iu'\\*(SN\0\0\\$2\\*(LQ \\n%
+..
+.tm TOC:.de XL
+.tm TOC:.nr |i \\\\$1
+.tm TOC:.ta \\\\n(LLuR
+.tm TOC:.ie \\\\$1>1 \\
+.tm TOC:\\{\\
+.tm TOC:\\\\$2 \\a\\|\\|\\\\$3
+.tm TOC:.vs 15pt
+.tm TOC:.\\}
+.tm TOC:.el \\
+.tm TOC:\\{\\
+.tm TOC:\\fB\\\\$2 \\|\\|\\\\$3\\fR
+.tm TOC:.vs 25pt
+.tm TOC:.\\}
+.tm TOC:..
+.tm TOC:.LP
--- /dev/null
+++ b/text/0intro
@@ -1,0 +1,3 @@
+Introduction
+
+Welcome words.