mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 23:30:35 -04:00
26 lines
1 KiB
PHP
26 lines
1 KiB
PHP
<?
|
|
require_once('Core.php');
|
|
?><?= Template::Header(['title' => 'How-to Guides For Difficult Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'Guides on how to produce more difficult productions.']) ?>
|
|
<main>
|
|
<article>
|
|
<h1>How-to Guides</h1>
|
|
<ul>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/common-issues-when-working-on-public-domain-ebooks">Common issues when working on public domain ebooks</a></p>
|
|
</li>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/how-to-produce-a-shakespeare-play">How to produce a Shakespeare play</a></p>
|
|
</li>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/how-to-add-a-standard-ebooks-ebook-to-goodreads">How to add a Standard Ebooks ebook to Goodreads</a></p>
|
|
</li>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/how-to-create-figures-for-music-scores">How to create figures for music scores</a></p>
|
|
</li>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/how-to-review-an-ebook-production-for-publication">How to review an ebook production for publication</a></p>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
</main>
|
|
<?= Template::Footer() ?>
|