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



Author: pborelli
Date: Sun Feb  3 23:08:29 2008
New Revision: 5802
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5802&view=rev

Log:
add gtksourceview website work in progress... still hidden by htaccess (if it works)


Added:
   trunk/www.gnome.org/projects/gtksourceview/
   trunk/www.gnome.org/projects/gtksourceview/Makefile.am
   trunk/www.gnome.org/projects/gtksourceview/development.html
   trunk/www.gnome.org/projects/gtksourceview/documentation.html
   trunk/www.gnome.org/projects/gtksourceview/download.html
   trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css
   trunk/www.gnome.org/projects/gtksourceview/htaccess
   trunk/www.gnome.org/projects/gtksourceview/images/
   trunk/www.gnome.org/projects/gtksourceview/images/Makefile.am
   trunk/www.gnome.org/projects/gtksourceview/images/bullet.gif   (contents, props changed)
   trunk/www.gnome.org/projects/gtksourceview/images/logo.png   (contents, props changed)
   trunk/www.gnome.org/projects/gtksourceview/index.html
   trunk/www.gnome.org/projects/gtksourceview/screenshots.html
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/www.gnome.org/projects/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Feb  3 23:08:29 2008
@@ -163,6 +163,8 @@
 www.gnome.org/projects/garnome/files/Makefile
 www.gnome.org/projects/garnome/images/Makefile
 www.gnome.org/projects/gconf/Makefile
+www.gnome.org/projects/gtksourceview/Makefile
+www.gnome.org/projects/gtksourceview/images/Makefile
 www.gnome.org/projects/gedit/Makefile
 www.gnome.org/projects/gedit/images/Makefile
 www.gnome.org/projects/gnome/Makefile

Modified: trunk/www.gnome.org/projects/Makefile.am
==============================================================================
--- trunk/www.gnome.org/projects/Makefile.am	(original)
+++ trunk/www.gnome.org/projects/Makefile.am	Sun Feb  3 23:08:29 2008
@@ -18,6 +18,7 @@
 	gnome-libs		\
 	gnumeric		\
 	guppi			\
+	gtksourceview		\
 	gyrus			\
 	gb			\
 	nautilus		\

Added: trunk/www.gnome.org/projects/gtksourceview/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/Makefile.am	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,18 @@
+SUBDIRS=\
+	images
+
+urlpath=/projects/gtksourceview
+
+page_DATA=\
+	gtksourceview.css \
+	index.html \
+	download.html \
+	screenshots.html \
+	documentation.html \
+	development.html
+
+page_SCRIPTS=\
+	.htaccess
+
+include $(top_srcdir)/rules.common
+

Added: trunk/www.gnome.org/projects/gtksourceview/development.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/development.html	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,61 @@
+<!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>GtkSourceView - Screenshots</title>
+  <meta http-equiv="content-type" content="text/html"/>
+
+  <meta name="Description" content="GtkSourceView Home Page" />
+  <meta name="Keywords" content="GtkSourceView, 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>
+      <li>
+        <a title="About GtkSourceView" href="index.html">About</a>
+      </li>
+      <li>
+        <a title="Download GtkSourceView" href="download.html">Download</a>
+      </li>
+      <li>
+        <a title="See screenshots of applications using GtkSourceView" 
+           href="screenshots.html">Screenshots</a>
+      </li>
+      <li>
+        <a title="Read up on documentation about how to use GtkSourceView"
+           href="documentation.html">Documentation</a>
+      </li>
+      <li>
+        <a class="current" title="Find out how you can get involved in the develop of GtkSourceView" 
+           href="development.html">Development</a>
+      </li>      
+    </ul>
+  </div>
+
+  <div id="content">
+
+    <p>Put development stuff here</p>
+
+  </div>
+  </div>
+
+  <div id="footer">
+    <p>Copyright &copy; 2008, The GtkSourceView Team</p>
+  </div>
+
+</body>
+
+</html>

