From e250d3f457ed1b9f6787cf5c5710b31b4a9a6b1b Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 6 Jan 2017 21:00:01 -0800 Subject: [PATCH] Rename various files Get rid of ".text" extension. Use standard "README" and "LICENSE" names for those. The help files are markdown so make them have a .md extension. Markdown.pl is kept as is (rather than changing it to markdown.pl) because it's also a Perl module (Markdown) and Perl module names typically start with an uppercase letter. Were it to be renamed to a ".pm" it would end up being Markdown.pm NOT markdown.pm. Signed-off-by: Kyle J. McKay --- License.text => LICENSE | 0 Markdown Readme.text => README | 0 README.md | 2 +- basics.text => basics.md | 0 syntax.text => syntax.md | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename License.text => LICENSE (100%) rename Markdown Readme.text => README (100%) rename basics.text => basics.md (100%) rename syntax.text => syntax.md (100%) diff --git a/License.text b/LICENSE similarity index 100% rename from License.text rename to LICENSE diff --git a/Markdown Readme.text b/README similarity index 100% rename from Markdown Readme.text rename to README diff --git a/README.md b/README.md index be71c54..100b938 120000 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Markdown Readme.text \ No newline at end of file +README \ No newline at end of file diff --git a/basics.text b/basics.md similarity index 100% rename from basics.text rename to basics.md diff --git a/syntax.text b/syntax.md similarity index 100% rename from syntax.text rename to syntax.md