From 206db2d1ea347fae7f0a257d680ff0ef0606aedb Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 6 Jun 2021 15:42:22 -0500 Subject: [PATCH] Add full-width class for images --- www/contribute/how-tos/goodreads.php | 18 +++++++++--------- www/css/core.css | 7 +------ 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/www/contribute/how-tos/goodreads.php b/www/contribute/how-tos/goodreads.php index d41d36bd..21f0fcbe 100644 --- a/www/contribute/how-tos/goodreads.php +++ b/www/contribute/how-tos/goodreads.php @@ -2,7 +2,7 @@ require_once('Core.php'); ?> '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.']) ?>
-
+

How to Add a Standard Ebooks Ebook to Goodreads

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.

In almost all cases, the book will already be in the Goodreads database; we are interested in adding our productions as new editions of those books.

@@ -15,7 +15,7 @@ require_once('Core.php');

Step 2

Search for the book you are adding. Try to find the closest match.

As an example, we’ll add out production of The Rights of Man by Thomas Paine. See the screenshot below.

-
+
@@ -24,40 +24,40 @@ require_once('Core.php');

It’s important to add your production as a new edition, not a new book.

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.

Click on “More details.”

-
+
  • Step 4

    Now click on “See all editions.”

    -
    +
  • Step 5

    Click on “Add a new edition.”

    -
    +
  • Step 6

    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.

    -
    +
  • Step 7

    Fill in the details of the Standard Ebooks edition.

    This quick-and-dirty Python utility 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.

    You can paste raw HTML into the description field.

    -
    +
  • Step 8

    Don’t forget 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: https://standardebooks.org/ebooks/thomas-paine/the-rights-of-man/downloads/cover.jpg.

    -
    +
  • Step 9

    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.

    Voila! Your edition is now in Goodreads.

    -
    +
  • diff --git a/www/css/core.css b/www/css/core.css index db5dd6ff..5fdb4e3a 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -2053,12 +2053,7 @@ article.step-by-step-guide ol ol{ margin-left: 0; } -.goodreads ol li{ - list-style: none; - margin-top: 4rem; -} - -.goodreads figure img{ +.full-width img{ width: 100%; }