gnucash-htdocs master: Drop svn repo references in favour of git repo.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jan 26 04:28:41 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/39318a37 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/b5b205c2 (commit)



commit 39318a37791476ed52e2c20992623263f367c8c0
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sun Jan 26 10:27:50 2014 +0100

    Drop svn repo references in favour of git repo.

diff --git a/develdocs.phtml b/develdocs.phtml
index 8a09b02..7554bde 100644
--- a/develdocs.phtml
+++ b/develdocs.phtml
@@ -52,9 +52,9 @@ include("externals/menu.phtml");
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Where to get the documentation source");?></h2>
 </div>
-<p class="justify"><?php echo T_("You will need a recent copy of the documentation source. For this you can check out the documentation module from the <span class=\"gnucash\">GnuCash</span> svn. Reviewers could also start from the <a href='http://sourceforge.net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>.");?></p>
-<p class="justify"><?php echo T_("For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> tailored to the <span class=\"gnucash\">GnuCash</span> code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:");?></p>
-<pre class="command">svn checkout http://code.gnucash.org/repo/gnucash-docs/trunk gnucash-docs</pre>
+<p class="justify"><?php echo T_("You will need a recent copy of the documentation source. For this you can check out the documentation module from the gnucash-docs git repository. Reviewers could also start from the <a href='http://sourceforge.net/projects/gnucash/files/gnucash-docs/'>current docs tarball</a>.");?></p>
+<p class="justify"><?php echo T_("For those not familiar with git, the <span class=\"gnucash\">GnuCash</span> wiki has a <a href='http://wiki.gnucash.org/wiki/Git'>description</a> tailored to the <span class=\"gnucash\">GnuCash</span> code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned git commands, like this:");?></p>
+<pre class="command">git clone https://github.com/Gnucash/gnucash-docs.git</pre>
 <div class="dialog note">
 <p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the <b>Help Manual</b> and the <b>Tutorial and Concepts Guide</b>. With the above command, the source code of both will be downloaded.");?></p>
 </div>
@@ -65,7 +65,7 @@ include("externals/menu.phtml");
 <h2 class="featuretitle"><?php echo T_("Writers");?></h2>
 </div>
 <p class="justify"><?php echo T_("Get a copy of the documentation source as described above and start making changes. When you are satisfied with your changes you can create a patch by running the following command in the base directory of the documentation (usually gnucash-docs, unless you renamed it):");?></p>
-<pre class="command">svn diff > my-patch-name.patch</pre>
+<pre class="command">git diff > my-patch-name.patch</pre>
 <p class="justify"><?php echo T_("Next attach your patch to a bug report against the documentation component for the <span class=\"gnucash\">GnuCash</span> project in <a href='http://bugzilla.gnome.org/'>Gnome's bugzilla database</a> and send an email to <a href='mailto:gnucash-devel at gnucash.org'>gnucash-devel</a> mailing list to inform other developers on your work. See also <a href='http://wiki.gnucash.org/wiki/Bugzilla'>GnuCash' wiki page on bugzilla</a> for more details about patch submission.");?></p>
 <div class="dialog note">
 <p class="justify"><?php echo T_("<b>NOTE:</b> It used to be ok also to send your patch directly to the gnucash-devel list. This is discouraged now, as a patch is easily forgotten between the many list discussions. Attach patches to bugs in Bugzilla instead (either an existing bug or a new one). If you insist on sending a patch to gnucash-devel, it should be attached, not inlined.");?></p>
diff --git a/externals/menu.phtml b/externals/menu.phtml
index df57bc3..0b1a474 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -47,8 +47,8 @@
   </span>
   <ul>
     <li><a href="http://svn.gnucash.org/docs/HEAD/"><?=T_("Source Docs")?></a></li>
-    <li><a href="http://svn.gnucash.org/trac/browser/"><?= T_("Browse Source Code")?></a></li>
-    <li><a href="http://wiki.gnucash.org/wiki/Subversion"><?= T_("Subversion Access")?> </a></li>
+    <li><a href="https://github.com/Gnucash/"><?= T_("Browse Source Code")?></a></li>
+    <li><a href="http://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
     <li><a href="http://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>
     <li><a href="<?=$home?>/develdocs.phtml"><?=T_("Writing Documentation")?></a></li>
     <li><a href="<?=$home?>/sizing.phtml"><?=T_("Sizing")?></a></li>



Summary of changes:
 develdocs.phtml      |    8 ++++----
 externals/menu.phtml |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)



More information about the gnucash-changes mailing list