Commit graph

111 commits

Author SHA1 Message Date
Domenic Denicola
367b9e6c5c 4.1.0 v4.1.0 2020-10-11 15:29:07 -04:00
Domenic Denicola
36502fe3f6 Spot fixes for Ward Arc 2, Flare 2020-10-11 15:25:56 -04:00
Domenic Denicola
bd4360a793 Spot fixes for Ward Arc 1, Daybreak 2020-10-10 14:19:22 -04:00
Domenic Denicola
84a9540497 Improve <b> and <strong> placement 2020-10-10 14:19:22 -04:00
Domenic Denicola
6ba3246598 Fix all the "[email protected]" instances
I somehow thought there were only two, but in fact there are a lot.
2020-10-10 14:18:49 -04:00
Domenic Denicola
851543f44d 4.0.1 v4.0.1 2020-08-08 14:19:00 -04:00
Domenic Denicola
2d856c1de8 Fix minimum version requirement
Closes #18, probably.
2020-08-08 14:18:49 -04:00
Domenic Denicola
60c23f0240 Minor cleanups in books.js 2020-07-01 17:38:35 -04:00
Domenic Denicola
27eae8860b 4.0.0 v4.0.0 2020-07-01 17:27:13 -04:00
Domenic Denicola
aafa10d874 Update the documentation 2020-07-01 17:27:02 -04:00
Domenic Denicola
ff991028af Normalize Ward separators to <hr> 2020-07-01 17:26:27 -04:00
Domenic Denicola
9e112adb81 Add some initial Ward substitutions
This is just a first-few-pages spot check, so there's presumably much more to come.
2020-07-01 17:23:05 -04:00
Domenic Denicola
559681e4ec Normalize Ward chapter titles 2020-07-01 17:23:05 -04:00
Domenic Denicola
2593540551 Strip off footer navigation links for Ward
Since the text is now "Previous Chapter" instead of "Last Chapter" they weren't getting removed.
2020-07-01 17:23:05 -04:00
Domenic Denicola
354fb46819 Add per-book covers 2020-07-01 17:23:05 -04:00
Domenic Denicola
a700e29299 Do not manually wrap book descriptions
At least Calibre displays these with linebreaks as-is, which is unfortunate.
2020-07-01 15:18:16 -04:00
Domenic Denicola
fd914b43f5 Start generalizing to work for Ward too
* Updates the command-line options in various ways, notably changing --start-url to --book
* Renames the "book" directory to "staging"
* Abstracts out most book-specific data into books.js (but not yet cover or substitutions.json)
* Makes per-book subfolders under cache and staging directories
2020-07-01 15:17:52 -04:00
Domenic Denicola
27e14360c9 3.0.0 v3.0.0 2020-07-01 14:36:25 -04:00
Domenic Denicola
ecdadf8fd9 Update dependencies
This includes eliminating some dependencies that are included in modern Node.js versions.
2020-07-01 14:36:14 -04:00
Domenic Denicola
de47bd36e2 2.4.0 v2.4.0 2019-08-16 23:39:46 -04:00
Domenic Denicola
f8d7e03a40 Explicitly include mz dependency
Apparently I was using this but it was only via a dependency. This could explain #14.
2019-08-16 23:39:38 -04:00
Domenic Denicola
4386d48021 Add --jobs option for the convert command
This doesn't seem that helpful as there seems to be a lot of sequential work going on regardless.
2019-08-16 23:37:00 -04:00
Domenic Denicola
e3218f1658 2.3.0 v2.3.0 2019-08-16 23:19:52 -04:00
Domenic Denicola
d4f009d67c Fix "grey" to "gray" (occurs four times)
Closes #11.
2019-08-16 23:19:45 -04:00
Domenic Denicola
3493bd50b5 2.2.1 v2.2.1 2019-08-16 22:56:43 -04:00
Domenic Denicola
d169128c62 Include the shrinkwrap file in the package 2019-08-16 22:56:32 -04:00
Domenic Denicola
6fa3d4461a 2.2.0 v2.2.0 2019-08-16 22:53:52 -04:00
Domenic Denicola
93ef4c6779 Remove zfill dependency
The language has padStart now.
2019-08-16 22:48:35 -04:00
Domenic Denicola
3fbe458e08 Update dependencies 2019-08-16 22:41:24 -04:00
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
a77306b65e 2.1.0 v2.1.0 2018-04-22 15:32:21 -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
36c396c006 Remove italics from more foreign 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
3d4b49fbba Remove redundant text-align: left 2018-04-22 15:29:42 -04:00
Domenic Denicola
f1d9276b67 Fix "shoulder-mounted" 2018-04-22 15:29:42 -04:00
Domenic Denicola
18f7436987 Un-capitalize "halberd" 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
5a84947052 Remove double-Ls in some cases of signal(l)ing/signal(l)ed 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
8d5c249003 Un-italicize Garama
For consistency with other foreign-language names.
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
217e34a12d Fix a few cases of mismatched single quotes 2018-04-22 15:29:41 -04:00