gtk-web r802 - trunk



Author: matthiasc
Date: Thu Apr  9 15:05:30 2009
New Revision: 802
URL: http://svn.gnome.org/viewvc/gtk-web?rev=802&view=rev

Log:
Update


Modified:
   trunk/ChangeLog
   trunk/download-linux.html
   trunk/download.html

Modified: trunk/download-linux.html
==============================================================================
--- trunk/download-linux.html	(original)
+++ trunk/download-linux.html	Thu Apr  9 15:05:30 2009
@@ -46,15 +46,15 @@
 	  below.</p> 
 	
 	<h2><a name="StableRelease">Stable Release</a></h2>
-	<p>To build GTK+ 2.14 you may find the user guide helpful. For
+	<p>To build GTK+ 2.16 you may find the user guide helpful. For
 	  additional help, the <a href="http://library.gnome.org/devel/gtk-faq/stable/";>FAQ</a> is a good starting
 	  point.</p>
 	
 	<div id="download">
 	  <ul>
-	    <li><a href="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.14/";><img src="images/download.png" alt=""/> GTK+ 2.14</a></li>
-	    <li><a href="http://ftp.gnome.org/pub/gnome/sources/glib/2.18/";><img src="images/download.png" alt=""/> GLib 2.18</a></li>
-	    <li><a href="http://ftp.gnome.org/pub/gnome/sources/pango/1.20/";><img src="images/download.png" alt=""/> Pango 1.20</a></li>
+	    <li><a href="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.14/";><img src="images/download.png" alt=""/> GTK+ 2.16</a></li>
+	    <li><a href="http://ftp.gnome.org/pub/gnome/sources/glib/2.20/download.png"; alt=""/> GLib 2.20</a></li>
+	    <li><a href="http://ftp.gnome.org/pub/gnome/sources/pango/1.24/";><img src="images/download.png" alt=""/> Pango 1.24</a></li>
 	  </ul>
 <!--
 	  <ul>
@@ -71,7 +71,7 @@
 	<p>Some applications still require GTK+ 1.2, an older stable
 	  version of GTK+. You can have the run-time and development
 	  environments for both GTK+ 2.x and GTK+ 1.2 installed
-	  simultaneously on your computer.</p>  
+	  simultaneously on your computer.</p>
 	
 	<table class="styled">
 	  <tr>
@@ -80,6 +80,11 @@
 	  </tr>
 
 	  <tr class="odd">
+	    <td>GTK+ 2.14</td>
+	    <td><a href="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.14/";><img src="images/download.png" alt=""/> Sources</a></td>
+	  </tr>
+	  
+	  <tr class="odd">
 	    <td>GTK+ 2.12</td>
 	    <td><a href="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.12/";><img src="images/download.png" alt=""/> Sources</a></td>
 	  </tr>
@@ -108,7 +113,7 @@
 	</table>
       </div> <!-- content -->
 
-      <div id="footer">Copyright 2007-2008 The GTK+ Team</div>
+      <div id="footer">Copyright 2007-2009 The GTK+ Team</div>
 
     </div> <!-- container -->
     

Modified: trunk/download.html
==============================================================================
--- trunk/download.html	(original)
+++ trunk/download.html	Thu Apr  9 15:05:30 2009
@@ -41,11 +41,15 @@
       </div>
       <div id="content">
 	<h2>Unstable release</h2>
-	<p>You can check out the latest unstable release of GTK+ and GLib using <a href="http://subversion.tigris.org/";>Subversion</a>.</p>
-	<pre>svn checkout http://svn.gnome.org/svn/gtk+/trunk gtk</pre>
-	<pre>svn checkout http://svn.gnome.org/svn/glib/trunk glib</pre>
-	
-	<p>For more information on this, see the <a href="http://live.gnome.org/SVN";>instructions on how to use the repository</a></p>
+	<p>You can check out the latest unstable release of GTK+ and GLib using <a href="http://git-scm.com/";>git</a>.</p>
+	<pre>git clone git://git.gnome.org/gtk+</pre>
+	<pre>git clone git://git.gnome.org/glib</pre>
+
+	<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>
+
+	<p>For more information on this, see the <a href="http://live.gnome.org/GitMigration/Git";>instructions on how to use the repository</a></p>
 	
 	<h2>Stable release</h2>
 	<p>GTK+ is available on:</p>
@@ -74,7 +78,7 @@
 
       </div> <!-- content -->
       
-      <div id="footer">Copyright 2007-2008 The GTK+ Team</div>
+      <div id="footer">Copyright 2007-2009 The GTK+ Team</div>
       
     </div> <!-- container -->
   



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