Revision: 84 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=84&view=rev Author: yurand Date: 2008-06-20 03:32:59 -0700 (Fri, 20 Jun 2008)
Log Message: ----------- Added web page upload script
Added Paths: ----------- trunk/geanydoc/update_web.sh
Added: trunk/geanydoc/update_web.sh =================================================================== --- trunk/geanydoc/update_web.sh (rev 0) +++ trunk/geanydoc/update_web.sh 2008-06-20 10:32:59 UTC (rev 84) @@ -0,0 +1,14 @@ +#!/bin/sh +# + +if [ "$1" = "" ]; then +USERNAME=yurand +else +USERNAME=$1 +fi + +PLUGIN=`pwd | xargs basename` + +rst2html.py README > index.html +scp index.html ${USERNAME}@shell.sourceforge.net:/home/groups/g/ge/geany-plugins/htdocs/${PLUGIN} +rm index.html
Property changes on: trunk/geanydoc/update_web.sh ___________________________________________________________________ Name: svn:executable + *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.