Author: nextgens
Date: 2006-09-08 13:28:23 +0000 (Fri, 08 Sep 2006)
New Revision: 10430

Modified:
   trunk/website/.htaccess
   trunk/website/pages/Freeplot.php
   trunk/website/pages/fasd.php
   trunk/website/pages/fphowto.php
Log:
tweak rewrite rules

Modified: trunk/website/.htaccess
===================================================================
--- trunk/website/.htaccess     2006-09-08 09:04:53 UTC (rev 10429)
+++ trunk/website/.htaccess     2006-09-08 13:28:23 UTC (rev 10430)
@@ -3,5 +3,5 @@
 RewriteRule ^(.+)\.html?mode=(.+)$ /index.php?page=$1&mode=$2 [L]
 RewriteRule ^(.+)\.html$ /index.php?page=$1 [L]

-RewriteCond %{http_host} ^(www.freenetproject.org|freenet.sourceforge.net) [nc]
+RewriteCond %{http_host} 
^(www.freenetproject.org|freenet.sourceforge.net|.*projectfreenet.org) [nc]
 RewriteRule ^(.*)$ http://freenetproject.org/$1 [r=301,nc]

Modified: trunk/website/pages/Freeplot.php
===================================================================
--- trunk/website/pages/Freeplot.php    2006-09-08 09:04:53 UTC (rev 10429)
+++ trunk/website/pages/Freeplot.php    2006-09-08 13:28:23 UTC (rev 10430)
@@ -71,7 +71,7 @@
 <br>
 </div>
 You now have HTTP / URL "screen-scraping" ability (without the screen).
-Rejoice! To test it out, download and run <a 
href="avg-mri.pl">avg-mri.pl</a>.<br>
+Rejoice! To test it out, download and run avg-mri.pl.<br>
 <br>
 blackstar&gt; <span style="font-style: italic;">perl avg-mri.pl<br>
 </span><br>
@@ -140,7 +140,7 @@
 <h3>Bringing It All Together</h3>
 </div>
 Now that you have Perl and Gnuplot installed, you can begin collecting
-data from Freenet. Download <a href="collect.pl">collect.pl</a> , the
+data from Freenet. Download collect.pl , the
 Perl script that will log all the relevant
 data to a file. Most people will access their freenet software at <span
  style="font-weight: bold;">http://localhost:8888</span>. If you have

Modified: trunk/website/pages/fasd.php
===================================================================
--- trunk/website/pages/fasd.php        2006-09-08 09:04:53 UTC (rev 10429)
+++ trunk/website/pages/fasd.php        2006-09-08 13:28:23 UTC (rev 10430)
@@ -15,4 +15,3 @@

 <br/><h2><a name ="Downloads"> Downloads </a></h2>
 <br/><a href="/papers/kronfol_final_thesis.pdf">kronfol_final_thesis.pdf</a>: 
The thesis describing FASD and simulation results
-<br/><a 
href="http://freenetproject.org/twiki/Main/FASD/fasd_code.zip";>fasd_code.zip</a>:
 The source code and data for the FASD simulation (coming soon)<br/>

Modified: trunk/website/pages/fphowto.php
===================================================================
--- trunk/website/pages/fphowto.php     2006-09-08 09:04:53 UTC (rev 10429)
+++ trunk/website/pages/fphowto.php     2006-09-08 13:28:23 UTC (rev 10430)
@@ -70,7 +70,7 @@
 <br>
 </div>
 You now have HTTP / URL "screen-scraping" ability (without the screen).
-Rejoice! To test it out, download and run <a 
href="avg-mri.pl">avg-mri.pl</a>.<br>
+Rejoice! To test it out, download and run avg-mri.pl.<br>
 <br>
 blackstar&gt; <span style="font-style: italic;">perl avg-mri.pl<br>
 </span><br>
@@ -139,7 +139,7 @@
 <h3>Bringing It All Together</h3>
 </div>
 Now that you have Perl and Gnuplot installed, you can begin collecting
-data from Freenet. Download <a href="collect.pl">collect.pl</a> , the
+data from Freenet. Download collect.pl, the
 Perl script that will log all the relevant
 data to a file. Most people will access their freenet software at <span
  style="font-weight: bold;">http://localhost:8888</span>. If you have


Reply via email to