web/www/about/our-goals.php
2020-12-20 14:32:58 -06:00

26 lines
887 B
PHP

<?
require_once('Core.php');
?><?= Template::Header(['title' => 'Our goals', 'highlight' => 'about', 'description' => 'The goals of the Standard Ebooks project.']) ?>
<main>
<article>
<h1>Our Goals</h1>
<ol>
<li>
<p>Produce ebooks that embrace the latest ebook technology standards.</p>
</li>
<li>
<p>Produce ebooks aimed at the sensibilities of modern readers that rival commercially-available ebooks in typography and formatting.</p>
</li>
<li>
<p>Produce ebooks with strict code formatting standards and patterns, so that they can be used as a base for other ebook projects.</p>
</li>
<li>
<p>Produce ebooks with rich semantic data and predictable structure that can be easily machine-processed.</p>
</li>
<li>
<p>Enrich and evangelize the worldwide public domain.</p>
</li>
</ol>
</article>
</main>
<?= Template::Footer() ?>