Initial commit

This commit is contained in:
Alex Cabal 2018-12-29 15:21:19 -06:00
commit 28c8a3f0ba
136 changed files with 13350 additions and 0 deletions

View file

@ -0,0 +1,31 @@
<?
require_once('Core.php');
?><?= Template::Header(['title' => 'Report Errors', 'highlight' => 'contribute', 'description' => 'How to report a typo or error youve found in a Standard Ebooks ebook.']) ?>
<main>
<article>
<h1>Report Errors</h1>
<p>You can report any kind of error in a Standard Ebook to the Standard Ebooks project and well do our best to get it corrected as soon as we can.</p>
<p>If youre a software developer or youre comfortable with technology, you can fix the error yourself at the ebooks <a href="https://www.github.com/standardebooks/">GitHub repository</a>, and submit a pull request.</p>
<p>If youd rather not do that, then you can report an error directly to us and well take care of it. To report an error, youll need:</p>
<ol>
<li>
<p><b>The author and title of the ebook in question.</b> Even better is a direct link to the Standard Ebooks page for that ebook. You can find that link in the ebooks colophon, which is accessible via the table of contents and is always found at the end of the ebook.</p>
</li>
<li>
<p><b>The word immediately before and after the word that contains the error.</b> Usually three words is enough for us to quickly locate the error in the ebook, but if you think only three words isnt enough, a few more wont hurt.</p>
<p>If the error doesnt include a word, just send us a quick description of whats going on.</p>
<p>For example, say youve spotted the incorrectly curled quotation mark in the text below:</p>
<blockquote>
<p>He rose excitedly. “Go get <mark class="error"></mark>em, tiger! he cried.</p>
</blockquote>
<p>All youd have to send us is:</p>
<blockquote>
<p>get em, tiger</p>
</blockquote>
<p>And well be able to find the section youre talking about and correctly curl the quotation mark.</p>
</li>
</ol>
<p>Once you have these two items, <a href="https://groups.google.com/forum/#!forum/standardebooks">contact us via our mailing list</a> with that information and well get right on it!</p>
</article>
</main>
<?= Template::Footer() ?>