-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Append .md suffix to text docs. Adjust references. #36
Conversation
For files like INSTALL.mds, which you have renamed to INSTALL.mds.md, what do you think about replacing the first (original) period (.) with a dash (-)? INSTALL.mds.md visually looks like INSTALL.tar.gz, in that you expect this to be an .md .mds file, whereas using a dash more idiomatically states this is the -mds section of the INSTALL notes. |
Renaming a little more, so we have |
115c223
to
e2e2a55
Compare
cd93379
to
9cc1c08
Compare
I would spare 2 files from this:
|
5b06f21
to
eaf8e72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Files can be further renamed from INSTALL.alias.md to INSTALL-alias.md later if wanted.
Rationale, in some sort of order: - Plain text is already valid Markdown (and we can improve it as we go) - Markdown is already plain text, readable in all the same ways - GitHub also renders Markdown nicely in web browsers - Changing installed names for docs is a non-zero compatibility break, but we consider it small enough to tolerate: 1. Programs are unaffected 2. People will press <tab> and find what they're seeking Supports goals: Being easily packaged by OS integrators Broaches non-goals: Breaking compatibility (but tolerably so) Risks: Users won't find needed info; patches to hier.c may get skewed
eaf8e72
to
079513a
Compare
Rationale, in some sort of order:
but we consider it small enough to tolerate:
Supports goals: Being easily packaged by OS integrators
Broaches non-goals: Breaking compatibility (but tolerably so)
Risks: Users won't find needed info; patches to hier.c may get skewed