Revision: 1665 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1665&view=re... Author: dmaphy Date: 2010-10-17 12:42:07 +0000 (Sun, 17 Oct 2010)
Log Message: ----------- website: make the navigation use the rewrite rules in gencontent.sh
Modified Paths: -------------- www/staging/gencontent.sh
Modified: www/staging/gencontent.sh =================================================================== --- www/staging/gencontent.sh 2010-10-17 01:05:13 UTC (rev 1664) +++ www/staging/gencontent.sh 2010-10-17 12:42:07 UTC (rev 1665) @@ -119,7 +119,7 @@ if [ $? -eq 0 ]; then # ... if yes, ... # ... add it to the navigation ... title=`echo ${i} | sed 's/([a-z])([a-zA-Z0-9]*)/\u\1\2/g'` - echo "<li><a href="index.php?site=$i">${title}</a></li>" >> $CONTENTDIR"geany-plugins-listing.html" + echo "<li><a href="$i.html">${title}</a></li>" >> $CONTENTDIR"geany-plugins-listing.html" continue # ... and jump to the next one fi;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.