[seed] Documentation: sort example list



commit fb6a17eb2b95df6c7b6091ca971e92394d783bbb
Author: Tim Horton <hortont svn gnome org>
Date:   Wed May 13 16:31:13 2009 -0400

    Documentation: sort example list
---
 doc/index.html |   58 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/doc/index.html b/doc/index.html
index bd5e56f..7b2e272 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -34,49 +34,49 @@ Seed has a wide variety of examples <a href="http://git.gnome.org/cgit/seed/tree
 
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/accelgroup.js";>accelgroup.js</a> - Demonstrates using GtkAccelGroup</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/actions.js";>actions.js</a> - Demonstrates the use of GConf actions</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gconf.js";>gconf.js</a> - Simple GConf usage (reading keys)</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/json-reddit.js";>json-reddit.js</a> - Uses GIO and JSON to parse the reddit homepage. </li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/quine.js";>quine.js</a> - Reads itself with GIO</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/async-quine.js";>async-quine.js</a> - Reads itself with GIO using async calls</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gdkpixbufloader.js";>gdkpixbufloader.js</a> - Demonstrates reading an image with GIO and loading it in to a GdkPixbuf.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/ls.js";>ls.js</a> - Enumerating a directory with GIO.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/repl.js";>repl.js</a> - The Seed REPL</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/broken";>broken</a> - Several old examples, or old versions of examples, which have not been updated </li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/glib";>glib</a> - Several examples of using GLib, including timers, timeouts and threading. </li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/same-seed";>same-seed</a> - A reimplementation of Same GNOME in Seed and Clutter 0.9</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/broken";>broken</a> - Several old examples, or old versions of examples which have not been updated </li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/browser";>browser</a> - The simple WebKit browser outlined in the tutorial.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/Gnio.js";>Gnio.js</a> - Basic client usage of GIO.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/soup.js";>soup.js</a> - Basic client usage of soup.</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/calculator.js";>calculator.js</a> - A simple GTK calculator.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/Gnio-server.js";>Gnio-server.js</a> -Implementing a server using GIO </li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/threaded-repl.js";>threaded-repl.js</a> - An example of a REPL which runs async while a GTK program continues to run</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-0.8.js";>clutter-0.8.js</a> - A silly demo of Clutter 0.8.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gtkplug.js";>gtkplug.js</a> - Demonstrates GtkPlug usage.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/n-oscillator.js";>n-oscillator.js</a> - Demonstrates basic Gtk and GStreamer usage.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/turtle";>turtle</a> - a simple example of the C embedding API to create a logo like turtle.</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-0.9.js";>clutter-0.9.js</a> - The silly Clutter 0.8 demo ported to 0.9</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gtktextview.js";>gtktextview.js</a> - A very simple use of GtkTextView </li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/notify-test.js";>notify-test.js</a> - Usage of libnotify </li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/twitter";>twitter</a> - A moderately simple Gtk twitter client, demonstrates GIO, Gtk, GdkPixbuf... </li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-cairo.js";>clutter-cairo.js</a> - Simple use of ClutterCairo (0.8)</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/opengl";>opengl</a> - Reimplementations of classic opengl examples in Seed (including glxgears!)</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/video.js";>video.js</a> - Runs the GStreamer video test.</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-cogl.js";>clutter-cogl.js</a> - Demonstrates usage of cogl for drawing in Clutter.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gtktreeview.js";>gtktreeview.js</a> - Demonstrates the use of GtkTreeView</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/pong";>pong</a> - A simple Clutter 0.8 game.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/vte-test.js";>vte-test.js</a> - A simple terminal using VTE</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-pad";>clutter-pad</a> - An example to prototype Clutter scripts using a GtkSourceView widget and a GtkClutter stage. Demonstrates usage of sandbox module and GtkBuilder.</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-shader";>clutter-shader</a> - Demonstrates the use of Clutter Shaders and GtkSourceView</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/poppler.js";>poppler.js</a> - A simple PDF viewer, demonstrates poppler and GTK</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-transitions";>clutter-transitions</a> - A library of slide transitions written with Clutter 0.9</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-pad/main.js";>clutter-pad</a> - An example to prototype Clutter scripts using a GtkSourceView widget and a GtkClutter stage. Demonstrates usage of sandbox module and GtkBuilder.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/pango-fontset.js";>pango-fontset</a> - Demonstrates basic Pango usage (for querying font information) </li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/pango.js";>pango</a> - Demonstrates a bit more complicated Pango usage, and Clutter usage, to create a sort of font playground. </li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/dbus/dbus-banshee.js";>dbus-banshee</a> - Demonstrates the use of DBus to control Banshee. </li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/dbus/dbus-consolekit.js";>dbus-consolekit</a> - Demonstrates the use of DBus to query ConsoleKit. </li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/dbus/dbus-networkmanager.js";>dbus-networkmanager</a> - Demonstrates the use of DBus to query NetworkManager. </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gconf.js";>gconf.js</a> - Simple GConf usage (reading keys)</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gdkpixbufloader.js";>gdkpixbufloader.js</a> - Demonstrates reading an image with GIO and loading it in to a GdkPixbuf.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/glib";>glib</a> - Several examples of using GLib, including timers, timeouts and threading. </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/Gnio.js";>Gnio.js</a> - Basic client usage of GIO.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/Gnio-server.js";>Gnio-server.js</a> -Implementing a server using GIO </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gtkplug.js";>gtkplug.js</a> - Demonstrates GtkPlug usage.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gtktextview.js";>gtktextview.js</a> - A very simple use of GtkTextView </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/gtktreeview.js";>gtktreeview.js</a> - Demonstrates the use of GtkTreeView</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/json-reddit.js";>json-reddit.js</a> - Uses GIO and JSON to parse the reddit homepage. </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/ls.js";>ls.js</a> - Enumerating a directory with GIO.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/n-oscillator.js";>n-oscillator.js</a> - Demonstrates basic Gtk and GStreamer usage.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/notify-test.js";>notify-test.js</a> - Usage of libnotify </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/opengl";>opengl</a> - Reimplementations of classic opengl examples in Seed (including glxgears!)</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/pango-fontset.js";>pango-fontset</a> - Demonstrates basic Pango usage (for querying font information) </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/pango.js";>pango</a> - Demonstrates a bit more complicated Pango usage, and Clutter usage, to create a sort of font playground. </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/pong";>pong</a> - A simple Clutter 0.8 game.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/poppler.js";>poppler.js</a> - A simple PDF viewer, demonstrates poppler and GTK</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/quine.js";>quine.js</a> - Reads itself with GIO</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/repl.js";>repl.js</a> - The Seed REPL</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/same-seed";>same-seed</a> - A reimplementation of Same GNOME in Seed and Clutter 0.9</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/soup.js";>soup.js</a> - Basic client usage of soup.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/threaded-repl.js";>threaded-repl.js</a> - An example of a REPL which runs async while a GTK program continues to run</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/turtle";>turtle</a> - a simple example of the C embedding API to create a logo like turtle.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/twitter";>twitter</a> - A moderately simple Gtk twitter client, demonstrates GIO, Gtk, GdkPixbuf... </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/video.js";>video.js</a> - Runs the GStreamer video test.</li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/vte-test.js";>vte-test.js</a> - A simple terminal using VTE</li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/xml-dom.js";>xml-dom</a> - Demonstrates the use of the libxml module for basic document access using DOM methods.</li>
-<li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/xml-xpath.js";>xml-xpath</a> - Demonstrates the use of the libxml module for basic document access using XPath. </li>
 <li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/xml-tree.js";>xml-tree</a> - Demonstrates the use of the libxml module for basic document access using the document tree. </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/xml/xml-xpath.js";>xml-xpath</a> - Demonstrates the use of the libxml module for basic document access using XPath. </li>
 
 
 </ul>



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