You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/09/11 12:15:22 UTC

[whimsy] branch master updated: WHIMSY-199 add redirects for PMC tags

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d87ba10  WHIMSY-199 add redirects for PMC tags
d87ba10 is described below

commit d87ba10f43597076b31a55ece172ec2379ac1fc8
Author: Sebb <se...@apache.org>
AuthorDate: Tue Sep 11 13:15:20 2018 +0100

    WHIMSY-199 add redirects for PMC tags
---
 www/board/.gitignore         |  1 -
 www/board/minutes/.gitignore |  1 +
 www/board/minutes/.htaccess  | 12 ++++++++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/www/board/.gitignore b/www/board/.gitignore
deleted file mode 100644
index 5cf0e30..0000000
--- a/www/board/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-minutes
diff --git a/www/board/minutes/.gitignore b/www/board/minutes/.gitignore
new file mode 100644
index 0000000..0b84df0
--- /dev/null
+++ b/www/board/minutes/.gitignore
@@ -0,0 +1 @@
+*.html
\ No newline at end of file
diff --git a/www/board/minutes/.htaccess b/www/board/minutes/.htaccess
new file mode 100644
index 0000000..7e44f9d
--- /dev/null
+++ b/www/board/minutes/.htaccess
@@ -0,0 +1,12 @@
+RedirectMatch ^/board/minutes/stdcxx(\.html)?$         /board/minutes/Cxx_Standard_Library.html
+RedirectMatch ^/board/minutes/comdev(\.html)?$         /board/minutes/Community_Development.html
+RedirectMatch ^/board/minutes/empire-db(\.html)?$      /board/minutes/Empire_db.html
+RedirectMatch ^/board/minutes/httpd(\.html)?$          /board/minutes/HTTP_Server.html
+RedirectMatch ^/board/minutes/logging(\.html)?$        /board/minutes/Logging_Services.html
+RedirectMatch ^/board/minutes/lucenenet(\.html)?$      /board/minutes/Lucene_Net.html
+RedirectMatch ^/board/minutes/climate(\.html)?$        /board/minutes/Open_Climate_Workbench.html
+RedirectMatch ^/board/minutes/apr(\.html)?$            /board/minutes/Portable_Runtime__APR_.html
+RedirectMatch ^/board/minutes/trafficcontrol(\.html)?$ /board/minutes/Traffic_Control.html
+RedirectMatch ^/board/minutes/trafficserver(\.html)?$  /board/minutes/Traffic_Server.html
+RedirectMatch ^/board/minutes/ws(\.html)?$             /board/minutes/Web_Services.html
+RedirectMatch ^/board/minutes/xmlgraphics(\.html)?$    /board/minutes/XML_Graphics.html