Commit graph

39 commits

Author SHA1 Message Date
Domenic Denicola
b017ab54d1 Fix a variety of wrong closing quotes
E.g. doubles, "I”ll", backwards
2020-11-14 20:26:44 -05:00
Domenic Denicola
54093109bf Spot fixes for Ward through Heavens 12.4 2020-11-14 20:26:44 -05:00
Domenic Denicola
aea63ba055 Fix inconsistently-bolded colons in Ward text conversations 2020-11-14 20:26:44 -05:00
Domenic Denicola
8daeebe507 Remove overcapitalization of "university" 2020-11-14 20:26:44 -05:00
Domenic Denicola
41566a380e Refactor possessive-fixing regular expressions 2020-11-14 20:26:44 -05:00
Domenic Denicola
584a52fc27 Standardize on "Amias", not "Amais" 2020-11-14 20:26:44 -05:00
Domenic Denicola
075db7f446 Standardize on "Mrs." Yamada, not "Ms." 2020-11-14 20:26:44 -05:00
Domenic Denicola
d2402b1bb2 Fix many erroneously-italicized closing quotes 2020-11-14 20:26:44 -05:00
Domenic Denicola
05a9abab91 Fix many erroneously-italicized exclamation points 2020-11-14 20:26:44 -05:00
Domenic Denicola
1a2b6de78e Standardize on one style for "Case Fifty-Three" and friends 2020-11-14 20:26:44 -05:00
Domenic Denicola
15e34e47a3 Fix double-periods in Ward
It appears all the ones in Worm, at least detectable via this pattern, were already caught.
2020-11-14 20:26:44 -05:00
Domenic Denicola
c5b13e7cc1 Fix capitalization and apostrophes for truncated names 2020-11-14 20:26:44 -05:00
Domenic Denicola
13b25835ba Always lowercase "the Wardens’ headquarters" 2020-11-14 20:26:44 -05:00
Domenic Denicola
326ec148c9 Fix instances of "Warden’s" which should be "Wardens’" 2020-11-14 20:26:44 -05:00
Domenic Denicola
6ee5fb9ef6 Fix backward closing single quotation marks 2020-11-14 20:26:44 -05:00
Domenic Denicola
33d88eb523 Refactor convert-worker.js a bit
This introduces a few fixes around italics.
2020-11-14 20:26:44 -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
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
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
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
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
ad2c0b0ca5 Improve conversion speed using a worker pool 2020-10-26 21:58:40 -04:00