SF.net SVN: geany-plugins: [82] trunk/geanyprj

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


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

Log Message:
-----------
Fixed version in README, added web page upload script.

Modified Paths:
--------------
    trunk/geanyprj/README

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

Modified: trunk/geanyprj/README
===================================================================
--- trunk/geanyprj/README	2008-06-20 10:32:00 UTC (rev 81)
+++ trunk/geanyprj/README	2008-06-20 10:32:21 UTC (rev 82)
@@ -1,3 +1,5 @@
+.. |(version)| replace:: 0.3
+
 ========
 geanyprj
 ========
@@ -125,7 +127,7 @@
 Download
 ========
 
-The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanyprj/geanyprj-0.2.tar.gz
+The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanyprj/geanyprj-0.3.tar.gz
 
 Up to date source code can be downloaded here::
 

Added: trunk/geanyprj/update_web.sh
===================================================================
--- trunk/geanyprj/update_web.sh	                        (rev 0)
+++ trunk/geanyprj/update_web.sh	2008-06-20 10:32:21 UTC (rev 82)
@@ -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/geanyprj/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