Added: trunk/www.gnome.org/projects/gtksourceview/documentation.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/documentation.html	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,91 @@
+<!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>GtkSourceView - Documentation</title>
+  <meta http-equiv="content-type" content="text/html"/>
+
+  <meta name="Description" content="GtkSourceView Home Page" />
+  <meta name="Keywords" content="GtkSourceView, 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>
+      <li>
+        <a title="About GtkSourceView" href="index.html">About</a>
+      </li>
+      <li>
+        <a title="Download GtkSourceView" href="download.html">Download</a>
+      </li>
+      <li>
+        <a title="See screenshots of applications using GtkSourceView" 
+           href="screenshots.html">Screenshots</a>
+      </li>
+      <li>
+        <a class="current" title="Read up on documentation about how to use GtkSourceView"
+           href="documentation.html">Documentation</a>
+      </li>
+      <li>
+        <a title="Find out how you can get involved in the develop of GtkSourceView" 
+           href="development.html">Development</a>
+      </li>      
+    </ul>
+  </div>
+
+  <div id="content">
+
+    <h2>API reference</h2>
+    <p>You can browse the GtkSourceView API reference online on <a href="http://library.gnome.org/devel/references";>library.gnome.org</a>
+       where you will also find the documentation for many other APIs used throughout the GNOME platform.
+    </p>
+    <ul>
+      <li>Browse API reference for the <a href="http://library.gnome.org/devel/gtksourceview-2.0/stable/";>stable release</a></li>
+      <li>Browse API reference for the <a href="http://library.gnome.org/devel/gtksourceview-2.0/unstable/";>unstable release</a></li>
+    </ul>
+    
+    <h2>Tutorials</h2>
+    <p>We have not an official tutorial, but the source of 
+       <a href="http://svn.gnome.org/viewvc/gtksourceview/trunk/tests/test-widget.c?view=markup";>test-widget</a> program is 
+       a good starting point for learning how to use the GtkSourceView API.</p>
+    <p>Here you can find a list of unofficial tutorials:</p>
+    <ul>
+      <li><a href="http://www.progbox.co.uk/wordpress/?p=300";>Simple syntax highlighting window example</a>.
+      <li><a href="http://php-gtk.eu/code-snippets/extending-gtksourceview-widget";>Using GtkSourceview to build a php editor with syntax highlighting</a>.</li>
+      <li><a href="http://blogs.gnome.org/pbor/2008/01/14/gtksourceview-21/";>How to use the GtkSourcePrintCompositor API</a>.</li>
+    </ul>
+    <h2>Language definition files</h2>
+    <p>A language definition file is an XML document that describes how to color source code.</p>
+    <p>You can learn how to write language files by reading the 
+       official <a href="http://library.gnome.org/devel/gtksourceview-2.0/stable/lang-tutorial.html";>tutorial</a> on how to write a new
+       language definition file and the 
+       <a href="http://library.gnome.org/devel/gtksourceview-2.0/stable/lang-reference.html";>reference to the language definition file format</a>.
+    </p>
+    
+    <h2>Older documentation</a></h2>
+    <p>Although we recommend to use GtkSourceView 2.x, we keep the 
+       <a href="http://library.gnome.org/devel/gtksourceview/stable/";>GtkSourceView 1.x Documentation</a> around for 
+       those who need it.
+    </p>
+  </div>
+  </div>
+
+  <div id="footer">
+    <p>Copyright &copy; 2008, The GtkSourceView Team</p>
+  </div>
+
+</body>
+
+</html>

Added: trunk/www.gnome.org/projects/gtksourceview/download.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/download.html	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,85 @@
+<!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>GtkSourceView - Download</title>
+  <meta http-equiv="content-type" content="text/html"/>
+
+  <meta name="Description" content="GtkSourceView Home Page" />
+  <meta name="Keywords" content="GtkSourceView, 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>
+      <li>
+        <a title="About GtkSourceView" href="index.html">About</a>
+      </li>
+      <li>
+        <a class="current" title="Download GtkSourceView" href="download.html">Download</a>
+      </li>
+      <li>
+        <a title="See screenshots of applications using GtkSourceView" 
+           href="screenshots.html">Screenshots</a>
+      </li>
+      <li>
+        <a title="Read up on documentation about how to use GtkSourceView"
+           href="documentation.html">Documentation</a>
+      </li>
+      <li>
+        <a title="Find out how you can get involved in the develop of GtkSourceView" 
+           href="development.html">Development</a>
+      </li>      
+    </ul>
+  </div>
+
+  <div id="content">
+
+    <h2>Stable release</h2>
+    <p>The current stable release of GtkSourceView is 2.0.2</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>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>
+    <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>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>
+
+  </div>
+  </div>
+
+  <div id="footer">
+    <p>Copyright &copy; 2008, The GtkSourceView Team</p>
+  </div>
+
+</body>
+
+</html>

