mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
36 lines
1.7 KiB
PHP
36 lines
1.7 KiB
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-choose-and-create-a-cover-image">How to choose and create a cover image</a></p>
|
|
</li>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/how-to-conquer-complex-drama-formatting">How to conquer complex drama formatting</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-create-svgs-from-maps-with-several-colors">How to create SVGs from maps with several colors</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>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/how-to-structure-and-style-large-poetic-productions">How to structure and style large poetic productions</a></p>
|
|
</li>
|
|
<li>
|
|
<p><a href="/contribute/how-tos/things-to-look-out-for-when-proofreading">Things to look out for when proofreading</a></p>
|
|
</li>
|
|
<li>
|
|
<p><a href="https://docs.google.com/spreadsheets/d/1IldpmxjK06BxPL4CCOEJZpw_bxm4AhYnrTchS03QP3k/">A spreadsheet listing short fiction by various authors</a>, including upcoming stories that may soon enter the public domain.</p>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
</main>
|
|
<?= Template::Footer() ?>
|