mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Update step-by-step guide to mention PG copyright issue
This commit is contained in:
parent
d093974932
commit
23e49dc46d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ require_once('Core.php');
|
|||
<p>The best place to look for public domain ebooks to produce is <a href="https://www.gutenberg.org">Project Gutenberg</a>. If downloading from Project Gutenberg, be careful of the following:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>There may be different versions of the same publication on Gutenberg, and <em>the best one might not be the one with the most downloads</em>. In particular, there could be a better translation that has fewer downloads because it was produced later, or there could be a version with better HTML markup. A great example of this phenomenon is the Gutenberg version of <i>20,000 Leagues Under the Seas</i>. The most-downloaded version is an <a href="https://www.gutenberg.org/ebooks/164" rel="nofollow">old translation widely criticized as being slapdash and inaccurate</a>. The less popular version is a <a href="https://www.gutenberg.org/ebooks/2488">fresh, modern translation dedicated to the public domain</a>.</p>
|
||||
<p>There may be different versions of the same publication on Gutenberg, and <em>the best one might not be the one with the most downloads</em>. In particular, there could be a better translation that has fewer downloads because it was produced later, or there could be a version with better HTML markup. For example, <a href="https://www.gutenberg.org/ebooks/18857">the version of <i>Journey to the Center of the Earth</i> with the most downloads</a> is a less accurate translation than its <a href="https://www.gutenberg.org/ebooks/3748">less-frequently downloaded counterpart</a>. However, you must verify that whichever version you ultimately select is not copyrighted. For example, <a href="https://www.gutenberg.org/ebooks/2488">this modern translation of <i>Twenty Thousand Leagues Under the Seas</i></a> compares favorably to the most-downloaded <a href="https://www.gutenberg.org/ebooks/164">older translation</a>, but because the modern translation is copyrighted (see the disclaimer at the top of the HTML file) it is ineligible to be the basis of a Standard Ebooks production.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Gutenberg usually offers both an HTML version and an epub version of the same ebook. Note that <em>one is not always exactly the same as the other!</em> A casual reader might assume that the HTML version is generated from the epub version, or the other way around; but for some reason the HTML and epub versions often differ in important ways, with the HTML version typically using fewer useless CSS classes, and including <code class="html"><span class="p"><</span><span class="nt">em</span><span class="p">></span></code> elements that the epub version is often missing.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue