mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -04:00
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?
|
|
require_once('Core.php');
|
|
?><?= Template::Header(['title' => 'The Standard Ebooks Manual', 'highlight' => 'contribute']) ?>
|
|
<main>
|
|
<article class="manual">
|
|
|
|
<section id="the-standard-ebooks-manual">
|
|
<h1>The Standard Ebooks Manual</h1>
|
|
<h2>Table of Contents</h2>
|
|
<ol type="1">
|
|
<li><a href="/manual/1.0/code-style">XHTML, CSS, and SVG Code Style</a></li>
|
|
<li><a href="/manual/1.0/filesystem">Filesystem Layout and File Naming Conventions</a></li>
|
|
<li><a href="/manual/1.0/the-structure-of-an-ebook">The Structure of an Ebook</a></li>
|
|
<li><a href="/manual/1.0/semantics">Semantics</a></li>
|
|
<li><a href="/manual/1.0/general-xhtml-patterns">General XHTML Patterns</a></li>
|
|
<li><a href="/manual/1.0/high-level-structural-patterns">High-Level Structural Patterns</a></li>
|
|
<li><a href="/manual/1.0/table-of-contents-patterns">Table of Contents Patterns</a></li>
|
|
<li><a href="/manual/1.0/typography">Typography</a></li>
|
|
<li><a href="/manual/1.0/metadata">Metadata</a></li>
|
|
<li><a href="/manual/1.0/art">Art</a></li>
|
|
</ol>
|
|
</section>
|
|
</article>
|
|
</main>
|
|
<?= Template::Footer() ?>
|