Added: trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,180 @@
+/* Basic tags */
+
+html {
+  margin: 0;
+  padding: 0;
+  height: 100%;
+}
+
+body {
+  margin: 0;
+  padding: 0;
+  height: 100%;
+  font-family: sans-serif;
+  background-color: #DDD;
+/*  background-color: #729fcf;*/
+}
+
+a {
+  text-decoration : none;
+  color : #3465a4;
+}
+
+a:hover {
+  border-bottom : 1px dotted;
+}
+
+a img, a:hover img {
+  border : 0 none;
+}
+
+h2, h2 a {
+/*  color: #729fcf;*/
+  color : #cc0000;
+  font-weight : bold;
+  line-height: 150%;
+  margin-top : 1em;
+  margin-bottom : 0.1em;
+}
+
+p {
+  margin-top : 0em;
+  margin-bottom : 0.7em;
+  vertical-align : middle;
+}
+
+pre {
+  background: #797B76 none repeat scroll 0%;
+  color: #FFFFFF;
+  margin-bottom: 1em;
+  padding: 0.5em;
+}
+
+ul > li {
+  list-style-image: url(images/bullet.gif);
+  list-style-type: circle;
+}
+
+/* container to push the footer to the bottom */
+
+#container {
+  min-height: 100%;
+  height: auto !important;
+  height: 100%;
+  width : 45em;
+  margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
+  padding: 0;
+  background-color: #FFFFFF;
+  border-left: 1px solid #000000;
+  border-right: 1px solid #000000;
+}
+
+/* header */
+
+#header {
+  height : 120px;
+}
+
+#header img {
+  padding: 10px;
+}
+
+/* navigation menu */
+
+#menu {
+  text-align: center;
+  padding-top: 0.5em;
+  padding-bottom: 0.5em;
+  background-color: #cc0000; 
+/*  background-color: #729fcf ; */
+  border-top: 1px solid #000000;
+  border-bottom: 1px solid #000000;
+}
+
+#menu ul {
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+}
+
+#menu li {
+  display: inline;
+  margin: 0 0 0 1em;
+  padding: 0;
+}
+
+#menu a {
+  color: #FFF;
+/*  font-weight: bold; */
+}
+
+.current {
+  font-weight:bold;
+}
+
+/* Sidebar */
+
+#sidebar {
+  float : right;
+  width: 30%;
+  margin: 1em;
+  border: 1px solid #729fcf;
+}
+
+#sidebar p {
+  margin-top: 0px;
+  padding-left: 10px;
+  padding-right: 10px;
+}
+
+#sidebar p.section {
+  text-align: center;
+  font-weight: bold;
+  padding-top: 3px;
+  padding-bottom: 3px;
+  color: #FFF;
+  background-color: #729fcf;
+}
+
+/* content */
+
+#content {
+  height: 100%;
+  margin: 0;
+  padding : 1em 3.5em 4.5em 3.5em;
+  line-height : 150%;
+  text-align: left;
+}
+
+#content a {
+  line-height : 150%;
+  font-weight : bold;
+}
+
+/* footer */
+
+#footer {
+  height: 2em;
+  width : 45em;
+  margin: 0 auto; 
+  padding-top: 0.5em;
+  background-color: #cc0000;   
+  border-top: 1px solid #000000;
+  border-left: 1px solid #000000;
+  border-right: 1px solid #000000;
+}
+
+#footer p {
+  margin: 0; 
+  padding: 0;
+  border: 0;
+  color: #FFFFFF;
+  text-align: center;
+  font-size: small;
+}
+
+#footer a {
+  color: #FFFFFF;
+  font-weight: bold;
+}
+

