Populate the wanted list from DB placeholders

This commit is contained in:
Mike Colagrosso 2024-12-27 02:00:00 -07:00 committed by Alex Cabal
parent 0359119a11
commit 5b605a00b7
3 changed files with 46 additions and 459 deletions

View file

@ -2420,4 +2420,21 @@ final class Ebook{
return ['ebooks' => $ebooks, 'ebooksCount' => $ebooksCount]; return ['ebooks' => $ebooks, 'ebooksCount' => $ebooksCount];
} }
/**
* Queries for `Ebook`s on the wanted list for a given `EbookPlaceholderDifficulty`.
*
* @return array<Ebook>
*/
public static function GetWantedByDifficulty(Enums\EbookPlaceholderDifficulty $difficulty): array{
return Db::Query('
SELECT Ebooks.*
from Ebooks inner join EbookPlaceholders using (EbookId)
where EbookPlaceholders.IsWanted = true and
EbookPlaceholders.IsInProgress = false and
EbookPlaceholders.Difficulty = ?
order by Ebooks.Updated desc
', [$difficulty], Ebook::class);
}
} }

View file

@ -0,0 +1,26 @@
<?
$ebooks = [];
if(isset($difficulty)){
$ebooks = Ebook::GetWantedByDifficulty($difficulty);
}
$showPlaceholderMetadata = $showPlaceholderMetadata ?? false;
?>
<ul>
<? foreach($ebooks as $ebook){ ?>
<li>
<? if(isset($ebook->EbookPlaceholder->TranscriptionUrl)){ ?><a href="<?= $ebook->EbookPlaceholder->TranscriptionUrl ?>"><? } ?>
<?= Formatter::EscapeHtml($ebook->Title) ?><? if(isset($ebook->EbookPlaceholder->TranscriptionUrl)){ ?></a><? } ?>
<? if(sizeof($ebook->CollectionMemberships) > 0){ ?>
(<? foreach($ebook->CollectionMemberships as $index => $collectionMembership){ ?><?= Template::CollectionFormatted(['collectionMembership' => $collectionMembership]) ?><? if($index < sizeof($ebook->CollectionMemberships) - 1){ ?>, <? } ?><? } ?>)
<? } ?>
by <?= Formatter::EscapeHtml($ebook->AuthorsString) ?><? if($ebook->ContributorsHtml != ''){ ?>. <? } ?>
<?= $ebook->ContributorsHtml ?>
<? if(isset($ebook->EbookPlaceholder->Notes)){ ?>(<?= Formatter::MarkdownToInlineHtml($ebook->EbookPlaceholder->Notes) ?>)<? } ?>
<? if($showPlaceholderMetadata){ ?>
<p>Ebook ID: <?= $ebook->EbookId ?>, <a href="<?= $ebook->Url ?>">View placeholder</a></p>
<? } ?>
</li>
<? } ?>
</ul>

View file

