Add Standard Ebooks Hints and Tricks to step by step guide and contributor's page

This commit is contained in:
Alex Cabal 2021-07-07 18:32:17 -05:00
parent 15d119e65b
commit 453dd8895f
2 changed files with 4 additions and 1 deletions

View file

@ -60,6 +60,9 @@ require_once('Core.php');
<li>
<p><a href="/contribute/how-tos">How-to guides for various more complex ebook production tasks.</a></p>
</li>
<li>
<p><a href="https://b-t-k.github.io/">Standard Ebooks Hints and Tricks</a>, a beginners guide by one of our editors.</p>
</li>
<li>
<p><a href="/contribute/a-basic-standard-ebooks-source-folder">Descriptions of the files in a fresh Standard Ebooks source folder.</a></p>
</li>

View file

@ -7,7 +7,7 @@ require_once('Core.php');
<p>This guide is meant to take you step-by-step through the creation of a complete Standard Ebook. While it might seem a little long, most of the text is a description of how to use various automated scripts. It can take just an hour or two for an experienced producer to produce a draft ebook for proofreading (depending on the complexity of the ebook, of course).</p>
<p>Our toolset is GNU/Linux-based, and producing an ebook from scratch currently requires working knowledge of the epub file format and of Unix-like systems like Mac or Linux.</p>
<p>Our toolset doesnt yet work natively on Windows, but there are <a href="https://www.howtogeek.com/170870/5-ways-to-run-linux-software-on-windows/">many ways to run Linux from within Windows</a>, including <a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10">one that is directly supported by Microsoft themselves</a>.</p>
<p>If you dont have this kind of technical expertise, you can still contribute! <a href="/contribute">Check out our contributors page for details.</a></p>
<p>If you dont have this kind of technical expertise, you can still contribute! <a href="/contribute">Check out our contributors page for details,</a> or check out <a href="https://b-t-k.github.io/">Standard Ebooks Hints and Tricks</a>, a beginners guide by one of our editors.</p>
<ol>
<li>
<h2>Set up the Standard Ebooks toolset and make sure its up-to-date</h2>