Add the server regression/* server redirect in preparation for the release.

Point the regression links on the front page to the 'local' regression location.


[SVN r30268]
This commit is contained in:
Rene Rivera 2005-07-27 21:04:19 +00:00
parent 9ad54ec821
commit ea9876b096
2 changed files with 13 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
@ -444,11 +444,11 @@
Info</a></li>
<li><a href=
"http://www.meta-comm.com/engineering/boost-regression/1_33_0/index.html">
"http://www.boost.org/regression/release/user/">
Release</a></li>
<li><a href=
"http://www.meta-comm.com/engineering/boost-regression/cvs-head/developer/">
"http://www.boost.org/regression/developement/developer/">
Development</a></li>
</ul>
</div>
@ -717,8 +717,8 @@
<div id="banners">
<p><a href=
"http://validator.w3.org/check?uri=referer"><img class="c1"
src="more/w3c_valid_xhtml10.png" alt=
"Valid XHTML 1.0!" /></a></p>
src="more/w3c_valid_xhtml10.png" alt=
"Valid XHTML 1.0!" /></a></p>
<p><a href=
"http://jigsaw.w3.org/css-validator/check/referer">
@ -728,7 +728,7 @@
<p><a href=
"http://sourceforge.net"><img class="c1" src=
"http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
alt="SourceForge.net" /></a></p>
alt="SourceForge.net" /></a></p>
</div>
</div>
</div>

6
regression/.htaccess Normal file
View file

@ -0,0 +1,6 @@
RewriteEngine on
#~ RewriteRule ^(.+)\.cpp$ http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/$1.cpp?rev=HEAD&content-type=text/vnd.viewcvs-markup [R,L]
RewriteRule ^developement(/.*) http://engineering.meta-comm.com/boost-regression/CVS-HEAD$1 [R,L]
RewriteRule ^release(/.*) http://engineering.meta-comm.com/boost-regression/1_33_0$1 [R,L]