Reflow all the language stack README-content.md
files to 80 columns and incorporate Fred's changes
#22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This also includes Fred's updates to the
README-short.txt
files, and a bunch of very minor changes for consistency (using "PHP" instead of "php", ending sentences that describe and lead into a code block with a ":", using "Go" instead of "Golang" and "Hy" instead of "Hylang" within prose, not using periods at the end of headlines, etc).A really fun one included here is that Java mentioned both using GNU Make inside the container (and
java
doesn't includemake
presently), and some of the prose mentionedgo build
after we ranjavac
, which was extra neat.I've also reflowed the footer here, since it looks like Fred's got his reflow set at 90 columns, not 80 (which is half the reason I made this PR, the other half being that I wanted to go over them all one more time myself to fix more minor inconsistencies).
cc @fredlf (would you mind taking one last gander over these to make sure I haven't missed anything that sticks out to you on a last read-over?)
Closes #7
Closes #8
Closes #12
Closes #13
Closes #14
Closes #15
Closes #16
Closes #17
Closes #18
Closes #19
Closes #20
Closes #21
(To make reviewing this simple, I haven't run
./update.sh
yet - once it's been reviewed and we're all happy with it and thus have merged it, I'll run./update.sh
to update all theREADME.md
files too.)