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



Author: paolo
Date: Mon Jun 30 18:17:12 2008
New Revision: 6207
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6207&view=rev

Log:
Added links to bindings

Added a page for PyGtkSourceView



Added:
   trunk/www.gnome.org/projects/gtksourceview/pygtksourceview.html
Modified:
   trunk/www.gnome.org/projects/gtksourceview/Makefile.am
   trunk/www.gnome.org/projects/gtksourceview/features.html

Modified: trunk/www.gnome.org/projects/gtksourceview/Makefile.am
==============================================================================
--- trunk/www.gnome.org/projects/gtksourceview/Makefile.am	(original)
+++ trunk/www.gnome.org/projects/gtksourceview/Makefile.am	Mon Jun 30 18:17:12 2008
@@ -10,7 +10,8 @@
 	features.html \
 	screenshots.html \
 	documentation.html \
-	development.html
+	development.html \
+	pygtksourceview.html
 
 include $(top_srcdir)/rules.common
 

Modified: trunk/www.gnome.org/projects/gtksourceview/features.html
==============================================================================
--- trunk/www.gnome.org/projects/gtksourceview/features.html	(original)
+++ trunk/www.gnome.org/projects/gtksourceview/features.html	Mon Jun 30 18:17:12 2008
@@ -79,9 +79,9 @@
       GtkSourceView can be used from many programming languages. Among others,
       it has been bound to
       <ul>
-        <li><a href="">Python</a></li>
-        <li><a href="">C++</a></li>
-        <li><a href="">C#</a></li>
+        <li><a href="pygtksourceview.html" target="_blank">Python</a></li>
+        <li><a href="http://home.gna.org/gtksourceviewmm/"; target="_blank">C++</a></li>
+        <li><a href="http://mono-project.com/GtkSharp"; target="_blank">C#</a></li>
       </ul>
     </p>
   </div>

Added: trunk/www.gnome.org/projects/gtksourceview/pygtksourceview.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/pygtksourceview.html	Mon Jun 30 18:17:12 2008
@@ -0,0 +1,82 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en-US" xml:lang="en-US">
+<head>
+  <title>PyGtkSourceView</title>
+  <meta http-equiv="content-type" content="text/html"/>
+
+  <meta name="Description" content="PyGtkSourceView Home Page" />
+  <meta name="Keywords" content="GtkSourceView, Python, pygtk, GTK+, GNOME" />
+
+  <meta name="allow-search" content="yes" />
+  <meta name="revisit-after" content="10 Days" />
+
+  <link rel="stylesheet" type="text/css" href="gtksourceview.css" />
+</head>
+
+<body>
+
+  <div id="container">
+
+  <div id="header">
+    <img src="images/logo.png" alt="GtkSourceView logo"/>
+  </div>
+
+  <div id="menu">
+    <ul>
+      <a class="current" title="About PyGtkSourceView" href="pygtksourceview.html">PyGtkSourceView</a>
+    </ul>
+  </div>
+
+  <div id="content">
+
+    <h2>Introduction</h2>
+    <p>PyGtkSourceView is a <a href="http://www.python.org";>Python</a> wrapper for 
+       the <a href="index.html">GtkSourceView</a> widget library.</p>
+       
+    <p>It offers all the power of GtkSourceView with an interface familiar 
+       to Python developers, including users of the <a href="http://www.pygtk.org";>PyGTK</a> library.</p>
+
+    <p>PyGtkSourceView wraps all relevant parts of the GtkSourceView library and is
+       used by the <a href="http://www.gedit.org";>gedit</a> editor for its Python-based plugins.</p>
+
+    <p>GtkSourceView is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";>GNU LGPL 2.1</a> 
+       and is part of the <a href="http://www.gnome.org";>GNOME</a> Desktop Environment.</p> 
+       
+    <h2>Download</h2>
+    <p>PyGtkSourceView requires <a href="http://www.pygtk.org";>PyGTK</a> and <a href="index.html">GtkSourceView</a>.</p>	
+    <p>You can download PyGtkSourceView from the <a href="http://ftp.gnome.org/pub/gnome/sources/pygtksourceview/";>GNOME FTP server</a>.</p>
+    <p>A Windows installer for PyGtkSourceView is available on the <a href="http://ftp.gnome.org/pub/gnome/binaries/win32/pygtksourceview/";>GNOME FTP server</a> too.</p> 
+
+    <h2>Code Repository</h2>
+    <p>PyGtkSourceView is hosted on the <a href="http://svn.gnome.org";>GNOME
+    Subversion repository</a> in the <tt>pygtksourceview</tt> module.  
+    You can check out the latest development version with the following command: 
+    <pre>svn co http://svn.gnome.org/svn/pygtksourceview/trunk pygtksourceview</pre></p>
+    <p>For more information about <a href="http://subversion.tigris.org/";>Subversion</a>, see the <a
+    href="http://developer.gnome.org/tools/svn.html";>instructions on how to use
+    the repository</a>.</p>
+
+    <h2>Contact</h2>
+    <p>You can contact the developers of PyGtkSourceView sending an e-mail to the PyGtkSourceView mailing list.</p>
+    <p>You can subscribe to the PyGtkSourceView mailing list, or change your 
+        existing subscription, visiting the <a href="http://mail.gnome.org/mailman/listinfo/gnome-devtools";>gnome-devtools info page</a>.</p>
+    
+    <p>To post a message to all the list members, send an email to
+       <a href="mailto:gnome-devtools gnome org">gnome-devtools (at) gnome org</a>.</p>
+    
+    <p> To see the collection of prior postings to the list, visit the 
+        <a href="http://mail.gnome.org/archives/gnome-devtools/";>gnome-devtools archives</a>.</p>
+        
+    <p>You can also find the developers on <b>#gedit</b> IRC channel at <b>irc.gnome.org</b>.</p>
+    
+  </div>
+  </div>
+
+  <div id="footer">
+    <p>Copyright &copy; 2008, The GtkSourceView Team</p>
+  </div>
+
+</body>
+
+</html>



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