shithub: sergui

Download patch

ref: 182139a3bff126f3958772702059cdf11cc3ab9a
parent: 7bdf34a1bceac048b48b459f484b174d1b21f557
author: sirjofri <sirjofri@sirjofri.de>
date: Fri Sep 24 02:01:37 EDT 2021

s/ /	/g, adds first draft layout

--- a/ebooksrc/content.ncx
+++ b/ebooksrc/content.ncx
@@ -1,23 +1,29 @@
 <?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>
+	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>
+		<navPoint playOrder="2" id="newOSexp">
+			<navLabel>
+    			<text>A Complete New Operating System Experience</text>
+    		</navLabel>
+    		<content src="1newOSexp.xhtml"/>
+    	</navPoint>
+	</navMap>
 </ncx>
--- a/ebooksrc/content.opf
+++ b/ebooksrc/content.opf
@@ -1,24 +1,26 @@
 <?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>
+	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"/>
+		<item id="1newOSexp" href="1newOSexp.xhtml" media-type="application/xhtml+xml"/>
+	</manifest>
+	<spine toc="ncx">
+		<itemref idref="nav"/>
+		<itemref idref="0intro"/>
+		<itemref idref="1newOSexp"/>
+	</spine>
 </package>
--- a/ebooksrc/nav.xhtml
+++ b/ebooksrc/nav.xhtml
@@ -1,17 +1,18 @@
 <?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>
+	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>
+				<li><a href="1newOSexp.xhtml">A Complete New Operating System Experience</a></li>
+			</ol>
+		</nav>
+	</body>
 </html>
--- a/text/0intro
+++ b/text/0intro
@@ -1,3 +1,22 @@
 Introduction
 
 Welcome words.
+
+# About this book
+
+# A Modern Operating System
+
+## What is a Modern Operating System?
+
+## Plan 9 is a Modern Operating System
+
+## Plan 9 is not a Modern Operating System
+
+
+# Getting Started
+
+## Barriers of Entry
+
+## Users, Developers and Gurus
+
+## Getting Help
--- /dev/null
+++ b/text/1newOSexp
@@ -1,0 +1,26 @@
+A Complete New Operating System Experience
+
+# UNIX Heritage
+
+
+# The Role of the Operating System
+
+
+# Resource Abstraction
+
+## Data Abstraction
+
+## Service and Software Abstraction
+
+## Hardware Abstraction
+
+
+# Your Friend Namespaces
+
+## What are Names?
+
+## View on Resources
+
+## Dynamic, Personal Namespaces
+
+## “Namespace Conventions”