Revision: 1666 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1666&view=re... Author: dmaphy Date: 2010-10-17 13:35:44 +0000 (Sun, 17 Oct 2010)
Log Message: ----------- website: fix generation of navigation sidebar
Modified Paths: -------------- www/staging/gencontent.sh
Modified: www/staging/gencontent.sh =================================================================== --- www/staging/gencontent.sh 2010-10-17 12:42:07 UTC (rev 1665) +++ www/staging/gencontent.sh 2010-10-17 13:35:44 UTC (rev 1666) @@ -132,7 +132,7 @@ # TODO: newer versions of rst2html may face problems with the configuration files encoding $RST2HTML -s --config=$CONTENTDIR"rst2html_config.conf" $SOURCESDIR$i/README | tee .README.html >> $LOGFILE 2>&1 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"
if [ $? -ne 0 ]; then echo -e "$RST2HTML exited with $?.\n\n"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org