From 6800f801c62bd4cf3f3332c7bad7ace8ee3a779d Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Sat, 2 Jul 2011 17:21:34 +0200 Subject: [PATCH] Web: Redirect doxyoutput, coverage- and cpd report to devinfo directory --- htdocs/.htaccess | 8 +++++++- htdocs/devinfo/index.php | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 9fcdaf2ec..e76ecde27 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -21,4 +21,10 @@ AddType image/vnd.microsoft.icon .ico #Redirect "devinfo.html" to the new place... -Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/ \ No newline at end of file +Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/ + +#Redirect doxyoutput, coverage- and cpd report to the new place... +Redirect permanent /doxyoutput/ http://cppcheck.sourceforge.net/devinfo/doxyoutput/ +Redirect permanent /doxygen-errors.txt http://cppcheck.sourceforge.net/devinfo/doxygen-errors.txt +Redirect permanent /coverage_report/ http://cppcheck.sourceforge.net/devinfo/coverage_report/ +Redirect permanent /cpd.txt http://cppcheck.sourceforge.net/devinfo/cpd.txt \ No newline at end of file diff --git a/htdocs/devinfo/index.php b/htdocs/devinfo/index.php index 4703e5a75..fffc3859c 100644 --- a/htdocs/devinfo/index.php +++ b/htdocs/devinfo/index.php @@ -83,13 +83,13 @@ the latest sources in a zip or tgz archive from the github website.

View all active topics…

Doxygen

Other