incubator-freemarker-site git commit: Fixing .htaccess syntax...

2015-10-31 Thread ddekany
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 75883df6f -> 863db4cb2


Fixing .htaccess syntax...


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/863db4cb
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/863db4cb
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/863db4cb

Branch: refs/heads/asf-site
Commit: 863db4cb2c59cd6ce38e50497ca2377aa935d5f5
Parents: 75883df
Author: ddekany 
Authored: Sat Oct 31 21:21:07 2015 +0100
Committer: ddekany 
Committed: Sat Oct 31 21:21:07 2015 +0100

--
 .htaccess | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/863db4cb/.htaccess
--
diff --git a/.htaccess b/.htaccess
index d77625f..1877650 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,9 +6,9 @@ RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
 
 # Redirect old URL-s to new ones:
 redirect permanent "^/docs/preface\.html$", "/",
-redirect permanent "^/features\.html$" => "/",
-redirect permanent "^/whoWeAre\.html$" => "/history.html",
-redirect permanent "^/fmpp\.html$" => "http://fmpp.sourceforge.net/;
+redirect permanent "^/features\.html$", "/",
+redirect permanent "^/whoWeAre\.html$", "/history.html",
+redirect permanent "^/fmpp\.html$", "http://fmpp.sourceforge.net/;
 
 # We don't have toc.html ATM, but it might will reappear:
 redirect temp "^/docs/toc\.html$", "/docs/",



