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 5ed22db Redirect DLab
5ed22db is described below
commit 5ed22db0bb76cbb7a25001bd3828523c5659c1ad
Author: Sebb <[email protected]>
AuthorDate: Mon Oct 12 11:19:16 2020 +0100
Redirect DLab
---
tools/collate_minutes.rb | 1 +
www/board/minutes/.htaccess | 2 ++
2 files changed, 3 insertions(+)
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 49a48b4..e55164c 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -174,6 +174,7 @@ $calendar.at('head').add_child(style)
end
# handle project name changes
+# see also www/board/minutes/.htaccess
def name_changes(title)
title.sub! 'Ace', 'ACE' # WHIMSY-31
title.sub! 'ADF Faces', 'MyFaces' # via Trinidad
diff --git a/www/board/minutes/.htaccess b/www/board/minutes/.htaccess
index 3ce23ec..5c24b1b 100644
--- a/www/board/minutes/.htaccess
+++ b/www/board/minutes/.htaccess
@@ -1,5 +1,7 @@
+# See also tools/collate_minutes.rb:name_changes()
RedirectMatch ^/board/minutes/stdcxx(\.html)?$
/board/minutes/Cxx_Standard_Library.html
RedirectMatch ^/board/minutes/comdev(\.html)?$
/board/minutes/Community_Development.html
+RedirectMatch ^/board/minutes/DLab\.html$
/board/minutes/DataLab.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