gnomeweb-wml r5804 - trunk/www.gnome.org/projects/gtksourceview



Author: pborelli
Date: Mon Feb  4 08:51:58 2008
New Revision: 5804
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5804&view=rev

Log:
some fixes for the index text


Modified:
   trunk/www.gnome.org/projects/gtksourceview/index.html

Modified: trunk/www.gnome.org/projects/gtksourceview/index.html
==============================================================================
--- trunk/www.gnome.org/projects/gtksourceview/index.html	(original)
+++ trunk/www.gnome.org/projects/gtksourceview/index.html	Mon Feb  4 08:51:58 2008
@@ -46,14 +46,15 @@
   </div>
 
   <div id="sidebar">
-    <p class="section">Downloads</p>
-    <p>The latest release can always be found at the <a href="http://ftp.gnome.org/pub/GNOME/sources/gedit";>GNOME ftp site</a>.</p>
-    <p>The latest stable release is <a href="http://ftp.gnome.org/pub/GNOME/sources/gedit/2.20/gedit-2.20.4.tar.gz";>2.2.0</a>
-       (<a href="http://ftp.gnome.org/pub/GNOME/sources/gedit/2.20/gedit-2.20.4.news";>what's new</a>).</p>
+    <p class="section">Current Version</p>
+    <p>The latest stable release is 2.0.3</p>
+    <p>The latest development release is 2.1.2</p>
+    <p><a href="download.html">Download</a></p>
     <p class="section">Feedback</p>
     <p>Bugs should be reported to the <a href="http://bugzilla.gnome.org";>GNOME Bug Tracking System</a>.</p>
-    <p>You can get in touch with developers and other users by <a href="mailto:gedit-list gnome org">sending a mail</a>
-      to the gnome-devtools <a href="http://mail.gnome.org/mailman/listinfo/gedit-list";>mailing list</a> [<a href="http://mail.gnome.org/archives/gedit-list";>Archives</a>].</p>
+    <p>You can get in touch with developers and other users by <a href="mailto:gnome-devtools gnome org">sending a mail</a>
+      to the gnome-devtools <a href="http://mail.gnome.org/mailman/listinfo/gnome-devtools";>mailing list</a> [<a href="http://mail.gnome.org/archives/gnome-devtools";>Archives</a>].</p>
+    <p>Check out the <a href="development.html">Development</a> page for more information about getting involved</p>
   </div>
 
   <div id="content">
@@ -65,8 +66,6 @@
     <p>GtkSourceView is part of the <a href="">GNOME</a> Desktop Environment and it is currently being used by
        <a href="">gedit</a>, <a href="">MonoDevelop</a>, <a href="">Anjuta</a> and several other projects.</p>
 
-<!--    <p><img src="images/syntax-hl.png" id="syntax-hl" alt="Syntax Highlighting Screenshot"></p>-->
-
     <h2>Features</h2>
     <p>GtkSourceView provides syntax highlighing for all the most popular
        programming languages, inlcuding C, C++, Java, XML, Python, Ruby and many
@@ -81,7 +80,9 @@
 
     <h2>Language Bindings</h2>
     <p>While the GtkSourceView library is written in C, language bindings allow
-       to easily use it from other programming languages</p>
+       to easily use it from other programming languages.<br />
+       Bindings are currently available for python, C#, C++ and many other languages.
+    </p>
 
    </div>
    </div>



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