<www:master> Patch from Enrico Tröger to update some pages to git.
Jérôme Guelfucci
noreply at xfce.org
Sat Jan 2 09:04:01 CET 2010
Updating branch refs/heads/master
to 3ea89c6782a51b1f714daf0ef33d0eedcee4c2e2 (commit)
from 9c828e6665c1855626b03eabc0178e832a12f40c (commit)
commit 3ea89c6782a51b1f714daf0ef33d0eedcee4c2e2
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sat Jan 2 09:06:17 2010 +0100
Patch from Enrico Tröger to update some pages to git.
i18n/community/lists.en.php | 6 +----
i18n/download/development.en.php | 41 ++++++++++++++++---------------------
i18n/download/en.nav.php | 3 +-
3 files changed, 20 insertions(+), 30 deletions(-)
diff --git a/i18n/community/lists.en.php b/i18n/community/lists.en.php
index a154d3f..247c963 100644
--- a/i18n/community/lists.en.php
+++ b/i18n/community/lists.en.php
@@ -34,17 +34,13 @@
</tr>
<tr>
<td bgcolor="#eeeeee"><a href="http://foo-projects.org/mailman/listinfo/xfce4-commits/">xfce4-commits</a></td>
- <td bgcolor="#eeeeee">To be notified of Xfce4 SVN commits.</td>
+ <td bgcolor="#eeeeee">To be notified of Xfce4 GIT commits (including goodies and other modules).</td>
</tr>
<tr>
<td><a href="http://foo-projects.org/mailman/listinfo/goodies-dev/">goodies-dev</a></td>
<td>Xfce Goodies development discussion.</td>
</tr>
<tr>
- <td bgcolor="#eeeeee"><a href="http://foo-projects.org/mailman/listinfo/goodies-commits/">goodies-commits</a></td>
- <td bgcolor="#eeeeee">To be notified of goodies SVN commits.</td>
- </tr>
- <tr>
<td><a href="http://foo-projects.org/mailman/listinfo/xfce-bugs/">xfce-bugs</a></td>
<td>Discussion of bugs in Xfce products. You can report a bug <a href="http://bugzilla.xfce.org" target="_blank" class="external">here</a>.</td>
</tr>
diff --git a/i18n/download/development.en.php b/i18n/download/development.en.php
index f639e0e..64b992a 100644
--- a/i18n/download/development.en.php
+++ b/i18n/download/development.en.php
@@ -24,50 +24,45 @@ guarantee that it's fully working and bug free.
<h2>Getting the source code </h2>
-<h3>Latest release version (4.6.x) from SVN</h3>
-
-<p>You can download the full release tree with the following command:</p>
-
<p>
-<code class="code">svn checkout http://svn.xfce.org/svn/xfce/modules/4.6</code>
+To get a list of available modules and components, you can
+<a href="http://git.xfce.org/" class="external">browse the GIT repositories</a>.
</p>
-<p>Or the appropriate modules:</p>
+<h3>Latest release version (4.6.x) from the GIT repositories</h3>
+
+<p>You can download the desired modules with the following command:</p>
<p>
-<code class="code">svn checkout http://svn.xfce.org/svn/xfce/$modulename/branches/xfce_4_6 $modulename</code>
+<code class="code">git clone -b xfce-4.6 git://git.xfce.org/category/$modulename</code>
</p>
-<h3>Latest development version (4.7.x) from SVN </h3>
+<p>For example:</p>
<p>
-You can download the full release tree with the following command:
+<code class="code">git clone -b xfce-4.6 git://git.xfce.org/xfce/xfce4-panel</code>
</p>
+<h3>Latest development version (4.7.x) from the GIT repositories </h3>
+
+<p>You can download the desired modules with the following command:</p>
+
<p>
-<code class="code">svn checkout http://svn.xfce.org/svn/xfce/modules/trunk</code>
+<code class="code">git clone git://git.xfce.org/category/$modulename</code>
</p>
-<p>Or the appropriate modules:</p>
+<p>For example:</p>
<p>
-<code class="code">svn checkout http://svn.xfce.org/svn/xfce/$modulename/trunk $modulename</code>
+<code class="code">git clone git://git.xfce.org/xfce/xfce4-panel</code>
</p>
<div class="tip">To synchronize your local copy (checkout) of the release or development
-tree with the one on the server you can run <code>svn update</code> instead of
-<code>svn checkout</code>. This will speed up the process and minimize the
+tree with the one on the server you can run <code>git pull</code> instead of
+<code>git clone</code>. This will speed up the process and minimize the
Xfce server transfer.
</div>
-<h3>Daily development snapshots</h3>
-
-<p>
-If you don't want to test the development version of Xfce on a regular basis or you
-have no experience with building source from SVN, you can download the daily development
-snapshots <a href="http://mocha.xfce.org/downloads/svn-snapshots/">here</a>.
-</p>
-
<h2>Building the modules</h2>
<p>
@@ -90,6 +85,6 @@ Xfce libraries, which is ${prefix}/lib/pkgconfig. For example:
<code class="code">./configure --prefix=/usr/local && make && make install</code>
</p>
-<p>To build the svn modules (you need the xfce4-dev-tools package) run this command: </p>
+<p>To build the Xfce modules from GIT (you need the xfce4-dev-tools package) run this command: </p>
<p><code class="code">./autogen.sh --prefix=/usr/local && make && make install</code></p>
diff --git a/i18n/download/en.nav.php b/i18n/download/en.nav.php
index 5855b7d..31ea91c 100644
--- a/i18n/download/en.nav.php
+++ b/i18n/download/en.nav.php
@@ -12,8 +12,7 @@
<?php } ?>
<li><a href="/download/development">Development version</a>
<ul>
- <li><a href="http://svn.xfce.org/" class="external">Browse SVN</a></li>
- <li><a href="http://mocha.xfce.org/downloads/svn-snapshots/" class="external">Daily Snapshots</a></li>
+ <li><a href="http://git.xfce.org/" class="external">Browse GIT repositories</a></li>
</ul>
</li>
<li><a href="http://goodies.xfce.org" class="external">Panel Plugins</a></li>
More information about the Xfce4-commits
mailing list