incubator-freemarker-site git commit: (Not sure what's wrong... trying to figure out...)

2015-10-31 Thread ddekany
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 498333716 -> 3839f8039


(Not sure what's wrong... trying to figure out...)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/3839f803
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/3839f803
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/3839f803

Branch: refs/heads/asf-site
Commit: 3839f80390fe9318c41b01342d9e62ae6c96e0af
Parents: 4983337
Author: ddekany 
Authored: Sat Oct 31 21:26:46 2015 +0100
Committer: ddekany 
Committed: Sat Oct 31 21:26:46 2015 +0100

--
 .htaccess | 14 --
 1 file changed, 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3839f803/.htaccess
--
diff --git a/.htaccess b/.htaccess
index bb1e74a..e69de29 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,14 +0,0 @@
-# Redirect www to non-www:
-RewriteEngine On
-RewriteBase /
-RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
-RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
-
-# Redirect old URL-s to new ones:
-RedirectMatch permanent "^/docs/preface\.html$", "/"
-RedirectMatch permanent "^/features\.html$", "/"
-RedirectMatch permanent "^/whoWeAre\.html$", "/history.html"
-RedirectMatch permanent "^/fmpp\.html$", "http://fmpp.sourceforge.net/;
-
-# We don't have toc.html ATM, but it might will reappear:
-RedirectMatch temp "^/docs/toc\.html$", "/docs/"



incubator-freemarker-site git commit: (Not sure what's wrong... trying to figure out...)

2015-10-31 Thread ddekany
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 473e111d6 -> 54055e6e4


(Not sure what's wrong... trying to figure out...)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/54055e6e
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/54055e6e
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/54055e6e

Branch: refs/heads/asf-site
Commit: 54055e6e444c2f0404f21008972f19bc64fa7256
Parents: 473e111
Author: ddekany 
Authored: Sat Oct 31 21:28:46 2015 +0100
Committer: ddekany 
Committed: Sat Oct 31 21:28:46 2015 +0100

--
 .htaccess | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/54055e6e/.htaccess
--
diff --git a/.htaccess b/.htaccess
index 6c2aada..a34a9a5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,3 +6,9 @@ RedirectMatch permanent "^/fmpp\.html$" 
"http://fmpp.sourceforge.net/;
 
 # We don't have toc.html ATM, but it might will reappear:
 RedirectMatch temp "^/docs/toc\.html$" "/docs/"
+
+# Redirect www to non-www:
+RewriteEngine On
+RewriteBase /
+RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
+RewriteRule ^(.*)$ http://%1/$1 [R=301,L]



incubator-freemarker-site git commit: (Not sure what's wrong... trying to figure out...)

2015-10-31 Thread ddekany
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 3839f8039 -> 473e111d6


(Not sure what's wrong... trying to figure out...)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/473e111d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/473e111d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/473e111d

Branch: refs/heads/asf-site
Commit: 473e111d63eccf5ac9e6b9e47ecc1c25d314d489
Parents: 3839f80
Author: ddekany 
Authored: Sat Oct 31 21:27:52 2015 +0100
Committer: ddekany 
Committed: Sat Oct 31 21:27:52 2015 +0100

--
 .htaccess | 8 
 1 file changed, 8 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/473e111d/.htaccess
--
diff --git a/.htaccess b/.htaccess
index e69de29..6c2aada 100644
--- a/.htaccess
+++ b/.htaccess
@@ -0,0 +1,8 @@
+# Redirect old URL-s to new ones:
+RedirectMatch permanent "^/docs/preface\.html$" "/"
+RedirectMatch permanent "^/features\.html$" "/"
+RedirectMatch permanent "^/whoWeAre\.html$" "/history.html"
+RedirectMatch permanent "^/fmpp\.html$" "http://fmpp.sourceforge.net/;
+
+# We don't have toc.html ATM, but it might will reappear:
+RedirectMatch temp "^/docs/toc\.html$" "/docs/"



incubator-freemarker-site git commit: (Not sure what's wrong... trying to figure out...)

2015-10-31 Thread ddekany
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 5c2d2d56b -> f7cff03d4


(Not sure what's wrong... trying to figure out...)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/f7cff03d
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/f7cff03d
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/f7cff03d

Branch: refs/heads/asf-site
Commit: f7cff03d48c327ee8dc08722265bd70e438624b5
Parents: 5c2d2d5
Author: ddekany 
Authored: Sat Oct 31 21:23:41 2015 +0100
Committer: ddekany 
Committed: Sat Oct 31 21:23:41 2015 +0100

--
 .htaccess | 10 --
 1 file changed, 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/f7cff03d/.htaccess
--
diff --git a/.htaccess b/.htaccess
index e036d0a..8929b4d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,14 +1,4 @@
-# Redirect www to non-www:
-RewriteEngine On
-RewriteBase /
-RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
-RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
-
-# Redirect old URL-s to new ones:
 redirect permanent "^/docs/preface\.html$", "/"
 redirect permanent "^/features\.html$", "/"
 redirect permanent "^/whoWeAre\.html$", "/history.html"
 redirect permanent "^/fmpp\.html$", "http://fmpp.sourceforge.net/;
-
-# We don't have toc.html ATM, but it might will reappear:
-redirect temp "^/docs/toc\.html$", "/docs/"



incubator-freemarker-site git commit: (Not sure what's wrong... trying to figure out...)

2015-10-31 Thread ddekany
Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site f7cff03d4 -> 498333716


(Not sure what's wrong... trying to figure out...)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/49833371
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/49833371
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/49833371

Branch: refs/heads/asf-site
Commit: 4983337165c2f7679f0dbea92272f694785eb47d
Parents: f7cff03
Author: ddekany 
Authored: Sat Oct 31 21:25:39 2015 +0100
Committer: ddekany 
Committed: Sat Oct 31 21:25:39 2015 +0100

--
 .htaccess | 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/49833371/.htaccess
--
diff --git a/.htaccess b/.htaccess
index 8929b4d..bb1e74a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,14 @@
-redirect permanent "^/docs/preface\.html$", "/"
-redirect permanent "^/features\.html$", "/"
-redirect permanent "^/whoWeAre\.html$", "/history.html"
-redirect permanent "^/fmpp\.html$", "http://fmpp.sourceforge.net/;
+# Redirect www to non-www:
+RewriteEngine On
+RewriteBase /
+RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
+RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
+
+# Redirect old URL-s to new ones:
+RedirectMatch permanent "^/docs/preface\.html$", "/"
+RedirectMatch permanent "^/features\.html$", "/"
+RedirectMatch permanent "^/whoWeAre\.html$", "/history.html"
+RedirectMatch permanent "^/fmpp\.html$", "http://fmpp.sourceforge.net/;
+
+# We don't have toc.html ATM, but it might will reappear:
+RedirectMatch temp "^/docs/toc\.html$", "/docs/"