From 26dc323e75f886f1949df550b05cc79dae799d5c Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 4 Jul 2014 10:14:26 +0200 Subject: [PATCH] rename README -> README.md --- README => README.md | 2 ++ 1 file changed, 2 insertions(+) rename README => README.md (90%) diff --git a/README b/README.md similarity index 90% rename from README rename to README.md index 93136b4..766ed78 100644 --- a/README +++ b/README.md @@ -9,3 +9,5 @@ things which these two scripts fix: content type of the static content by the filename extension. But files that are saved under a name like `foo?bar=baz&blub=bla` do not have a recognized extension. This is fixed by `filenameext.sh`. + +Both scripts together allowed to fix a mirror of a phpbb forum for me.