web/www/contribute/accepted-ebooks.php

57 lines
4.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
require_once('Core.php');
?><?= Template::Header(['title' => 'Ebooks We Do and Dont Accept', '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 Dont Accept</h1>
<h2>Types of ebooks we do accept</h2>
<ul>
<li>
<p>Most long fiction, including plays.</p>
</li>
<li>
<p>Most short fiction, when presented in individual collections or omnibus forms.</p>
</li>
<li>
<p>Most philosophy and other “timeless” non-fiction.</p>
</li>
</ul>
<h2>Types of ebooks we dont accept</h2>
<ul>
<li>
<p>Ebooks that are not clearly in the U.S. public domain. If its not on <a href="https://www.gutenberg.org">Gutenberg</a>, well probably decline it.</p>
</li>
<li>
<p>Extremely short works, like pamphlets or individual short stories. For example, we wouldnt accept Jonathan Swifts “<a href="https://www.gutenberg.org/ebooks/1080">A Modest Proposal</a>” or Philip K. Dicks “<a href="https://www.gutenberg.org/ebooks/32522">Mr. Spaceship</a>.” However we <em>are</em> interested in <em>complete compilations</em> of short stories, for example our <a href="/ebooks/philip-k-dick/short-fiction">ebook of all of Philip K. Dicks public domain short stories</a>.</p>
</li>
<li>
<p>Non-fiction that is “dated” or not relevant to a modern reader. This includes obscure histories that are not otherwise notable and have been superceded by modern research; old-timey cookbooks, books of medicine, and textbooks; biographies of long-forgotten people that are not notable; non-fiction periodicals or journals; legal documents, including codes of law and constitutions; and so on. Note that “notable” means we may make exceptions, for example for <i>The History of the Decline and Fall of the Roman Empire</i> or <i>The Gallic Wars</i> or <i>The Life of Samuel Johnson</i>.</p>
</li>
<li>
<p>Ebooks which are not “notable” literature. While this one is a little subjective, we dont want to become a dumping ground for any kind of transcription of any kind of public domain work. If, in our opinion, the author is extremely obscure, or the subject matter is of little interest to a general modern reader, we may decline it. For example, we would decline to host the <i><a href="https://www.gutenberg.org/ebooks/53371">Haslemere Museum Gazette</a></i>, or <i><a href="https://www.gutenberg.org/ebooks/53409">Ocean Gardens: The History of the Marine Aquarium</a></i>.</p>
</li>
<li>
<p>Books that are illustration-heavy, like picture or art books, or whose content greatly depends on the arrangement of illustrations or graphics.</p>
</li>
<li>
<p>Modern books that have been self-published and released to the public domain.</p>
</li>
<li>
<p>Major religious texts from modern world religions, like the Bible or the Koran, will not be accepted. Texts <em>about</em> religion will usually be accepted. Texts from historical religious movements that were culturally influential but are now defunct, or are otherwise not significant in modern times, <em>might</em> be accepted; ask first.</p>
</li>
<li>
<p>“The complete works”-type ebooks, in which an author who wrote in various styles (like poetry, short stories, and novels) has their entire corpus compiled into one ebook. However we <em>are</em> interested in complete collections of <em>single types of writing</em>. For example, Anton Chekhov wrote many plays, short stories, novels, and novellas. We <em>wouldnt</em> accept “The Complete Works of Anton Chekhov,” but we <em>would</em> accept <i><a href="/ebooks/anton-chekhov/short-fiction/constance-garnett">Anton Chekhovs Complete Short Fiction</a></i>, or individual novels or plays he wrote.</p>
</li>
<li>
<p>Ebooks in translation for which we already have a translation. We aim to host one “best” version of books; for example, we already have a modern translation of <i><a href="/ebooks/jules-verne/twenty-thousand-leagues-under-the-seas/f-p-walter">Twenty Thousand Leagues Under the Seas</a></i>, so we wont be accepting a different translation.</p>
</li>
<li>
<p>Non-English-language books. Translations to English are, of course, OK.</p>
</li>
<li>
<p>Translations into English which are severely abridged, Bowdlerized, wildly archaic or near-unreadable to modern readers, or which scholars agree are poor translations.</p>
</li>
</ul>
</article>
</main>
<?= Template::Footer() ?>