diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 36040d73..e5fe6e80 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -292,18 +292,177 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
When running se interactive-sr
, press y
to accept a replacement and n
to reject a replacement.
Use the following regular expression invocations to correct a certain set of such phrases:
-se interactive-sr "/\v([Ss])ome one/\1omeone/" src/epub/text/* git commit -am "[Editorial] some one -> someone"
- se interactive-sr "/\v(<[Aa])ny one/\1nyone/" src/epub/text/* git commit -am "[Editorial] any one -> anyone"
- se interactive-sr "/\v([Ee])very one(\s+of)@\!/\1veryone/" src/epub/text/* git commit -am "[Editorial] every one -> everyone"
- se interactive-sr "/\v([Ee])very thing/\1verything/" src/epub/text/* git commit -am "[Editorial] every thing -> everything"
- se interactive-sr "/\v(<[Aa])ny thing/\1nything/" src/epub/text/* git commit -am "[Editorial] any thing -> anything"
- se interactive-sr "/\v([Ff])or ever(>)/\1orever\2/" src/epub/text/* git commit -am "[Editorial] for ever -> forever"
- se interactive-sr "/\v(in\s+)@<\!(<[Aa])ny way(\s+(of|to))@\!/\2nyway/" src/epub/text/* git commit -am "[Editorial] any way -> anyway"
- se interactive-sr "/\v([Yy])our self/\1ourself/" src/epub/text/* git commit -am "[Editorial] your self -> yourself"
- se interactive-sr "/\v([Mm])ean time/\1eantime/" src/epub/text/* git commit -am "[Editorial] mean time -> meantime"
- se interactive-sr "/\v([Aa])ny how/\1nyhow/" src/epub/text/* git commit -am "[Editorial] any how -> anyhow"
- se interactive-sr "/\v([Aa])ny body/\1nybody/" src/epub/text/* git commit -am "[Editorial] any body -> anybody"
- se interactive-sr "/\v([Ee])very body/\1verybody/" src/epub/text/* git commit -am "[Editorial] every body -> everybody"
+
+ Correct change: | +
+ She asked some one on the street. ➔ +She asked someone on the street. + |
+
Incorrect change: | +
+ But every clever crime is founded ultimately on some one quite simple fact. ➔ +But every clever crime is founded ultimately on someone quite simple fact. + |
+
se interactive-sr "/\v([Ss])ome one/\1omeone/" src/epub/text/* git commit -am "[Editorial] some one -> someone"
+ Correct change: | +
+ “Any one else on this floor?” he asked. ➔ +“Anyone else on this floor?” he asked. + |
+
Incorrect change: | +
+ It is not easy to restore lost property to any one of them. ➔ +It is not easy to restore lost property to anyone of them. + |
+
se interactive-sr "/\v(<[Aa])ny one/\1nyone/" src/epub/text/* git commit -am "[Editorial] any one -> anyone"
+ Correct change: | +
+ He was furious—furious with himself, furious with every one. ➔ +He was furious—furious with himself, furious with everyone. + |
+
Incorrect change: | +
+ I’m sure we missed ten for every one we saw. ➔ +I’m sure we missed ten for everyone we saw. + |
+
se interactive-sr "/\v([Ee]ach and )@*<\!([Ee])very one(\s+of)@\!/\1veryone/" src/epub/text/* git commit -am "[Editorial] every one -> everyone"
+ Correct change: | +
+ Equip a ship with every thing apt for naval battle. ➔ +Equip a ship with everything apt for naval battle. + |
+
Incorrect change: | +
+ For there was no one more clever than he to do a hand’s turn at any and every thing. ➔ +For there was no one more clever than he to do a hand’s turn at any and everything. + |
+
se interactive-sr "/\v([Ee])very thing/\1verything/" src/epub/text/* git commit -am "[Editorial] every thing -> everything"
+ Correct change: | +
+ At present every thing seems tending toward the relaxation of ties. ➔ +At present everything seems tending toward the relaxation of ties. + |
+
Incorrect change: | +
+ Any man or any thing who faces me during these games, dies. ➔ +Any man or anything who faces me during these games, dies. + |
+
se interactive-sr "/\v(<[Aa])ny thing/\1nything/" src/epub/text/* git commit -am "[Editorial] any thing -> anything"
+ Correct change: | +
+ No; perhaps you will love her for ever. ➔ +No; perhaps you will love her forever. + |
+
Incorrect change: | +
+ I have been struggling on for ever so long without doing anything. ➔ +I have been struggling on forever so long without doing anything. + |
+
se interactive-sr "/\v([Ff])or ever(>)/\1orever\2/" src/epub/text/* git commit -am "[Editorial] for ever -> forever"
+ Correct change: | +
+ Not all, of course, but any way it is much better than the life here. ➔ +Not all, of course, but anyway it is much better than the life here. + |
+
Incorrect change: | +
+ And I’m not at fault in any way, and there’s no need for me to suffer. ➔ +And I’m not at fault in anyway, and there’s no need for me to suffer. + |
+
se interactive-sr "/\v(in\s+)@<\!(<[Aa])ny way(\s+(of|to))@\!/\2nyway/" src/epub/text/* git commit -am "[Editorial] any way -> anyway"
+ Correct change: | +
+ And in the mean time, he’ll also keep on being a laughing stock? ➔ +And in the meantime, he’ll also keep on being a laughing stock? + |
+
Incorrect change: | +
+ You’ve had an awful mean time, Ethan Frome. ➔ +You’ve had an awful meantime, Ethan Frome. + |
+
se interactive-sr "/\v([Mm])ean time/\1eantime/" src/epub/text/* git commit -am "[Editorial] mean time -> meantime"
+