gnomeweb-wml r5822 - trunk/www.gnome.org/projects/gtksourceview
- From: paolo svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomeweb-wml r5822 - trunk/www.gnome.org/projects/gtksourceview
- Date: Tue, 5 Feb 2008 13:40:01 +0000 (GMT)
Author: paolo
Date: Tue Feb 5 13:40:01 2008
New Revision: 5822
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5822&view=rev
Log:
New About page
Modified:
trunk/www.gnome.org/projects/gtksourceview/gtksourceview.css
trunk/www.gnome.org/projects/gtksourceview/index.html
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 Tue Feb 5 13:40:01 2008
@@ -205,3 +205,27 @@
border: 0;
}
+/* News */
+
+p.news-title {
+ font-weight:bold;
+ margin:0em;
+}
+p.news-date {
+ color:#888A85;
+ font-size:90%;
+ margin:0em;
+}
+
+p.news-desc {
+ margin:0em;
+}
+p.news-link {
+ margin:0em;
+ padding-bottom:1em;
+}
+
+p.news-title {
+ margin:0em;
+}
+
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 Tue Feb 5 13:40:01 2008
@@ -45,6 +45,7 @@
</ul>
</div>
+<!--
<div id="sidebar">
<p class="section">Current Version</p>
<p>The latest stable release is 2.0.3</p>
@@ -56,34 +57,36 @@
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">
<h2>What is GtkSourceView?</h2>
- <p>GtkSourceView is a library that extends the standard <a href="http://www.gtk.org">GTK+</a>
- 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
+ <p>GtkSourceView is a portable C library that extends the standard <a href="http://www.gtk.org">GTK+</a>
+ framework for
+ <a href="http://library.gnome.org/devel/gtk/stable/TextWidget.html">multiline text editing</a>
+ with support for configurable syntax highlighting, unlimited undo/redo, UTF-8 compliant caseless searching,
+ printing and other <a href="">features</a> typical of a source code editor.</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="">GNOME</a> Desktop Environment.</p>
+
+ <p>It is currently being used by
<a href="http://www.gedit.org">gedit</a>, <a href="http://www.monodevelop.com">MonoDevelop</a>,
<a href="http://www.anjuta.org">Anjuta</a> and several other projects.</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.<br />
- Bindings are currently available for python, C#, C++ and many other languages.</p>
-
+ <p><a href="">Language bindings</a> are available for many programming languages like Python, C#, C++, etc.</p>
+
+ <p>To find out more about what GtkSourceView can do for you, visit our <a href="">features</a> page.
+ If you want to <a href="development.html#Contributing">contribute</a>, you are more than welcome.
+
+ <h2>News</h2>
+
+ <div class="news-item">
+ <p class="news-title">GtkSourceView 2.0.0 Released</p>
+ <p class="news-date">17 September 2007</p>
+ <p class="news-desc">This is a the first stable release of the 2.0 series.</p>
+ <p class="news-link"><a href="http://mail.gnome.org/archives/gnome-devtools/2007-September/msg00011.html">Read more...</a></p>
+ </div>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]