[geany/www.geany.org] 9ff5dd: Add some more catchalls for redirecting old deep links

Enrico Tröger git-noreply at xxxxx
Sun Jun 23 09:09:55 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 23 Jun 2019 09:09:55 UTC
Commit:      9ff5ddd476b267d4243799eafede8f02ed4cdec2
             https://github.com/geany/www.geany.org/commit/9ff5ddd476b267d4243799eafede8f02ed4cdec2

Log Message:
-----------
Add some more catchalls for redirecting old deep links


Modified Paths:
--------------
    geany/urls_legacy.py

Modified: geany/urls_legacy.py
12 lines changed, 11 insertions(+), 1 deletions(-)
===================================================================
@@ -49,6 +49,7 @@
     '/Geany/FAQ': '/documentation/faq/',
     '/Geany/Screenshots': '/documentation/screenshots/',
     '/Geany/Support': '/support/',
+    '/Geany/Troubleshooting': '/support/',
     '/Main/About': '/about/geany/',
     '/Main/AboutThisSite': '/',
     '/Main/AllFiletypes': '/about/filetypes/',
@@ -61,6 +62,7 @@
     '/Main/Thanks': '/',  # page dropped
     '/Main/WikiSandbox': '/',  # page dropped
     '/Site/AllRecentChanges/': '/news/feed/',
+    '/Site/Authors': '/about/geany/',
     '/Support/Bugs': '/support/bugs/',
     '/Support/BuildingFromSource': 'https://www.geany.org/manual/index.html#installation',
     '/Support/BuildingOnWin32': 'https://wiki.geany.org/howtos/win32/msys2',
@@ -80,7 +82,15 @@
     # various old deep links (catch all)
     '/images/.*.png/': '/media/uploads/screenshots/geany_light_2019-05-20.png',
     '/uploads/Gallery/.*.png/': '/media/uploads/screenshots/geany_light_2019-05-20.png',
-    '/PmWiki/.*': '/',
+    '/Category.*': '/',
+    '/Developers.*': '/',
+    '/Documentation.*': '/',
+    '/Download.*': '/',
+    '/Geany.*': '/',
+    '/PmWiki.*': '/',
+    '/Profiles.*': '/',
+    '/Site.*': '/',
+    '/Support.*': '/',
 
     # migrated news items
     '/Main/20060117': '/news/geany-in-linuxuser/',



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list