From: Marc Hohl Date: Fri, 24 Aug 2012 16:00:16 +0000 (+0200) Subject: change hard-coded version numbers X-Git-Tag: release/2.17.0-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=382c446e7aa1d83e4c0bbc159a6a466b85e37435;p=lilypond.git change hard-coded version numbers --- diff --git a/Documentation/web/server/lilypond.org.htaccess b/Documentation/web/server/lilypond.org.htaccess index d696f1093e..b4780a9414 100644 --- a/Documentation/web/server/lilypond.org.htaccess +++ b/Documentation/web/server/lilypond.org.htaccess @@ -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 diff --git a/Documentation/web/server/robots.txt b/Documentation/web/server/robots.txt index 27db672a39..edc1728233 100644 --- a/Documentation/web/server/robots.txt +++ b/Documentation/web/server/robots.txt @@ -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/