]> git.donarmstrong.com Git - lilypond.git/commitdiff
change hard-coded version numbers
authorMarc Hohl <marc@hohlart.de>
Fri, 24 Aug 2012 16:00:16 +0000 (18:00 +0200)
committerMarc Hohl <marc@hohlart.de>
Fri, 24 Aug 2012 16:10:14 +0000 (18:10 +0200)
Documentation/web/server/lilypond.org.htaccess
Documentation/web/server/robots.txt

index d696f1093ed1f305bbb4401762383b0c928780c9..b4780a94147df06f986cb21957f7670ec7b881a0 100644 (file)
@@ -43,13 +43,13 @@ RedirectMatch ^/stable    /doc/stable
 #RedirectMatch ^/development    /doc/development
 
 #old# default doc dir
-RedirectMatch ^/doc/*$ /doc/v2.14
+RedirectMatch ^/doc/*$ /doc/v2.16
 # make attempt at `latest' symlink avoid ^v catch-all doc fix rule below
-RedirectMatch ^/doc//*latest/*(.*)$ /doc/v2.15/$1
-RedirectMatch ^/doc//*development/*(.*)$ /doc/v2.15/$1
-RedirectMatch ^/doc//*stable/*(.*)$ /doc/v2.14/$1
-RedirectMatch ^/doc//*([^v].*)$ /doc/v2.14/$1
-RedirectMatch ^(/Documentation.*)$ /doc/v2.14$1
+RedirectMatch ^/doc//*latest/*(.*)$ /doc/v2.17/$1
+RedirectMatch ^/doc//*development/*(.*)$ /doc/v2.17/$1
+RedirectMatch ^/doc//*stable/*(.*)$ /doc/v2.16/$1
+RedirectMatch ^/doc//*([^v].*)$ /doc/v2.16/$1
+RedirectMatch ^(/Documentation.*)$ /doc/v2.16$1
 RedirectMatch ^/index$ /
 
 # fix root calculation: no double slashes
index 27db672a39c61a39956b63872f66f78255104660..edc172823316c5f8fa5723d0f2af38922abbde3c 100644 (file)
@@ -16,4 +16,7 @@ Disallow: /doc/v2.8/
 Disallow: /doc/v2.9/
 Disallow: /doc/v2.10/
 Disallow: /doc/v2.11/
+Disallow: /doc/v2.12/
 Disallow: /doc/v2.13/
+Disallow: /doc/v2.14/
+Disallow: /doc/v2.15/