mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Add contact step to step-by-step guide
This commit is contained in:
parent
b2777ee648
commit
3d5df48664
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
<li><p><a href="#setup">Set up the Standard Ebooks toolset and make sure it’s up-to-date</a></p></li>
|
||||
<li><p><a href="#select">Select an ebook to produce</a></p></li>
|
||||
<li><p><a href="#locate">Locate page scans of your book online</a></p></li>
|
||||
<li><p><a href="#pitch">Contact the mailing list to pitch your production</a></p></li>
|
||||
<li><p><a href="#create">Create a Standard Ebooks epub skeleton</a></p></li>
|
||||
<li><p><a href="#rough">Do a rough cleanup of the source text and perform the first commit</a></p></li>
|
||||
<li><p><a href="#split">Split the source text at logical divisions</a></p></li>
|
||||
|
@ -99,6 +100,10 @@
|
|||
</ul>
|
||||
<p>You’ll enter a link to the page scans you used in the <code class="path">content.opf</code> metadata as a <code class="html"><span class="p"><</span><span class="nt">dc:source</span><span class="p">></span></code> element.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h2 id="pitch">Contact the mailing list to pitch your production</h2>
|
||||
<p>If you’re looking to submit your ebook to Standard Ebooks, contact the <a href="https://groups.google.com/g/standardebooks">mailing list</a> to pitch the ebook you’ve selected, <em>before you begin production</em>. Include links to the transcription and scans you found. If you are producing this ebook for yourself, not for release at Standard Ebooks, you can skip this step.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h2 id="create">Create a Standard Ebooks epub skeleton</h2>
|
||||
<p>An epub file is just a bunch of files arranged in a particular folder structure, then all zipped up. That means editing an epub file is as easy as editing a bunch of text files within a certain folder structure, then creating a zip file out of that folder.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue