From d57e4cf1ecfa3316b1941bca5ba2477f38eb7c8e Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 29 Nov 2012 19:19:42 +0100 Subject: [PATCH] pmd website: update for new release 5.0.1 --- website/.htaccess | 4 ++-- website/index.html | 31 ++++++++++++++++++++++--------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/website/.htaccess b/website/.htaccess index b0f9032d46..3b4b1b831e 100644 --- a/website/.htaccess +++ b/website/.htaccess @@ -3,10 +3,10 @@ ErrorDocument 404 /error404.html RewriteEngine On -# rewrite any request to a unknown file to pmd-5.0.0 +# rewrite any request to a unknown file to pmd-X.Y.Z # (or whatever subfolder the first rule will set to the environment variable PMD) # but redirect only if the file exists there -RewriteRule .* - [E=PMD:pmd-5.0.0] +RewriteRule .* - [E=PMD:pmd-5.0.1] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond /home/project-web/pmd/htdocs/%{ENV:PMD}%{REQUEST_URI} -f RewriteRule .* /%{ENV:PMD}%{REQUEST_URI} [L,R] diff --git a/website/index.html b/website/index.html index d36f426608..131e5eb3e1 100644 --- a/website/index.html +++ b/website/index.html @@ -28,11 +28,11 @@

Latest version

-

5.0.0 (1st May 2012)

+

5.0.1 (28th November 2012)

@@ -65,6 +65,18 @@

Recent announcements