[seed] Update documentation index



commit 14e421156e46158f573fe3fe5be1226f847c5ce0
Author: Robert Carr <racarr svn gnome org>
Date:   Mon May 11 17:22:09 2009 -0400

    Update documentation index
---
 doc/index.html |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/doc/index.html b/doc/index.html
index 97a6ac6..47c4e4a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -68,9 +68,10 @@ 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/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.js";>clutter-pad</a> - An example to prototype Clutter scripts using a GtkSourceView widget and a GtkClutter stage. </li>
+<li><a href="http://git.gnome.org/cgit/seed/tree/examples/clutter-pad.js";>clutter-pad</a> - An example to prototype Clutter scripts using a GtkSourceView widget and a GtkClutter stage. Demonstrates usage of sandbox module.</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/banshee-dbus.js";>banshee-dbus</a> - Demonstrates the use of DBus to control Banshee </li>
 </ul>
 
 </p>
@@ -97,6 +98,13 @@ A reimplementation of HTML5 canvas, with some Cairo integration. Documented <a h
 <p>
 A module similar (nearly identical) to python's os module. Not yet documented, python os module documentation is useful.
 </p>
-
+<div class="sandbox"><b>sandbox</b></div>
+<p>
+A module which allows execution of code in isolated sandboxes, with new global objects. Documented <a href="modules/sandbox.html">here</a>
+</p>
+<div class="dbus"><b>dbus</b></div>
+<p>
+A module which allows usage of DBus. Not yet documented, but see the <a href="http://git.gnome.org/cgit/seed/tree/examples/banshee-dbus.js";>banshee-dbus</a> example.
+</p>
 </body>
 </html>



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