gnomeweb-wml r5805 - in trunk/www.gnome.org/projects/gtksourceview: . images



Author: paolo
Date: Mon Feb  4 09:43:37 2008
New Revision: 5805
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5805&view=rev

Log:
Added binaries section in the Download page



Added:
   trunk/www.gnome.org/projects/gtksourceview/images/os-linux.gif   (contents, props changed)
   trunk/www.gnome.org/projects/gtksourceview/images/os-macos.gif   (contents, props changed)
   trunk/www.gnome.org/projects/gtksourceview/images/os-windows.gif   (contents, props changed)
Modified:
   trunk/www.gnome.org/projects/gtksourceview/download.html
   trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css

Modified: trunk/www.gnome.org/projects/gtksourceview/download.html
==============================================================================
--- trunk/www.gnome.org/projects/gtksourceview/download.html	(original)
+++ trunk/www.gnome.org/projects/gtksourceview/download.html	Mon Feb  4 09:43:37 2008
@@ -48,31 +48,53 @@
   <div id="content">
 
     <h2>Stable release</h2>
-    <p>The current stable release of GtkSourceView is 2.0.2</p>
+    <p>The current stable release of GtkSourceView is <b>2.0.2</b></p>
     <p>GtkSourceView 2.0 requires <a href="ftp://ftp.gtk.org/pub/gtk/2.8";>GTK+-2.8.x</a> and <a href="ftp://xmlsoft.org/libxml2/";>libxml2 2.5.x</a>.</p>	
     <p>You can download it from the <a href="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.0/";>GNOME FTP server</a>.</p>
 
     <h2>Unstable release</h2>
-    <p>The current unstable release of GtkSourceView is 2.1.2</p>
-    <p>GtkSourceView 2.1.2 requires <a href="ftp://ftp.gtk.org/pub/gtk/2.12";>GTK+-2.12.x</a> and <a href="ftp://xmlsoft.org/libxml2/";>libxml2 2.5.x</a>.</p>	
+    <p>The current unstable release of GtkSourceView is <b>2.1.2</b></p>
+    <p>GtkSourceView 2.1 requires <a href="ftp://ftp.gtk.org/pub/gtk/2.12";>GTK+-2.12.x</a> and <a href="ftp://xmlsoft.org/libxml2/";>libxml2 2.5.x</a>.</p>	
     <p>You can download it from the <a href="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.1/";>GNOME FTP server</a> or check it out
        from the <a href="http://subversion.tigris.org/";>Subversion</a> repository as shown below:</p>
     <pre>svn checkout http://svn.gnome.org/svn/gtksourceview/trunk gtksourceview</pre>
 	
     <p>For more information about Subversion, see the <a href="http://developer.gnome.org/tools/svn.html";>instructions on how to use the repository</a></p>
 
-    <h2>Older versions</a></h2>
+    <h2>Older versions</h2>
     <p>Some applications still require GtkSourceView 1.x, an older stable
        version of GtkSourceView. You can have the run-time and development
        environments for both GtkSourceView 2.x and GtkSourceView 1.x installed
        simultaneously on your computer.
     </p>
-    <p>The latest release of the 1.x series is 1.8.3</p>
+    <p>The latest release of the 1.x series is <b>1.8.3</b></p>
     <p>GtkSourceView 1.8 requires <a href="ftp://ftp.gtk.org/pub/gtk/2.8";>GTK+-2.8.x</a>, 
        <a href="ftp://xmlsoft.org/libxml2/";>libxml2 2.5.x</a> and 
        <a href="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/";>libgnomeprint 2.8.x</a>.</p>
     <p>You can download it from the <a href="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/1.8/";>GNOME FTP server</a>.</p>
 
+    <h2>Binaries</h2>
+      <p>GtkSourceView binaries are available on:
+      <table class="binaries">
+        <tbody>
+          <tr>
+	    <td><img src="images/os-linux.gif" alt=""></td>
+	    <td><b>GNU/Linux and Unix</b><br />GtkSourceView is included in all the major flavors of GNU/Linux and Unix.
+	        Ask your vendor for more information about how to install GtkSourceView. 
+	    </td>
+	  </tr>
+	  <tr>
+	    <td><img src="images/os-windows.gif" alt=""></td>
+	    <td><b>Windows</b><br />Binaries for Windows can be found on the 
+	        <a href="http://ftp.gnome.org/pub/gnome/binaries/win32/gtksourceview/";>GNOME FTP server</a> (only a few versions are available).</td>
+	  </tr>
+	  <tr>
+
+	    <td><img src="images/os-macos.gif" alt=""></td>
+	    <td><b>OSX</b><br />Coming soon!</td>
+          </tr>
+       </tbody>
+     </table>
   </div>
   </div>
 

Modified: trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css
==============================================================================
--- trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css	(original)
+++ trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css	Mon Feb  4 09:43:37 2008
@@ -55,6 +55,23 @@
   list-style-type: circle;
 }
 
+table.binaries {
+  border:0pt none;
+  margin-left:1.5em;
+}
+
+table.binaries td {
+  padding-right:1em;
+  padding-bottom:0.5em;
+  text-align:left;
+  text-vertical-align:top
+}
+
+table.binaries tr {
+  text-align:center;
+  vertical-align:top;
+}
+
 /* container to push the footer to the bottom */
 
 #container {

Added: trunk/www.gnome.org/projects/gtksourceview/images/os-linux.gif
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gtksourceview/images/os-macos.gif
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gtksourceview/images/os-windows.gif
==============================================================================
Binary file. No diff available.



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