From 9e112adb816d99bd2c23cdb6768ed345db362ca6 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 1 Jul 2020 16:54:23 -0400 Subject: [PATCH] Add some initial Ward substitutions This is just a first-few-pages spot check, so there's presumably much more to come. --- lib/substitutions.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lib/substitutions.json b/lib/substitutions.json index 1e4995c..da54b70 100644 --- a/lib/substitutions.json +++ b/lib/substitutions.json @@ -4115,5 +4115,28 @@ "before": "so,” Annette said. “I", "after": "so,” Annette said, “I" } + ], + "https://www.parahumans.net/2017/09/11/daybreak-1-1/": [ + { + "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

", + "after": "", + "_comment": "This is out of place in an eBook." + }, + { + "before": "[email protected]", + "after": "Deferent.I@Mail", + "_comment": "These protected emails occur only twice in the entire book so we just hard-code it here instead of using techniques like https://usamaejaz.com/cloudflare-email-decoding/" + }, + { + "before": "[email protected]", + "after": "Deferent.I@Mail", + "_comment": "These protected emails occur only twice in the entire book so we just hard-code it here instead of using techniques like https://usamaejaz.com/cloudflare-email-decoding/" + } + ], + "https://www.parahumans.net/2017/11/21/daybreak-1-4/": [ + { + "before": "blunt instrument-I saw the", + "after": "blunt instrument—I saw the" + } ] }