From 32cc1ab747a5beb7b4958164dd2b92f8d1066033 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 6 Nov 2024 21:00:19 +0900 Subject: [PATCH] =?UTF-8?q?eBook=20=E2=86=92=20ebook=20in=20all=20document?= =?UTF-8?q?ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This casing appears to be used, e.g., in the latest EPUB specification. --- README.md | 8 ++++---- lib/substitutions.json | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ba37f8c..8984d7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # _Worm_ Scraper -Scrapes the web serial [_Worm_](https://parahumans.wordpress.com/) and its sequel [_Ward_](https://www.parahumans.net/) into an eBook format. +Scrapes the web serial [_Worm_](https://parahumans.wordpress.com/) and its sequel [_Ward_](https://www.parahumans.net/) into an ebook format. ## How to use @@ -18,7 +18,7 @@ This will take a while as it downloads this program and its dependencies from th worm-scraper --help ``` -If this outputs some help documentation, then the installation process went smoothly. You can move on to assemble the eBook by typing +If this outputs some help documentation, then the installation process went smoothly. You can move on to assemble the ebook by typing ```bash worm-scraper @@ -34,7 +34,7 @@ worm-scraper --book=ward ## EPUB vs. other formats -EPUB is one of the primary eBook formats, but it is not recognized by all readers, including most Amazon Kindle devices. You can use an online converter or other tool to convert EPUB to Kindle MOBI, or any other format. +EPUB is one of the primary ebook formats, but it is not recognized by all readers, including most Amazon Kindle devices. You can use an online converter or other tool to convert EPUB to Kindle MOBI, or any other format. Alternately, if you are a developer, a pull request adding support for MOBI output would be appreciated; please open an issue to discuss how you plan to proceed. @@ -42,4 +42,4 @@ Alternately, if you are a developer, a pull request adding support for MOBI outp This project makes a lot of fixups to the original text, mostly around typos, punctuation, capitalization, and consistency. You can get a more specific idea of what these are via the code; there's [`convert-worker.js`](https://github.com/domenic/worm-scraper/blob/master/lib/convert-worker.js), where some things are handled generally, and [`substitutions.json`](https://github.com/domenic/worm-scraper/blob/master/lib/substitutions.json), for one-off fixes. -This process is designed to be extensible, so if you notice any problems with the original text that you think should be fixed, file an issue to let me know, and we can update the fixup code so that the resulting eBook is improved. (Or better yet, send a pull request!) +This process is designed to be extensible, so if you notice any problems with the original text that you think should be fixed, file an issue to let me know, and we can update the fixup code so that the resulting ebook is improved. (Or better yet, send a pull request!) diff --git a/lib/substitutions.json b/lib/substitutions.json index 6c08865..b2360de 100644 --- a/lib/substitutions.json +++ b/lib/substitutions.json @@ -7,7 +7,7 @@ { "before": "

Brief note from the author: This story isn’t intended for young or sensitive readers. Readers who are on the lookout for trigger warnings are advised to give Worm a pass.

\n

\n", "after": "", - "_comment": "The pseudo-trigger warning is out of place in an eBook." + "_comment": "The pseudo-trigger warning is out of place in an ebook." } ], "https://parahumans.wordpress.com/2011/06/14/gestation-1-2/": [ @@ -4586,7 +4586,7 @@ { "before": "

Ward is the second work in the Parahumans series, and reading Worm first is strongly recommended. A lot of this won’t make sense otherwise and if you do find yourself a fan of the universe, the spoilers in Ward will affect the reading of the other work.

\n

Ward is not recommended for young or sensitive readers.

\n

\n", "after": "", - "_comment": "This is out of place in an eBook." + "_comment": "This is out of place in an ebook." } ], "https://www.parahumans.net/2017/11/21/daybreak-1-4/": [ @@ -5186,7 +5186,7 @@ { "before": "

", "after": "", - "_comment": "This appears to be intentional, but it just duplicates the Next Chapter link (i.e. turning the page in the eBook), so we remove it" + "_comment": "This appears to be intentional, but it just duplicates the Next Chapter link (i.e. turning the page in the ebook), so we remove it" }, { "before": "those hectic days after dad’s head injury", diff --git a/package.json b/package.json index c127ea3..cffcfe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "worm-scraper", - "description": "Scrapes the web serial Worm and its sequel Ward into an eBook format", + "description": "Scrapes the web serial Worm and its sequel Ward into an ebook format", "keywords": [ "ebook", "worm",