@ -11,467 +11,11 @@
<h2>For your first production</h2> <h2>For your first production</h2>
<p>If nothing on the list below interests you, you can pitch us something else youd like to work on.</p> <p>If nothing on the list below interests you, you can pitch us something else youd 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> <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>
<ul> <?= Template::WantedEbooks(['difficulty' => Enums\EbookPlaceholderDifficulty::Beginner, 'showPlaceholderMetadata' => Session::$User?->Benefits->CanEditEbookPlaceholders]) ?>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/624">Looking Backward</a> by Edward Bellamy (link to long description of <i>News from Nowhere</i></p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/1480">Tom Browns School Days</a> by Thomas Hughes</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/792">Wieland</a> by Charles Brockden Brown</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/33928">Bel Ami</a> by Guy de Maupassant (<a href="https://books.google.com/books?id=aPQVAAAAYAAJ">this uncredited translation</a> is by “Bigelow, Smith & Co.)</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/18817">Ralestone Luck</a> by Andre Norton</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/7464">The Adventures of Sally</a> by P. G. Wodehouse</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/363">The Oakdale Affair</a> (Mucker 3) by Edgar Rice Burroughs</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/106">Jungle Tales of Tarzan</a> (Tarzan 6) by Edgar Rice Burroughs</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/61837">Tarzan and the Ant Men</a> (Tarzan 10) by Edgar Rice Burroughs</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/369">The Outlaw of Torn</a> by Edgar Rice Burroughs</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/10041">The Rivet in Grandfathers Neck</a> by James Branch Cabell</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/9488">The Line of Love</a> by James Branch Cabell</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/3808">Robur the Conqueror</a> <i>Robur-le-Conquérant</i> by Jules Verne</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/26698">Privy Seal</a> by Ford Madox Ford (Book 2 in the Fifth Queen Trilogy)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/27432">The Fifth Queen Crowned</a> by Ford Madox Ford (Book 3 in the Fifth Queen Trilogy)</p>
</li>
<!-- <li>
<p><a href="https://www.fadedpage.com/showbook.php?pid=20140450">Bellarion the Fortunate</a> by Rafael Sabatini</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/61935">Outdoor Pastimes of an American Hunter</a> by Theodore Roosevelt</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/34135">A Book-Lovers Holidays in the Open</a> by Theodore Roosevelt</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/7132">The Purple Land</a> by W. H. Huson</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/16677">The Chink in the Armour</a> by Marie Belloc Lowndes</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/8939">With Edged Tools</a> by Henry Seton Merriman</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/38703">The Black Moth</a> by Georgette Heyer</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/70844">Twilight Sleep</a> by Edith Wharton</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/70996">The DArblay Mystery</a> by R. Austin Freeman</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/71073">The Starvel Hollow Tragedy</a> by Freeman Wills Crofts (Inspector French #3)</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/134">Maria</a> by Mary Wollstonecraft</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/15454">Imperium in Imperio</a> by Sutton E. Griggs</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/36033">Overshadowed</a> by Sutton E. Griggs</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/472">The House Behind the Cedars</a> by Charles W. Chesnutt</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/19746">The Colonels Dream</a> by Charles W. Chesnutt</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/67764">Shepherds of the Wild</a> by Edison Marshall</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/73011">The House at Pooh Corner</a> by A. A. Milne. (Note: remove illustrations)</p><!-- patron -->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/72140">The Homemaker</a> by Dorothy Canfield Fisher</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/67929">The Bridal Wreath</a> by Sigrid Undset</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/60741">Jenny</a> by Sigrid Undset</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/71913">The Green Hat</a> by Michael Arlen</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/37725">The Fisher Girl</a> by Bjørnstjerne Bjørnson</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/74319">The Conscience of a Conservative</a> by Barry Goldwater</p>
</li>
</ul>
<h2>Moderate-difficulty productions</h2> <h2>Moderate-difficulty productions</h2>
<ul> <?= Template::WantedEbooks(['difficulty' => Enums\EbookPlaceholderDifficulty::Intermediate, 'showPlaceholderMetadata' => Session::$User?->Benefits->CanEditEbookPlaceholders]) ?>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/19474">Uller Uprising</a> by H. Beam Piper</p>
</li> -->
<li>
<p><a href="https://gutenberg.net.au/ebooks07/0700461h.html">John Browns Body</a> by Stephen Vincent Benét</p>
</li>
<li>
<p><a href="https://sacred-texts.com/pag/mm/">Malleus Maleficarum</a> by Heinrich Kramer, translated by Montague Summers (<a href="https://catalog.hathitrust.org/Record/000584799">page scans</a>)</p>
</li>
<li>
<p><a href="https://gutenberg.net.au/ebooks06/0606211h.html">The Castle of Wolfenbach</a> by Eliza Parsons</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/169">The Well at the Worlds End</a> by William Morris</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/33346">How to Tell the Birds from the Flowers and Other Woodcuts</a> by Robert Williams Wood</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/43013">Animal Analogues</a> by Robert Williams Wood</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/3031">Wild Animals I Have Known</a> by Ernest Thompson Seton (Note: PG transcription has removed formatting)</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/73533">The Poetic Edda</a> translated by Henry Adams Bellows</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/55458">The Curse of Kehama</a> by Robert Southey (<a href="https://www.gutenberg.org/ebooks/55459">Vol. 2</a>)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/71470">Roderick the Last of the Goths</a> by Robert Southey</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/14988">On the Nature of the Gods</a> by Cicero (PG link includes this work as part of an omnibus)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/17957">On the Sublime</a> by Longinus</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/56426">The Mummy! A Tale of the Twenty-Second Century</a> by Jane C. Loudon (Transcription is of the 1st edition, but we want to update it to the 2nd or later edition)</p>
</li>
<li>
<p><a href="https://theotherpages.org/poems/poem-mn.html#macaulay">Poetry by Thomas Macaulay</a> including <i>Lays of Ancient Rome</i></p>
</li>
<li>
<p><a href="https://en.wikisource.org/wiki/Hamilton_(play)">Hamilton</a> by Mary P. Hamlin and George Arliss</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/7021">Short fiction by Andre Norton</a></p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/36483">William Meisters Apprenticeship</a> by Johann Wolfgang von Goethe (<a href="https://books.google.com/books?id=HIxaAAAAYAAJ">Page scans</a>)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/1436">A Voyage to Abyssinia</a> by Jerónimo Lobo</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/2683">Short fiction by Vernon Lee</a> (To be compiled in an omnibus “Short Fiction”)</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Sheridan_Le_Fanu">Short stories and novellas by Sheridan Le Fanu</a> (To be compiled in an omnibus “Short Fiction”)</p>
</li>
<li>
<p><a href="https://en.m.wikipedia.org/wiki/William_McGonagall">Poetry of William McGonagall</a> (To be compiled in an omnibus)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/37892">The Recollections of Alexis de Tocqueville</a></p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/54672">The Indiscreet Toys</a> by Denis Diderot</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/9105">Maxims</a> by François duc de La Rochefoucauld</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Walter_de_la_Mare#Works">Works and poetry by Walter de la Mare</a></p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Edward_Thomas_(poet)#Selected_works">Poetry by Edward Thomas</a></p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/126">Novels by W. S. Maugham</a></p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/53020">The Poems of Giacomo Leopardi</a></p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/52356">Essays and Dialogues</a> by Giacomo Leopardi</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/3091">Eight Hundred Leagues on the Amazon</a> <i>La Jangada</i> by Jules Verne</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/8991">The Fur Country: Seventy Degrees North Latitude</a> <i>Le Pays des fourrures</i> by Jules Verne</p>
</li>
<li>
<p><a href="https://www.fadedpage.com/showbook.php?pid=20140612">The Perennial Bachelor</a>, by Anne Parrish (Harper Novel Prize winner 1925)</p>
</li>
<li>
<p><a href="http://www.gutenberg.org/ebooks/13782">Lady Roses Daughter</a> by Mary Augusta Ward</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/152">Short fiction and short novels of Saki (H. H. Munro)</a>; some research may be required to determine whether to produce an omnibus Short Fiction or how to divide up his stories</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/List_of_works_by_Andrew_Marvell">Poems by Andrew Marvell</a> to be compiled into an omnibus</p>
</li>
<!-- <li>
<p><a href="https://www.gutenberg.org/ebooks/8117">Demons</a> by Fyodor Dostoevsky (Garnett translated the title as “The Possessed”)</p>
</li> -->
<li>
<p><a href="https://www.gutenberg.org/ebooks/64037">The Life of Jesus Critically Examined</a> by David Strauss</p>
</li>
<li>
<p>Epictetuss “Enchiridion” and fragments as a Short Works compilation, in <a href="http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.01.0237%3Atext%3Denc">Thomas Wentworth Higginsons translation</a>, to supersede our <a href="/ebooks/epictetus/short-works/george-long">current edition</a> of his short works in George Longs inferior translation</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/36541">A Joy Forever (a.k.a. The Political Economy of Art)</a> by John Ruskin</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/26716">The Crown of Wild Olive</a> by John Ruskin</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/26716">Munera Pulveris</a> by John Ruskin</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/1293">Sesame and Lilies</a> by John Ruskin</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/31196">Time and Tide</a> by John Ruskin</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/25394">Short stories by Manly Wade Wellman</a> to be compiled into a “Short Fiction” omnibus</p><!--patron-->
</li>
<li>
<p>Norwegian Folktales, by Peter Christen Asbjørnsen and Jørgen Moe, translated by George Dasent (<a href="https://gutenberg.org/ebooks/8933">part 1</a>, <a href="https://gutenberg.org/ebooks/36385">part 2</a>)</p>
</li>
<li>
<p><a href="https://gutenberg.org/ebooks/31318">Geronimos Story of His Life</a> by Geronimo</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/13159">Lost Illustions</a> by Honoré de Balzac (part of the Human Comedy series)</p><!--patron-->
</li>
</ul>
<h2>Advanced productions</h2> <h2>Advanced productions</h2>
<ul> <?= Template::WantedEbooks(['difficulty' => Enums\EbookPlaceholderDifficulty::Advanced, 'showPlaceholderMetadata' => Session::$User?->Benefits->CanEditEbookPlaceholders]) ?>
<li>
<p><a href="https://www.gutenberg.org/ebooks/33858">The Adventurous Simplicissimus</a> by Hans Jakob Christoph von Grimmelshausen</p><!--patron-->
</li>
<li>
<p><a href="http://penelope.uchicago.edu/Thayer/E/Roman/Texts/Plutarch/Lives/Caesar*.html">Parallel Lives</a> by Plutarch (translated in 1919 by Bernadotte Perin)</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/71853">Manhattan Transfer</a> by John Dos Passos</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Thalaba_the_Destroyer">Thalaba the Destroyer</a> by Robert Southey (transcription required; editions vary widely; research on best edition is required)</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Joan_of_Arc_(poem)">Joan of Arc</a> by Robert Southey (transcription required)</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Madoc_(poem)">Madoc</a> by Robert Southey (transcription required)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/36068">Poetry</a> by James McIntyre, “The Cheese Poet” (partial transcription required; more poems found in <i><a href="https://archive.org/details/cihm_09542">Musings on the Banks of Canadian Thames</a></i>)</p>
</li>
<li>
<p><a href="https://en.m.wikipedia.org/wiki/Wolf_Solent">Wolf Solent</a> by John Cowper Powys (transcription required)</p>
</li>
<li>
<p><a href="https://archive.org/details/lifeofwilliammor01mack">The Life of William Morris</a> by J. W. Mackail (transcription required)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/10615">An Essay Concerning Human Understanding</a> by John Locke (<a href="https://www.gutenberg.org/ebooks/10616">Volume 2</a>, to be produced as one ebook)</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/2130">Utopia</a> by Thomas Moore</p>
</li>
<li>
<p><a href="https://gutenberg.org/ebooks/24869">The Ramayana</a> by Valmiki, translated by Ralph T. H. Griffith</p>
</li>
<li>
<p><a href="https://gutenberg.org/ebooks/15474">The Mahabharata</a> by Vyasa, translated by Kisari Mohan Ganguli (<a href="https://gutenberg.org/ebooks/15475">Vol. 2</a>, <a href="https://gutenberg.org/ebooks/15476">Vol. 3</a>, <a href="https://gutenberg.org/ebooks/15477">Vol. 4</a>; as a single production; several sections are missing)</p>
</li>
<li>
<p><a href="https://archive.org/details/abiesirishroseno0000anne">Abies Irish Rose</a> by Anne Nichols (transcription required)</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/7370">Two Treatises of Government</a> by John Locke (Note: PG only has the 2nd treatise; transcription is required for the 1st treatise)</p><!--patron-->
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/15000">The Life of Reason</a> by George Santayana</p>
</li>
<li>
<p><a href="https://archive.org/details/scepticismandani00santuoft/page/n5">Skepticism and Animal Faith</a> by George Santayana. (transcription required)</p>
</li>
<li>
<p><a href="https://gutenberg.org/ebooks/70271">When We Were Very Young</a> by A. A. Milne (research needed to see if we need a poetry omnibus)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/32474">The Memoirs of the Conquistadors</a> by Bernal Díaz del Castillo (<a href="https://www.gutenberg.org/ebooks/32475">Volume 2</a>)</p>
</li>
<li>
<p><a href="https://catalog.hathitrust.org/Record/100864353">Saïd the Fisherman</a> by Marmaduke Pickthall (transcription required)</p>
</li>
<li>
<p><a href="https://archive.org/details/occasionalpoems00cust/page/28/mode/1up">Poetry</a> by Harry Cust (transcription required)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/44608">The Baburnama</a> by Ẓahīr-ud-Dīn Muhammad Bābur</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/55625">The Revengers Tragedy</a>, by Thomas Middleton. Mistakenly attributed to Cyril Tourneur. (#10 in <a href="https://standardebooks.org/collections/the-telegraphs-greatest-villains-in-literature">Greatest Villains</a>)</p>
</li>
<li>
<p>The Trickster of Seville and the Stone Guest, by Tirso de Molina. English translations in PD are difficult to find; scans of a <a href="https://catalog.hathitrust.org/Record/003925216">1923 translation</a> are available. (#24 in <a href="https://standardebooks.org/collections/the-telegraphs-greatest-villains-in-literature">Greatest Villains</a>)</p>
</li>
<li>
<p><a href="https://archive.org/details/thepeasants-autumn/page/n5/mode/2up">The Peasants</a> by Władysław Reymont (transcription required; see <a href="https://archive.org/details/thepeasants-winter">Winter</a>, <a href="https://archive.org/details/thepeasants-summer">Summer</a>, <a href="https://archive.org/details/thepeasants-spring">Spring</a>)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/1370">Short stories by Algernon Blackwood</a> (To be compiled in an omnibus “Short Fiction”)</p>
</li>
<li>
<p><a href="https://en.m.wikipedia.org/wiki/Odes_(Horace)">The Odes</a> of Horace</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Trumbull_Stickney">Poems by Trumbull Stickney</a> (transcription required)</p>
</li>
<li>
<p><a href="https://books.google.com/books?id=OKREAAAAYAAJ">Cyrano de Bergerac</a>, by Edmond Rostand, translated by Brian Hooker. This is a 1923 publication, transcription is required</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/8918">The Life of Johnson</a> by James Boswell. George Birkbeck Hills unabridged edition was published in six volumes, all of which are on PG; the link leads to the first volume</p>
</li>
<li>
<p>The Betrothed by Alessandro Manzoni; there is a 1924 translation that must be considered, and will require transcription</p>
</li>
<li>
<p>Short fiction by Jack London, to be compiled in a “Short Fiction” omnibus. We already have three short story compilations that must be rolled in to this one. <a href="https://docs.google.com/spreadsheets/d/1yXZvlZVekVY3EpearMW8QIrbBEJlm8RbEXAuZP5rTG4/edit?usp=sharing">See this bibliography spreadsheet.</a></p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/28701">Short stories by W. W. Jacobs</a> (We already have Lady of the Barge; do we need an omnibus?)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/9814">Poetry</a> by Mark Akenside (make sure this collection is a complete corpus of his works.)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/53489">The Life of Lazarillo de Tormes</a> by Anonymous</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/39585">The Journal of a Disappointed Man</a> by W. N. P. Barbellion</p>
</li>
<li>
<p><a href="https://archive.org/details/nunensign00erauuoft">The Nun Ensign</a> by Catalina de Erauso (transcription required)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/3600">The Complete Essays of Michel de Montaigne</a></p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/3361">The Complete Letters to his Son</a> by Philip Dormer Stanhope</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/4705">A Treatise of Human Nature</a> by David Hume</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/10343">Essays of Elia</a> by Charles Lamb</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/26163">Creative Evolution</a> by Henri Bergson</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/6798">Aesthetical Essays</a> by Friedrich Schiller</p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Analects">The Analects</a> by Confucius</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/621">The Varieties of Religious Experience</a> by William James</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/38427">The World as Will and Idea</a> by Arthur Schopenhauer (<a href="https://www.gutenberg.org/ebooks/40097">Vol. 2</a>, <a href="https://www.gutenberg.org/ebooks/40868">Vol. 3</a>)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/815">Democracy in America</a> by Alexis de Tocqueville (<a href="https://www.gutenberg.org/ebooks/816">Volume 2</a>, together as a single ebook)</p>
</li>
<li>
<p><a href="https://en.wikisource.org/wiki/The_Complete_Angler,_5th_edition">The Complete Angler</a> by Izaak Walton (Note: the Wikisource transcription will be easier to work with than the PG transcription.)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/10800">The Anatomy of Melancholy</a> by Robert Burton</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/783">Short story collections by P. G. Wodehouse</a> (Note that we already have all Jeeves, School, Mulliner, and Ukridge Stories completed. A spreadsheet is available that lists the rest.)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/2981">The Memoirs of Casanova</a></p>
</li>
<li>
<p><a href="https://archive.org/details/completeworksofs02johnuoft/page/n17/mode/2up">Poetry</a> by St. John of the Cross (Transcription required.)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/author/2843">Poetry</a> by John Clare (Careful research required to deduplicate this large corpus.)</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/45847">The Autobiography of Thomas Jefferson</a>, by Thomas Jefferson</p>
</li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/1200">Gargantua and Pantagruel</a> by François Rabelais (Confirm this is the Ozell 1737 revision. Should we prefer the Wallis 1897 revision?)</p>
</li>
<li>
<p>Poetry by Robert Burns, probably in an omnibus</p>
</li>
<li>
<p>Poetry by <a href="https://en.wikisource.org/wiki/Author:Edwin_Arlington_Robinson">E. A. Robinson</a></p>
</li>
<li>
<p><a href="https://en.wikipedia.org/wiki/Fors_Clavigera">Fors Clavigera</a> by John Ruskin (some transcription may be required: as of May 2024, 6 out of 8 volumes are available on PG)</p>
</li>
<li>
<p><a href="https://archive.org/details/sinbadromance00scot">Sinbad: A Romance</a> by Cyril Kay Scott (Transcription required.)</p><!--patron-->
</li>
<li>
<p><a href="https://archive.org/details/blindmice00compgoog/page/n6/mode/2up">Blind Mice</a> by Cyril Kay Scott (Transcription required.)</p><!--patron-->
</li>
<li>
<p>The Travels of Marco Polo by Rustichello da Pisa, translated by Henry Yule (<a href="https://gutenberg.org/ebooks/10636">volume 1</a>, <a href="https://gutenberg.org/ebooks/12410">volume 2</a>)</p>
</li>
<li>
<p><a href="https://archive.org/details/mabuse-norbert-jacques-1921-eng/page/8/mode/1up">Dr. Mabuse, the Gambler</a> by Norbert Jacques (transcription required)</p>
</li><!--patron-->
<li>
<p><a href="https://en.wikipedia.org/wiki/Dark_Princess">Dark Princess</a> by W. E. B. Du Bois (PD 1928; transcription required)</p>
</li>
<li>
<p><a href="https://archive.org/stream/in.ernet.dli.2015.210843/2015.210843.Tarka-The_djvu.txt">Tarka the Otter</a> by Henry Williamson (transcription required)</p>
</li><!--patron-->
<li>
<p><a href="https://www.gutenberg.org/ebooks/4361">Memoirs of General William T. Sherman</a> by William T. Sherman</p>
</li><!--patron-->
</ul>
<h2 id="verne">Jules Verne</h2> <h2 id="verne">Jules Verne</h2>
<p>Verne has a complex publication and translation history. Please review these notes before starting any Verne books.</p> <p>Verne has a complex publication and translation history. Please review these notes before starting any Verne books.</p>
<ul> <ul>