Преглед изворни кода

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]

Rene Rivera пре 21 година
родитељ
комит
ea9876b096
2 измењених фајлова са 13 додато и 7 уклоњено
  1. 7 7
      index.htm
  2. 6 0
      regression/.htaccess

+ 7 - 7
index.htm

@@ -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">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 <head>
@@ -444,11 +444,11 @@
                                 Info</a></li>
                                 Info</a></li>
 
 
                                 <li><a href=
                                 <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>
                                 Release</a></li>
 
 
                                 <li><a href=
                                 <li><a href=
-                                "http://www.meta-comm.com/engineering/boost-regression/cvs-head/developer/">
+                                "http://www.boost.org/regression/developement/developer/">
                                 Development</a></li>
                                 Development</a></li>
                               </ul>
                               </ul>
                             </div>
                             </div>
@@ -717,8 +717,8 @@
                               <div id="banners">
                               <div id="banners">
                                 <p><a href=
                                 <p><a href=
                                 "http://validator.w3.org/check?uri=referer"><img class="c1"
                                 "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=
                                 <p><a href=
                                 "http://jigsaw.w3.org/css-validator/check/referer">
                                 "http://jigsaw.w3.org/css-validator/check/referer">
@@ -728,7 +728,7 @@
                                 <p><a href=
                                 <p><a href=
                                 "http://sourceforge.net"><img class="c1" src=
                                 "http://sourceforge.net"><img class="c1" src=
                                 "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
                                 "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
-                                alt="SourceForge.net" /></a></p>
+                                     alt="SourceForge.net" /></a></p>
                               </div>
                               </div>
                             </div>
                             </div>
                           </div>
                           </div>

+ 6 - 0
regression/.htaccess

@@ -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]

粤ICP备19079148号