Commit graph

27 commits

Author SHA1 Message Date
Domenic Denicola
b90fdd1df1 Spot fixes for Arc 12, Plague; additional hyphenation fixes
Hyphenation fixes for self-destruct(ing) and life-threatening
2019-08-16 22:33:47 -04:00
Domenic Denicola
34bb91fa67 Spot fixes for Arc 11, Infestation; additional general fixes
The additional general fixes include:

* More of the never-ending italics/quotes fixes
* Fixed to use apostrophe instead of opening quote for "’Sup?"
* Standardized on the accent-including spelling of cliché
* Hyphenated "hard-headed"
2019-08-16 22:16:36 -04:00
Len
ca289447f2 Remove substitutions updated at source 2019-08-16 22:14:00 -04:00
Domenic Denicola
ac667f9b99 Fix possessives of names ending in "s" 2018-04-22 15:29:42 -04:00
Domenic Denicola
169cb749af Spot fixes for Arc 10, Sentinel; additional general fixes
The additional general fixes include:

* Fix hyphenation in "creepy-crawly" (and variants) and "well-armed"
* Fix capitalization of street and avenue names
2018-04-22 15:29:42 -04:00
Domenic Denicola
b9f79429b1 Spot fixes for Arc 9, Sentinel; additional general fixes
The additional general fixes include:

* Fix "tv" and "T.V." to become "TV" like most other uses in the book
* Fix "I-I" to "I—I" and "I-uh" to "I—uh" conversions which weren't working properly.
* Add periods to the end of some paragraphs that were missing them.
* More of the never-ending italics and spacing work.
2018-04-22 15:29:42 -04:00
Domenic Denicola
9c9fe2a936 Spot fixes for Arc 8, Extermination; additional general fixes
The additional general fixes include:

* Fixes to period and ellipsis usage (e.g. removing spaces before periods)
* Decapitalization of "loft"
* Hyphenation of "golden-skinned"
* Decapitalization after colons
2018-04-22 15:29:42 -04:00
Domenic Denicola
d114305b65 Correct PRT designation capitalizations and punctuation
* Lowercase them; the earlier parts of the story uppercased them.
* Consistently omit hyphens in numbered cases like "tinker seven", and ensure they're spelled out in dialogue.
* Consistently use en dashes between dual classifications, like "tinker–mover".
* Consistently hyphenate when part of a compound adjective, like "tinker-made".
2018-04-22 15:29:42 -04:00
Domenic Denicola
2a8d52fcf3 Spot fixes for Arc 7, Buzz 2018-04-22 15:29:41 -04:00
Domenic Denicola
0049f9f163 Fix ampersands that should be "and" 2018-04-22 15:29:41 -04:00
Domenic Denicola
b7f45298ef Remove pseudo-trigger warning from first chapter
Closes #3.
2018-04-22 15:29:41 -04:00
Domenic Denicola
af3a021f7e Fix spelling of "okay" and "A-okay" where appropriate 2018-04-22 15:29:41 -04:00
Domenic Denicola
d05465ff80 Fix miscapitalizations of cardinal directions 2018-04-22 15:29:41 -04:00
Domenic Denicola
7749e36b92 Spot-fixes for Arc 6, Tangle 2018-04-22 15:29:41 -04:00
Domenic Denicola
4559265286 Fix <em>(space)word</em> and Jess possessive 2018-04-22 15:29:41 -04:00
Domenic Denicola
1fcdd9611d Extensive fixes to dialogue tag punctuation/capitalization
See newly-added code comment for details. This involves a first pass in convert.js then lots of fixups and corrections in substitutions.json.
2018-04-22 15:29:41 -04:00
Domenic Denicola
8f437eadd1 A large variety of small fixes
I didn't really track these individually, so let's just squash them into one commit.
2018-04-22 15:29:41 -04:00
Domenic Denicola
a27b8a6e2f Fix trailing spaces before </em>
Closes #2.
2017-08-13 16:07:26 -04:00
Domenic Denicola
53bd48fc3b More fixups, through the end 2015-05-27 00:41:38 -04:00
Domenic Denicola
230f049fed More fixups, through 30.2 2015-05-23 22:53:36 -04:00
Domenic Denicola
46e38a2859 Update substitutions; fix some more quotes and dashes
Includes both fixes to previously-extant substitutions in light of recent convert.js changes, as well as new substitutions discovered while reading.
2015-05-20 23:46:19 -04:00
Domenic Denicola
cfe04bb049 Fix some mismatched quotes (not just at the end of a paragraph) 2015-05-20 23:44:05 -04:00
Domenic Denicola
eab0448455 A couple more one-off fixes 2015-05-17 16:36:16 -04:00
Domenic Denicola
ebd3776390 Fix all double-periods
Needs to be done on a case-by-case basis, as sometimes they become ellipses, and sometimes single periods, and sometimes there's a stray <em> or </em> in the mix.
2015-05-17 16:30:44 -04:00
Domenic Denicola
4019f5d1e6 Tweaks and bug-fixes for the cleanups
Several notable fixes:

- Fixed a bad bug with <span> remover: since moving the child node to a document fragment changes the indices of the childNodes collection, this would leave several nodes in limbo, with the net effect of removing their text from the document.
- Fixed the empty-<em> remover to replace the empty <em> with a space, instead of a removing it entirely; this leads to a lot fewer wordsstuck together, which were starting to accumulate erroneously in substitutions.json.
- Warn instead of error on bad substitutions: this makes it easier to actually find the bad substitution afterward, since then the output still happens.
2015-05-17 16:19:23 -04:00
Domenic Denicola
801e28d602 A lot more cleanups 2015-05-15 01:29:34 -04:00
Domenic Denicola
247f713e13 Better cleanup in the convert step 2015-05-11 22:52:14 -04:00