Commit graph

147 commits

Author SHA1 Message Date
Domenic Denicola
481e9cc3a8 Capitalize "the Pharmacist" from Ward Gleaming 9.10 onward
In Gleaming 9.10, it starts being capitalized consistently, presumably reflecting the shift from thinking of "the pharmacist" as a job title, to thinking of "the Pharmacist" as a cape name. So, for subsequent chapters, let's be sure to retain that.
2020-11-07 18:05:49 -05:00
Domenic Denicola
0053545444 Correctly hyphenate "X-year-old" 2020-11-07 18:05:48 -05:00
Domenic Denicola
56a38609ca Fix a variety of misplaced or extraneous quotes 2020-11-07 18:05:48 -05:00
Domenic Denicola
6cdf486858 Fix missing spaces after commas 2020-11-07 18:05:48 -05:00
Domenic Denicola
e364cb2b22 Normalize a few instances of "T-shirt" to "t-shirt"
The latter is overwhelmingly more common.
2020-11-07 18:05:48 -05:00
Domenic Denicola
b85e8a68b1 Spot fixes for Ward through Polarize 10.x 2020-11-07 18:05:48 -05:00
Domenic Denicola
547b7e9518 Restore original scene breaks, instead of using <hr> 2020-11-07 18:05:48 -05:00
Domenic Denicola
b4454f8432 Fix warning output
This has been broken since the progress bar addition.
2020-11-07 18:05:48 -05:00
Domenic Denicola
24809f607b Always capitalize "Earths" 2020-10-31 18:03:23 -04:00
Domenic Denicola
dd2b5b15ce Fix instances of "The clairvoyant"
Previously we only fixed "the clairvoyant", missing cases where it his name started sentences.
2020-10-31 18:03:23 -04:00
Domenic Denicola
e24bbc462b Fixes instances of -, in Ward
They are usually supposed to be em dashes.
2020-10-31 18:03:23 -04:00
Domenic Denicola
ff09d1fd76 Always capitalize "the Megalopolis" 2020-10-31 18:03:23 -04:00
Domenic Denicola
3810138e15 Spot fixes for Ward through Beacon 8.12 2020-10-31 18:03:23 -04:00
Domenic Denicola
bcca56866c Revise the chapter URL comments 2020-10-26 21:58:41 -04:00
Domenic Denicola
699c9be71f Uniformize indentation between Ward and Worm 2020-10-26 21:58:41 -04:00
Domenic Denicola
fb93322823 Modernize DOM manipulation code
jsdom, and JavaScript, have gotten nicer since this was first written.
2020-10-26 21:58:41 -04:00
Domenic Denicola
50dce93587 Remove empty paragraph starting Ward Daybreak 1.8 2020-10-26 21:58:41 -04:00
Domenic Denicola
0fc22d064d Remove periods from a few instances of PRT 2020-10-26 21:58:41 -04:00
Domenic Denicola
4fbaa0e8db Settle on "Patrol <lowercase>" and "the Patrol"
This is reversing the decision made in 84e0d83bd1, and extending the revised decision to other Patrol-related terms.
2020-10-26 21:58:41 -04:00
Domenic Denicola
6b5bedcbc7 Use en dash instead of hyphen-minus for "G–N" 2020-10-26 21:58:41 -04:00
Domenic Denicola
ab28acfd9a Remove erroneous hyphen in "preemptive(ly)" 2020-10-26 21:58:41 -04:00
Domenic Denicola
6406a0f370 Spot fixes for Ward through Torch 7.x
Also some general fixes to "TV", "okay", and "’cuz".
2020-10-26 21:58:41 -04:00
Domenic Denicola
367b69221a Fix missing periods at end of sentences in Ward 2020-10-26 21:58:41 -04:00
Domenic Denicola
695bb24d3c Fix missing commas at the end of quotations 2020-10-26 21:58:41 -04:00
Domenic Denicola
3905965134 Fix missing periods at the end of quotations 2020-10-26 21:58:41 -04:00
Domenic Denicola
e8921bbbfe Fix more cases of extra spaces after periods 2020-10-26 21:58:41 -04:00
Domenic Denicola
304955df72 Settle on lowercasing "kiss and kill" 2020-10-26 21:58:41 -04:00
Domenic Denicola
3e2bc4a447 Fix train station capitalization 2020-10-26 21:58:40 -04:00
Domenic Denicola
5cbbd8a6fb Fix missing space in many instances of "shoulder blade" 2020-10-26 21:58:40 -04:00
Domenic Denicola
b6bce1244d Spot fixes for Ward through Eclipse x.1 2020-10-26 21:58:40 -04:00
Domenic Denicola
e2277751c0 Fix various dash issues 2020-10-26 21:58:40 -04:00
Domenic Denicola
ad2c0b0ca5 Improve conversion speed using a worker pool 2020-10-26 21:58:40 -04:00
Domenic Denicola
6848456bc9 Fix overcapitalizations of "master" 2020-10-26 21:58:40 -04:00
Domenic Denicola
eebd6cb669 Spot fixes for Ward through Shadow 5.12 2020-10-26 21:58:40 -04:00
Domenic Denicola
68eabd0ca0 Fix incorrect over-substitution of "TV" in place of "tv"
Ward contains several instances of words that contain "tv", which shouldn't get capitalized.
2020-10-26 21:58:40 -04:00
Domenic Denicola
d4c67d73df Fix uncapitalized sentences 2020-10-26 21:58:40 -04:00
Domenic Denicola
ae5b179d7c Add a nice progress bar for the convert step 2020-10-26 21:58:40 -04:00
Domenic Denicola
51520c11be Add an original-URL HTML comment to each chapter
This makes it easier for me to figure out how to update substitutions.json.
2020-10-26 21:58:40 -04:00
Domenic Denicola
e13ca0de74 Remove xmlserializer dependency
jsdom can be counted on to do that for us, these days, in a more standards-complaint way. A notable change is that void elements get serialized like <br /> instead of <br/>.
2020-10-26 21:58:40 -04:00
Domenic Denicola
7e9da35803 Spot fixes for Ward through Shadow 5.8 2020-10-17 20:18:24 -04:00
Domenic Denicola
5a6f3e8cfb Fix hyphenation of "able-bodied" 2020-10-17 20:18:12 -04:00
Domenic Denicola
f300159db3 Use en dashes for joint constructions 2020-10-17 20:17:55 -04:00
Domenic Denicola
bb5c652a3d Fix capitalization of "Mom" when used as a name 2020-10-17 20:17:45 -04:00
Domenic Denicola
697f8a76ea Fix the capitalization of "Dad" when used as a name 2020-10-17 20:17:31 -04:00
Domenic Denicola
97228bf88d Fix possessives of more names ending in "s"
This is almost all about the new names introduced in Ward, plus "Chuckles" was missed in Worm.
2020-10-17 20:17:10 -04:00
Domenic Denicola
e71da44ca2 Capitalize a couple of "Birdcage" instances 2020-10-17 20:16:58 -04:00
Domenic Denicola
4e59937e19 Fix various erroneous repeated words 2020-10-17 20:16:48 -04:00
Domenic Denicola
84e0d83bd1 Standardize on one capitalization for "patrol block" 2020-10-17 20:16:32 -04:00
Domenic Denicola
26b4cb07af Fix missing spaces after periods 2020-10-17 20:16:17 -04:00
Domenic Denicola
24b01e4292 Fix miscapitalizations of "ReSound" 2020-10-17 20:16:02 -04:00