[geany/geany-plugins] 39c159: Remove some references to SVN from inside documentations

Frank Lanitz git-noreply at xxxxx
Wed Mar 13 19:11:21 UTC 2013


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Wed, 13 Mar 2013 19:11:21 UTC
Commit:      39c15996da2b7381319cc6ccb67e1e7bc2a16688
             https://github.com/geany/geany-plugins/commit/39c15996da2b7381319cc6ccb67e1e7bc2a16688

Log Message:
-----------
Remove some references to SVN from inside documentations


Modified Paths:
--------------
    debugger/INSTALL
    geanydoc/README
    geanyprj/README
    gproject/README
    treebrowser/README

Modified: debugger/INSTALL
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -24,9 +24,9 @@ There will soon be a possibility to build debugger using waf.
 
 Fourth
 --------------------------------------------------------------------------------
-Building much of the available plugins from svn by doing this:
+Building much of the available plugins from git by doing this:
 
-svn co https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk geany-plugins
+git clone https://github.com/geany/geany-plugins.git
 cd geany-plugins
 ./waf configure
 ./waf build -p -k


Modified: geanydoc/README
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -15,7 +15,7 @@ It allow either place output of these commands in geany buffer \*DOC\* or just
 execute external program. Geanydoc is intended to be used for searching documentation
 API in different sources.
 
-In order to use it you need Geany >= 0.16 or svn version.
+In order to use it you need Geany >= 0.16.
 
 Usage
 =====


Modified: geanyprj/README
3 files changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -132,8 +132,7 @@ Development Code
 
 Get the code from::
 
-  svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins
-
+	https://github.com/geany/geany-plugins
 
 2007-2008 by Yura Siamashka
 yurand2(at)gmail(dot)com


Modified: gproject/README
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -187,7 +187,7 @@ Development Code
 
 Get the code from::
 
-  svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins
+    git clone https://github.com/geany/geany-plugins.git
 
 Ideas, questions, patches and bug reports
 =========================================


Modified: treebrowser/README
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -56,7 +56,7 @@ FAQ
 Download Source
 ===============
 
-Development Source Tarbal: http://geany-plugins.svn.sourceforge.net/viewvc/geany-plugins/trunk/geany-plugins/treebrowser/?view=tar
+Development Source Tarbal: https://github.com/geany/geany-plugins/archive/master.zip
 
 TreeBrowser is part of the combined Geany Plugins release. For more information and downloads, please visit http://plugins.geany.org/
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list