Added: trunk/www.gnome.org/projects/gtksourceview/htaccess
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/htaccess	Sun Feb  3 23:08:29 2008
@@ -0,0 +1 @@
+DirectoryIndex doesntexist.html

Added: trunk/www.gnome.org/projects/gtksourceview/images/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/images/Makefile.am	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,10 @@
+SUBDIRS=
+
+urlpath=/projects/gedit/images
+
+page_SCRIPTS= \
+	bullet.gif \
+	logo.png
+
+include $(top_srcdir)/rules.common
+

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

Added: trunk/www.gnome.org/projects/gtksourceview/images/logo.png
==============================================================================
Binary file. No diff available.

Added: trunk/www.gnome.org/projects/gtksourceview/index.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/index.html	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,95 @@
+<!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>GtkSourceView</title>
+  <meta http-equiv="content-type" content="text/html"/>
+
+  <meta name="Description" content="GtkSourceView Home Page" />
+  <meta name="Keywords" content="GtkSourceView, 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>
+      <li>
+        <a class="current" title="About GtkSourceView" href="index.html">About</a>
+      </li>
+      <li>
+        <a title="Download GtkSourceView" href="download.html">Download</a>
+      </li>
+      <li>
+        <a title="See screenshots of applications using GtkSourceView" 
+           href="screenshots.html">Screenshots</a>
+      </li>
+      <li>
+        <a title="Read up on documentation about how to use GtkSourceView"
+           href="documentation.html">Documentation</a>
+      </li>
+      <li>
+        <a title="Find out how you can get involved in the develop of GtkSourceView" 
+           href="development.html">Development</a>
+      </li>      
+    </ul>
+  </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">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>
+  </div>
+
+  <div id="content">
+
+    <h2>What is GtkSourceView?</h2>
+    <p>GtkSourceView is a library that extends the standard GTK+ text widget
+       with syntax highlighting and other features typical of a source code editor.</p>
+
+    <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
+       others. Support for new languages can be easily added by creating a
+       <a href="">Language Definition</a> file.<br/>
+       The colors and styles used to highlight the syntax can be themed
+       specifying a <a href="">Style Scheme</a> file.</p>
+
+    <p>GtkSourceView supports unlimited undo/redo, caseless search and allows
+       easy integration with the GTK+ printing system to easily print a text
+       document.</p>
+
+    <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>
+
+   </div>
+   </div>
+
+  <div id="footer">
+    <p>Copyright &copy; 2008, The GtkSourceView Team</p>
+  </div>
+
+</body>
+
+</html>

Added: trunk/www.gnome.org/projects/gtksourceview/screenshots.html
==============================================================================
--- (empty file)
+++ trunk/www.gnome.org/projects/gtksourceview/screenshots.html	Sun Feb  3 23:08:29 2008
@@ -0,0 +1,61 @@
+<!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>GtkSourceView - Screenshots</title>
+  <meta http-equiv="content-type" content="text/html"/>
+
+  <meta name="Description" content="GtkSourceView Home Page" />
+  <meta name="Keywords" content="GtkSourceView, 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>
+      <li>
+        <a title="About GtkSourceView" href="index.html">About</a>
+      </li>
+      <li>
+        <a title="Download GtkSourceView" href="download.html">Download</a>
+      </li>
+      <li>
+        <a class="current" title="See screenshots of applications using GtkSourceView" 
+           href="screenshots.html">Screenshots</a>
+      </li>
+      <li>
+        <a title="Read up on documentation about how to use GtkSourceView"
+           href="documentation.html">Documentation</a>
+      </li>
+      <li>
+        <a title="Find out how you can get involved in the develop of GtkSourceView" 
+           href="development.html">Development</a>
+      </li>      
+    </ul>
+  </div>
+
+  <div id="content">
+
+    <p>Put screenies here</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]