SF.net SVN: geany-plugins: [83] trunk/geanyvc/update_web.sh

yurand at users.sourceforge.net yurand at xxxxx
Fri Jun 20 10:32:44 UTC 2008


Revision: 83
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=83&view=rev
Author:   yurand
Date:     2008-06-20 03:32:44 -0700 (Fri, 20 Jun 2008)

Log Message:
-----------
Added web page upload script.

Added Paths:
-----------
    trunk/geanyvc/update_web.sh

Added: trunk/geanyvc/update_web.sh
===================================================================
--- trunk/geanyvc/update_web.sh	                        (rev 0)
+++ trunk/geanyvc/update_web.sh	2008-06-20 10:32:44 UTC (rev 83)
@@ -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/geanyvc/update_web.sh
___________________________________________________________________
Name: svn:executable
   + *


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list