mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 08:40:30 -04:00
Rename 'ebooks we do and don't accept' to 'collections policy'
This commit is contained in:
parent
c7f151150d
commit
3d2638bf13
7 changed files with 13 additions and 8 deletions
|
@ -203,6 +203,7 @@ Define domain standardebooks.org
|
|||
RewriteRule ^/manual/latest(.*) /manual/index.php?url=$1 [L]
|
||||
|
||||
# List of specific URL rewrites
|
||||
RewriteRule ^/contribute/accepted-ebooks /contribute/collections-policy [R=301,L]
|
||||
RewriteRule ^/ebooks/aristotle/the-nicomachean-ethics(.+)$ /ebooks/aristotle/nicomachean-ethics$1 [R=301,L]
|
||||
RewriteRule ^/ebooks/sir-arthur-conan-doyle(.+)$ /ebooks/arthur-conan-doyle$1 [R=301,L]
|
||||
RewriteRule ^/alices-adventures-in-wonderland.+$ /ebooks/lewis-carroll/alices-adventures-in-wonderland/$1 [R=301,L]
|
||||
|
|
|
@ -202,6 +202,7 @@ Define domain standardebooks.test
|
|||
RewriteRule ^/manual/latest(.*) /manual/index.php?url=$1 [L]
|
||||
|
||||
# List of specific URL rewrites
|
||||
RewriteRule ^/contribute/accepted-ebooks /contribute/collections-policy [R=301,L]
|
||||
RewriteRule ^/ebooks/aristotle/the-nicomachean-ethics(.+)$ /ebooks/aristotle/nicomachean-ethics$1 [R=301,L]
|
||||
RewriteRule ^/ebooks/sir-arthur-conan-doyle(.+)$ /ebooks/arthur-conan-doyle$1 [R=301,L]
|
||||
RewriteRule ^/alices-adventures-in-wonderland.+$ /ebooks/lewis-carroll/alices-adventures-in-wonderland/$1 [R=301,L]
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
<?
|
||||
require_once('Core.php');
|
||||
?><?= Template::Header(['title' => 'Ebooks We Do and Don’t Accept', 'highlight' => 'contribute', 'description' => 'Standard Ebooks only accepts certain kinds of ebooks for production and hosting. This is the full list.']) ?>
|
||||
?><?= Template::Header(['title' => 'Collections Policy', 'highlight' => 'contribute', 'description' => 'Standard Ebooks only accepts certain kinds of ebooks for production and hosting. This is the full list.']) ?>
|
||||
<main>
|
||||
<article>
|
||||
<h1>Ebooks We Do and Don’t Accept</h1>
|
||||
<h1>Collections Policy</h1>
|
||||
<p>
|
||||
<i>Or, ebooks we do and don’t accept.</i>
|
||||
</p>
|
||||
<p>Standard Ebooks only works on books that have entered the U.S. public domain due to copyright expiration. Generally this means a book must have been published in <?= PD_YEAR ?> or earlier, though there are exceptions for works from later periods that didn’t follow copyright formalities. For full details, see <a href="https://www.gutenberg.org/help/copyright.html">Project Gutenberg’s Copyright How-To</a>.</p>
|
||||
<h2>Types of ebooks we do accept</h2>
|
||||
<ul>
|
||||
|
@ -11,7 +14,7 @@ require_once('Core.php');
|
|||
<p>Most long fiction, including plays.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Most short fiction and poetry, when presented in individual collections or omnibus forms. We consider short fiction to be works less than 40,000 words in length, which typically includes novellas.</p>
|
||||
<p>Most short fiction and poetry, when presented in collections or omnibuses. We consider short fiction to be works less than 40,000 words in length, which typically includes novellas.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Some “timeless” non-fiction, including philosophy and notable autobiography.</p>
|
||||
|
@ -38,7 +41,7 @@ require_once('Core.php');
|
|||
<p>Biographies of long-forgotten people that aren’t notable;</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Craft and science books including cookbooks, books of medicine, textbooks, books about science, books of research, or technical references;</p>
|
||||
<p>Craft and science books including cookbooks, practical how-tos, instructional books, books of medicine, textbooks, books about science, books of research, or technical references;</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Periodical or journalistic non-fiction like magazine articles, serials, newspapers, and other journalism;</p>
|
|
@ -43,7 +43,7 @@ require_once('Core.php');
|
|||
<h2>Technical contributors and producers of new ebooks</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p><a href="/contribute/accepted-ebooks">Ebooks we do and don’t accept.</a></p>
|
||||
<p><a href="/contribute/collections-policy">Our collections policy, or, ebooks we do and don’t accept.</a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="/contribute/wanted-ebooks">Our Wanted Ebooks list, including suggestions for first-time productions.</a></p>
|
||||
|
|
|
@ -8,7 +8,7 @@ require_once('Core.php');
|
|||
<p>Here’s what the process of getting an ebook on Standard Ebooks looks like.</p>
|
||||
<ol>
|
||||
<li>
|
||||
<p>Review the <a href="/contribute/accepted-ebooks">kinds of ebooks we do and don’t accept</a>.</p>
|
||||
<p>Review the <a href="/contribute/collections-policy">kinds of ebooks we do and don’t accept</a>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Find a good first production in our <a href="/contribute/wanted-ebooks">Wanted Ebooks list</a>, or if there’s nothing there that interests you, find a straightforward prose work of no longer than about 40–60,000 words, without much complex formatting like poetry, letters, tables, diagrams, or illustrations.</p>
|
||||
|
|
|
@ -6,7 +6,7 @@ require_once('Core.php');
|
|||
<h1>Wanted Ebooks</h1>
|
||||
<p>If you’re interested in producing an ebook for Standard Ebooks, why not work on one of these books?</p>
|
||||
<p>If something in this list interests you, please <a href="https://groups.google.com/g/standardebooks">contact us at our mailing list</a> for help before you start work.</p>
|
||||
<p>If you want to suggest a different book to produce, please carefully review <a href="/contribute/accepted-ebooks">the kinds of work we do and don’t accept</a>.</p>
|
||||
<p>If you want to suggest a different book to produce, please carefully review <a href="/contribute/collections-policy">the kinds of work we do and don’t accept</a>.</p>
|
||||
<h2>For your first production</h2>
|
||||
<p>If nothing on the list below interests you, you can pitch us something else you’d like to work on.</p>
|
||||
<p>First productions should be on the shorter side (less than 100,000 words maximum) and without too many complex formatting issues like illustrations, significant endnotes, letters, poems, etc. Most short plain fiction novels fall in this category.</p>
|
||||
|
|
|
@ -36,7 +36,7 @@ require_once('Core.php');
|
|||
<p><em>Before you make your donation</em>, <a href="/about#masthead">contact the S.E. Editor-in-Chief</a> to confirm that your ebook selection will be accepted at your chosen donation level. These are the general rules:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>Your selection must meet our <a href="/contribute/accepted-ebooks">collections policy</a>. The S.E. Editor-in-Chief reserves the right to modify or reject a selection for any reason.</p>
|
||||
<p>Your selection must meet our <a href="/contribute/collections-policy">collections policy</a>. The S.E. Editor-in-Chief reserves the right to modify or reject a selection for any reason.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Your selection must have a usable transcription available online, for example at <a href="https://www.gutenberg.org">Project Gutenberg</a> or <a href="https://en.wikisource.org">Wikisource</a>. In general, Standard Ebooks doesn’t create new transcriptions or work with raw <a href="https://en.wikipedia.org/wiki/Optical_character_recognition">O.C.R.</a> output.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue