mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Tweak style on Goodreads how-to page
This commit is contained in:
parent
ccf3d509ad
commit
d099e1f135
3 changed files with 39 additions and 27 deletions
|
@ -2,60 +2,62 @@
|
||||||
require_once('Core.php');
|
require_once('Core.php');
|
||||||
?><?= 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.']) ?>
|
?><?= 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">
|
<main class="manual">
|
||||||
<article class="step-by-step-guide">
|
<article class="goodreads">
|
||||||
<h1>How to Add a Standard Ebooks Book to Goodreads</h1>
|
<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. It's useful to have our publications listed there so that our editions can be selected by members to add to their reading lists.</p>
|
<p>The Goodreads website (owned by Amazon) is a crowd-sourced repository of information about books. It’s 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>
|
<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>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 1</h2>
|
<h2>Step 1</h2>
|
||||||
<p>Go to the Goodreads website (<a href="https://goodreads.com">https://goodreads.com</a>).</p>
|
<p>Go to the <a href="https://goodreads.com">Goodreads website</a>.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 2</h2>
|
<h2>Step 2</h2>
|
||||||
<p>Search for the book you are adding. Try to find the closest match.</p>
|
<p>Search for the book you are adding. Try to find the closest match.</p>
|
||||||
<p>As an example, I'm going to add my production of "The Rights of Man" by Thomas Paine. See the screenshot below.</p>
|
<p>As an example, we’ll 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>
|
||||||
<p><img src="../../images/goodreads-1.svg" width="100%"/></p>
|
<figure>
|
||||||
|
<img src="/images/goodreads-1.svg"/>
|
||||||
|
</figure>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 3</h2>
|
<h2>Step 3</h2>
|
||||||
<p> It's important to add your production as a new EDITION, not a new book.</p>
|
<p> It’s important to add your production as a new <strong>edition</strong>, not a new book.</p>
|
||||||
<p>Unfortunately, Goodread has a new UI which makes it harder to locate the list of editions for a work. Follow the screenshots below to get to that list.</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>
|
<p>Click on “More details.”</p>
|
||||||
<p><img src="../../images/goodreads-2.svg" width="100%"/></p>
|
<figure><img src="/images/goodreads-2.svg"/></figure>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 4</h2>
|
<h2>Step 4</h2>
|
||||||
<p>Now click on “See all editions”.</p>
|
<p>Now click on “See all editions.”</p>
|
||||||
<p><img src="../../images/goodreads-3.svg" width="100%"/></p>
|
<figure><img src="/images/goodreads-3.svg"/></figure>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 5</h2>
|
<h2>Step 5</h2>
|
||||||
<p>Click on “Add a new edition”.</p>
|
<p>Click on “Add a new edition.”</p>
|
||||||
<p><img src="../../images/goodreads-4.svg" width="100%"/></p>
|
<figure><img src="/images/goodreads-4.svg"/></figure>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 6</h2>
|
<h2>Step 6</h2>
|
||||||
<p>You'll see all of the data which has been put in for the particular edition you found in your original search. We're going to overwrite most of this.</p>
|
<p>You’ll see all of the data which has been put in for the particular edition you found in your original search. We’re going to overwrite most of this.</p>
|
||||||
<p><img src="../../images/goodreads-5.svg" width="100%"/></p>
|
<figure><img src="/images/goodreads-5.svg"/></figure>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 7</h2>
|
<h2>Step 7</h2>
|
||||||
<p>Fill in the details of the Standard Ebooks edition.</p>
|
<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> I wrote 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>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>
|
<p>You can paste raw HTML into the description field.</p>
|
||||||
<p><img src="../../images/goodreads-6.svg" width="100%"/></p>
|
<figure><img src="/images/goodreads-6.svg"/></figure>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 8</h2>
|
<h2>Step 8</h2>
|
||||||
<p><b>Don't forget</b> to select the cover image, which needs to have been downloaded onto your system. I use the thumbnail image in my Calibre directory of SE files.</p>
|
<p><strong>Don’t forget</strong> to select the cover image, which needs to have been downloaded onto your system. Covers can be found at the ebook’s 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>
|
||||||
<p><img src="../../images/goodreads-7.svg" width="100%"/></p>
|
<figure><img src="/images/goodreads-7.svg"/></figure>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h2>Step 9</h2>
|
<h2>Step 9</h2>
|
||||||
<p>Click on "Create Book". Shortly afterwards you'll be taken to the <b>Review</b> page for this book. You can then click on the book title to see the new entry in the Goodreads system.</p>
|
<p>Click on “Create Book.” Shortly afterwards you’ll 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>
|
<p>Voila! Your edition is now in Goodreads.</p>
|
||||||
<p><img src="../../images/goodreads-8.svg" width="100%"/></p>
|
<figure><img src="/images/goodreads-8.svg"/></figure>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
@ -3,12 +3,13 @@ require_once('Core.php');
|
||||||
?><?= Template::Header(['title' => 'How-to Guides For Difficult Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'Guides on how to produce more difficult productions.']) ?>
|
?><?= Template::Header(['title' => 'How-to Guides For Difficult Productions', 'manual' => true, 'highlight' => 'contribute', 'description' => 'Guides on how to produce more difficult productions.']) ?>
|
||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<h1>How-to Guides For Difficult Productions</h1>
|
<h1>How-to Guides</h1>
|
||||||
<p>This section is for guides to help produce ebooks that contain complex formatting.</p>
|
|
||||||
<h2>List of How-to Guides</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p><a href="/contribute/how-tos/shakespeare">How to Produce a Shakespeare Play</a></p>
|
<p><a href="/contribute/how-tos/shakespeare">How to produce a Shakespeare play</a></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><a href="/contribute/how-tos/goodreads">How to add a Standard Ebooks ebook to Goodreads</a></p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
@ -2053,6 +2053,15 @@ article.step-by-step-guide ol ol{
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.goodreads ol li{
|
||||||
|
list-style: none;
|
||||||
|
margin-top: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.goodreads figure img{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
@media (hover: none) and (pointer: coarse){ /* target ipads and smartphones without a mouse */
|
||||||
/* For iPad, unset the height so it matches the other elements */
|
/* For iPad, unset the height so it matches the other elements */
|
||||||
select[multiple]{
|
select[multiple]{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue