[gtk-web] development, download: Mention git details on development page and cgit on download page Fixes GB#65



commit d984583d135c3a96a15f5b3aa322f71368687741
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Sep 5 19:44:29 2011 +0100

    development, download: Mention git details on development page and cgit on download page
    Fixes GB#658281

 development.php    |    9 ++++++---
 download/index.php |   22 +++++++++++++++++-----
 2 files changed, 23 insertions(+), 8 deletions(-)
---
diff --git a/development.php b/development.php
index 2f049cc..e6fc8f1 100755
--- a/development.php
+++ b/development.php
@@ -20,6 +20,9 @@ ob_start();
 	<p>#gtk-devel is only used for GTK+ team meetings, and should not be used to ask general questions about GTK+. For all other IRC communication, <a href="irc://irc.gnome.org/%23gtk%2B" class="irc">#gtk+</a> is used.</p>
 </div>
 
+<h2><a name="WheresTheSource">Where's the Source?</a></h2>
+<p>You can clone the source code repository using <a href="http://git-scm.com/"; class="external">git</a>. Instructions on how to use bleeding edge versions of GTK+ are available on the <a href="/download/#BleedingEdge">download</a> page.</p>
+
 <h2><a name="Contributing">Contributing</a></h2>
 <p>GTK+ is a large project and relies on voluntary contributions. Everyone is invited to help project development. Starting points for contributors are:</p>
 
@@ -32,9 +35,6 @@ ob_start();
 <h2><a name="BestPractices">Best Practices</a></h2>
 <p>When working on GTK+/GLib, there are several points once should consider, to keep the code in shape. See the <a href="http://live.gnome.org/GTK+/BestPractices"; class="external">GTK+ Best Practices</a>.</p>
 
-<h2><a name="LanguageBindings">Language Bindings</a></h2>
-<p>For information about programming languages other than C which support GTK+, see the <a href="language-bindings.php">language bindings</a> available.</p>
-
 <h2><a name="Team">Team</a></h2>
 <p>Current core maintainers of GTK+ are:</p>
 
@@ -70,6 +70,9 @@ $maintainers = array(
 	</tr><?php } ?> 
 </table>
 
+<h2><a name="LanguageBindings">Language Bindings</a></h2>
+<p>For information about programming languages other than C which support GTK+, see the <a href="language-bindings.php">language bindings</a> available.</p>
+
 <h2><a name="Support">Donations</a></h2>
 <p>If you want to help the GTK+ project by donating money OR perhaps your company wants to pay someone to develop GTK+, you can email the GNOME foundation. Any donations to GNOME for GTK+ will ONLY be spent on GTK+.</p>
 <ul class="tasks">
diff --git a/download/index.php b/download/index.php
index 75d2ebd..9ea1e8b 100755
--- a/download/index.php
+++ b/download/index.php
@@ -24,15 +24,27 @@ ob_start();
 </div>
 
 <h2 id="BleedingEdge">Bleeding edge</h2>
-<p>Alternatively, you can check out the latest unstable release of GTK+ and GLib using <a href="http://git-scm.com/"; class="external">git</a>.</p>
-<pre>git clone git://git.gnome.org/gtk+</pre>
-<pre>git clone git://git.gnome.org/glib</pre>
+<p>Alternatively, you can check out the latest unstable release of GTK+ using <a href="http://git-scm.com/"; class="external">git</a>.</p>
+<pre>
+git clone git://git.gnome.org/gtk+
+</pre>
+
+<!--git clone git://git.gnome.org/glib-->
+
 <p>If you plan on pushing changes back upstream and have a GNOME account, use the following instead:</p>
-<pre>git clone ssh://&lt;username&gt;@git.gnome.org/git/gtk+</pre>
-<pre>git clone ssh://&lt;username&gt;@git.gnome.org/git/glib</pre>
+<pre>
+git clone ssh://&lt;username&gt;@git.gnome.org/git/gtk+
+</pre>
+
+<!--git clone ssh://&lt;username&gt;@git.gnome.org/git/glib-->
+
+<p>NOTE: the modules are: <q>gtk+</q>, <q>glib</q>, <q>pango</q>, <q>gdk-pixbuf</q> and <q>atk</q>.</p>
 
 <p>For more information on this, see the <a href="http://live.gnome.org/Git"; class="external">instructions on how to use the repository</a>.</p>
 
+<h2 id="RepositoryBrowser">Repository Browser</h2>
+<p>If you prefer to view the git repository from your web browser for <a href="http://git.gnome.org/browse/gtk+"; class="external">gtk+</a>, <a href="http://git.gnome.org/browse/glib"; class="external">glib</a>, <a href="http://git.gnome.org/browse/pango"; class="external">pango</a>, <a href="http://git.gnome.org/browse/gdk-pixbuf"; class="external">gdk-pixbuf</a> and <a href="http://git.gnome.org/browse/atk"; class="external">atk</a>.</p>
+
 <!--
 <h2>Applications</h2>
 <p>If you're looking for applications built <em>with</em>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]