From 841999a48e2e1076a2996803d33f7a86a181621f Mon Sep 17 00:00:00 2001 From: LeoColomb Date: Sun, 7 Apr 2013 13:56:03 +0200 Subject: [PATCH] Plugin Readmes Markdown --- user/plugins/hyphens-in-urls/{README.txt => README.md} | 2 ++ user/plugins/{sample-plugin/README.txt => random-bg/README.md} | 2 ++ .../{sample-toolbar/README.txt => sample-page/README.md} | 2 ++ user/plugins/{random-bg/README.txt => sample-plugin/README.md} | 2 ++ .../{sample-page/README.txt => sample-toolbar/README.md} | 2 ++ 5 files changed, 10 insertions(+) rename user/plugins/hyphens-in-urls/{README.txt => README.md} (85%) rename user/plugins/{sample-plugin/README.txt => random-bg/README.md} (84%) rename user/plugins/{sample-toolbar/README.txt => sample-page/README.md} (88%) rename user/plugins/{random-bg/README.txt => sample-plugin/README.md} (87%) rename user/plugins/{sample-page/README.txt => sample-toolbar/README.md} (86%) diff --git a/user/plugins/hyphens-in-urls/README.txt b/user/plugins/hyphens-in-urls/README.md similarity index 85% rename from user/plugins/hyphens-in-urls/README.txt rename to user/plugins/hyphens-in-urls/README.md index c96d514..ba72883 100644 --- a/user/plugins/hyphens-in-urls/README.txt +++ b/user/plugins/hyphens-in-urls/README.md @@ -1,3 +1,5 @@ +Hyphens in URLs +=============== This is a core plugin, bundled with YOURLS. Don't modify this plugin. Instead, copy its folder and modify your own copy. This way, your code won't diff --git a/user/plugins/sample-plugin/README.txt b/user/plugins/random-bg/README.md similarity index 84% rename from user/plugins/sample-plugin/README.txt rename to user/plugins/random-bg/README.md index f038585..f3867fa 100644 --- a/user/plugins/sample-plugin/README.txt +++ b/user/plugins/random-bg/README.md @@ -1,3 +1,5 @@ +Random Background +================= This is a sample plugin, for illustration purpose. Don't modify this plugin. Instead, copy its folder and modify your own copy. This way, your code won't diff --git a/user/plugins/sample-toolbar/README.txt b/user/plugins/sample-page/README.md similarity index 88% rename from user/plugins/sample-toolbar/README.txt rename to user/plugins/sample-page/README.md index f038585..5bba6de 100644 --- a/user/plugins/sample-toolbar/README.txt +++ b/user/plugins/sample-page/README.md @@ -1,3 +1,5 @@ +Sample Page +=========== This is a sample plugin, for illustration purpose. Don't modify this plugin. Instead, copy its folder and modify your own copy. This way, your code won't diff --git a/user/plugins/random-bg/README.txt b/user/plugins/sample-plugin/README.md similarity index 87% rename from user/plugins/random-bg/README.txt rename to user/plugins/sample-plugin/README.md index f038585..720c698 100644 --- a/user/plugins/random-bg/README.txt +++ b/user/plugins/sample-plugin/README.md @@ -1,3 +1,5 @@ +Sample Plugin +============= This is a sample plugin, for illustration purpose. Don't modify this plugin. Instead, copy its folder and modify your own copy. This way, your code won't diff --git a/user/plugins/sample-page/README.txt b/user/plugins/sample-toolbar/README.md similarity index 86% rename from user/plugins/sample-page/README.txt rename to user/plugins/sample-toolbar/README.md index f038585..a7bae40 100644 --- a/user/plugins/sample-page/README.txt +++ b/user/plugins/sample-toolbar/README.md @@ -1,3 +1,5 @@ +Sample Toolbar +============== This is a sample plugin, for illustration purpose. Don't modify this plugin. Instead, copy its folder and modify your own copy. This way, your code won't -- 2.45.0