X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/1a0a0a629b107b35a860195d77c84c48876d20c6..6298b20bcba9fede86b50b51e0b45e6ea74dc05c:/fixup.rb diff --git a/fixup.rb b/fixup.rb index c55798c..b96f666 100644 --- a/fixup.rb +++ b/fixup.rb @@ -169,33 +169,39 @@ end # Join erroneously split paragraphs: Write the contents of the line # _preceding_ the unneeded break, the break will be removed. +# +# I'm noting the line number for each _after_ corrections so it's +# easier to find them; please keep them sorted! :-P log 0, 'Join erroneously split paragraphs' -['content and, in turn, spend money and', - 'still other', - 'content functions as a marketing tool for the paid product or', - 'to the values symbolized by', - 'the kinds of participative communities that drive open', - 'At a minimum, a CC-', - 'easier to trust a', - 'free download, the', - 'openness to fans remixing the game—give', - 'Attribution-', - 'both journal publishers and researchers. Figshare now provides', - 'get the “network effect”—', - 'access to scholarly books. For Frances, the current scholarly-', - 'for-', - 'sales', - 'contributing to the open', - 'doesn’t seem like it should be sung about', - 'songwriter, and he has found a way to keep it interesting for', - 'building trust is the top', - 'license', - 'authors and Shuttleworth; Mark remains incredibly proud of this', - 'BY-SA and opting in others with collecting societies like', - 'Cecilie Maria, Cedric Howe, Cefn Hoile,', - 'Braddlee, Drew Spencer, Duncan', - 'Elizabeth Holloway, Ellen Buecher, Ellen Kaye-', - 'Helen', +['content and, in turn, spend money and', # 1595 + 'still other', # 1662 + 'content functions as a marketing tool for the paid product or', # 1724 + 'lowest-common-denominator solutions and', #2035 + 'to the values symbolized by', # 2145 + 'the kinds of participative communities that drive open', # 2157 + 'time', # 2220 + 'At a minimum, a CC-', # 2375 + 'easier to trust a', # 2580 + 'free download, the', # 3086 + 'openness to fans remixing the game—give', # 3087 + 'Attribution-', # 3307 + 'both journal publishers and researchers. Figshare now provides', # 3672 + 'get the “network effect”—', # 4002 + 'access to scholarly books. For Frances, the current scholarly-', # 4033 + 'for-', # 4288 + 'sales', # 4410 + 'contributing to the open', # 4438 + 'doesn’t seem like it should be sung about', # 4616 + 'songwriter, and he has found a way to keep it interesting for', # 4624 + 'building trust is the top', # 4793 + 'version', # 6023 + 'license', # 6169 + 'authors and Shuttleworth; Mark remains incredibly proud of this', # 6452 + 'BY-SA and opting in others with collecting societies like', # 7218 + 'Cecilie Maria, Cedric Howe, Cefn Hoile,', # 7796 + 'Braddlee, Drew Spencer, Duncan', # 7839 + 'Elizabeth Holloway, Ellen Buecher, Ellen Kaye-', # 7844 + 'Helen', # 7874 ].each do |line| log 1, line at = data.index {|i| i == line}