Remove Goodreads how-to, it is no longer possible for regular members to add editions

This commit is contained in:
Alex Cabal 2023-11-07 15:28:15 -06:00
parent f0a62ffde1
commit 758c30536f
2 changed files with 0 additions and 66 deletions

View file

@ -1,63 +0,0 @@
<?= Template::Header(['title' => 'How to Add a Standard Ebooks book to Goodreads', 'manual' => true, 'highlight' => 'contribute', 'description' => 'A guide to add a Standard Ebook edition of a book to the Goodreads website.']) ?>
<main class="manual">
<article class="step-by-step-guide">
<h1>How to Add a Standard Ebooks Ebook to Goodreads</h1>
<p>The Goodreads website (owned by Amazon) is a crowd-sourced repository of information about books. Its useful to have our publications listed there so that our editions can be selected by members to add to their reading lists.</p>
<p>In almost all cases, the book will already be in the Goodreads database; we are interested in adding our productions as new <em>editions</em> of those books.</p>
<ol>
<li>
<h2>Step 1</h2>
<p>Go to the <a href="https://goodreads.com">Goodreads website</a>.</p>
</li>
<li>
<h2>Step 2</h2>
<p>Search for the book you are adding. Try to find the closest match.</p>
<p>As an example, well add out production of <i><a href="/ebooks/thomas-paine/the-rights-of-man">The Rights of Man</a></i> by <a href="/ebooks/thomas-paine">Thomas Paine</a>. See the screenshot below.</p>
<figure class="full-width">
<img src="/images/goodreads-1.svg"/>
</figure>
</li>
<li>
<h2>Step 3</h2>
<p> Its important to add your production as a new <strong>edition</strong>, not a new book.</p>
<p>Unfortunately, Goodread has a new U.I. which makes it harder to locate the list of editions for a work. Follow the screenshots below to get to that list.</p>
<p>Click on “More details.</p>
<figure class="full-width"><img src="/images/goodreads-2.svg"/></figure>
</li>
<li>
<h2>Step 4</h2>
<p>Now click on “See all editions.</p>
<figure class="full-width"><img src="/images/goodreads-3.svg"/></figure>
</li>
<li>
<h2>Step 5</h2>
<p>Click on “Add a new edition.</p>
<figure class="full-width"><img src="/images/goodreads-4.svg"/></figure>
</li>
<li>
<h2>Step 6</h2>
<p>Youll see all of the data which has been put in for the particular edition you found in your original search. Were going to overwrite most of this.</p>
<figure class="full-width"><img src="/images/goodreads-5.svg"/></figure>
</li>
<li>
<h2>Step 7</h2>
<p>Fill in the details of the Standard Ebooks edition.</p>
<p>This <a href="https://github.com/drgrigg/SE_metadata_exporter.git">quick-and-dirty Python utility</a> will help export the required metadata either as a JSON file (which some tools like Keyboard Maestro can consume and use to automate the filling in of the form), or as a tab-delimited file.</p>
<p>You can paste raw HTML into the description field.</p>
<figure class="full-width"><img src="/images/goodreads-6.svg"/></figure>
</li>
<li>
<h2>Step 8</h2>
<p><strong>Dont forget</strong> to select the cover image, which needs to have been downloaded onto your system. Covers can be found at the ebooks downloads folder, for example: <a href="/ebooks/thomas-paine/the-rights-of-man/downloads/cover.jpg">https://standardebooks.org/ebooks/thomas-paine/the-rights-of-man/downloads/cover.jpg</a>.</p>
<figure class="full-width"><img src="/images/goodreads-7.svg"/></figure>
</li>
<li>
<h2>Step 9</h2>
<p>Click on “Create Book. Shortly afterwards youll be taken to the Review page for this book. You can then click on the book title to see the new entry in the Goodreads system.</p>
<p>Voila! Your edition is now in Goodreads.</p>
<figure class="full-width"><img src="/images/goodreads-8.svg"/></figure>
</li>
</ol>
</article>
</main>
<?= Template::Footer() ?>

View file

@ -6,9 +6,6 @@
<li> <li>
<p><a href="/contribute/how-tos/common-issues-when-working-on-public-domain-ebooks">Common issues when working on public domain ebooks</a></p> <p><a href="/contribute/how-tos/common-issues-when-working-on-public-domain-ebooks">Common issues when working on public domain ebooks</a></p>
</li> </li>
<li>
<p><a href="/contribute/how-tos/how-to-add-a-standard-ebooks-ebook-to-goodreads">How to add a Standard Ebooks ebook to Goodreads</a></p>
</li>
<li> <li>
<p><a href="/contribute/how-tos/how-to-conquer-complex-drama-formatting">How to conquer complex drama formatting</a></p> <p><a href="/contribute/how-tos/how-to-conquer-complex-drama-formatting">How to conquer complex drama formatting</a></p>
</li> </li>