templates/build_docs.sh
authorAlan Knowles <alan@akkbhome.com>
Tue, 22 Jun 2010 14:29:05 +0000 (22:29 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 22 Jun 2010 14:29:05 +0000 (22:29 +0800)
14 files changed:
docs/build_docs.sh [deleted file]
docs/class.html [deleted file]
docs/class_ix.html [deleted file]
docs/index.html [deleted file]
docs/references.html [deleted file]
docs/resources/default.css [deleted file]
docs/resources/elbow-end.gif [deleted file]
docs/resources/elbow-minus-nl.gif [deleted file]
docs/resources/elbow-plus-nl.gif [deleted file]
docs/resources/library.png [deleted file]
docs/resources/library_gnome.css [deleted file]
docs/resources/library_gnome_print.css [deleted file]
docs/resources/page.js [deleted file]
docs/resources/top-header-gradient.png [deleted file]

diff --git a/docs/build_docs.sh b/docs/build_docs.sh
deleted file mode 100644 (file)
index 29d0d02..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/bin/sh
-
-# build a few of the packages.
-
-
-
-jhbuild buildone atk
-jhbuild buildone avahi
-jhbuild buildone clutter
-jhbuild buildone clutter-gtk
-jhbuild buildone dbus
-jhbuild buildone epiphany
-jhbuild buildone gconf
-
-jhbuild buildone glib
-jhbuild buildone gssdp
-jhbuild buildone gupnp
-jhbuild buildone gnome-keyring
-jhbuild buildone gstreamer
-jhbuild buildone gst-plugins-base
-jhbuild buildone gst-plugins-good
-jhbuild buildone gtk+
-jhbuild buildone gtksourceview
-jhbuild buildone libnotify
-jhbuild buildone pango
-jhbuild buildone poppler
-jhbuild buildone libsoup
-jhbuild buildone vte
-jhbuild buildone WebKit
-jhbuild buildone cairo
-jhbuild buildone fontconfig
-jhbuild buildone gnome-menus
-jhbuild buildone libunique
-jhbuild buildone libgda
-
-#// last of all - so that it picks up changes for all the other files.
-jhbuild buildone gobject-introspection
-
-jhbuild buildone seed
-
-#build docs
-cd /home/alan/seed
-svn up
-/opt/gnome2/bin/seed docs.js
-
-#//?? copy?
-
-
\ No newline at end of file
diff --git a/docs/class.html b/docs/class.html
deleted file mode 100644 (file)
index 9550a55..0000000
+++ /dev/null
@@ -1,752 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:roo="http://www.akbkhome.com/roojs1/" xml:lang="en" lang="en">
-       <head>
-               <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-               <meta name="generator" content="JsDoc Toolkit" />
-               {! Link.base = "../"; /* all generated links will be relative to this */ !}
-               
-               <title>JsDoc Reference - {+data.name+}</title>
-               
-        <script type="text/javascript" src="page.js"></script>
-               
-        <link rel="stylesheet" type="text/css" href="default.css" />
-        <link rel="stylesheet" type="text/css" href="library_gnome.css"></link>
-        <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link>
-       </head>
-
-       <body onload="RooDocsPage.onload();">
-       
-       <div id="page">
-        
-        <div id="header">
-            <div id="header-wrap">
-                <h1>
-                    Un-official Seed Documentation<!-- GNOME Documentation Library-->
-                </h1>
-        
-            </div>
-        </div>
-       
-       
-       
-       
-       
-       
-       
-       
-       
-        
-        <div class="left-class-list"  style="width:18%;float:left;"> 
-            <a href="index.html"> Back to Seed Clases </a>
-            <br/><br/> 
-            {+data.left_bar+}
-        </div>
-         
- <div class="body-wrap" style="width:78%;float:left;">
-
-    <!-- ============================== links to methods. ================================= -->        
-
-    <div class="top-tools">
-    <!--
-        <a class="inner-link" href="#{+data.name+}-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
-        <a class="inner-link" href="#{+data.name+}-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
-        <a class="inner-link" href="#{+data.name+}-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
-        <a class="inner-link" href="#{+data.name+}-configs"><img src="resources/s.gif" class="item-icon icon-config">Config Options</a>
-        <a class="bookmark" href="NEED_TO_CREATE_DIRECT_LINK_HREF"><img src="resources/s.gif" class="item-icon icon-fav">Direct Link</a>
-       -->
-    </div>
-
-
-    
-    
-    
-<!-- ============================== inheritance Block. ================================= -->   
-       <if test="data.extendsClasses.length">
-               <div class="inheritance res-block">
-                  <p class="res-block-inner">{!
-                               var iblock_indent = 0;
-                               
-                                       
-                                data.extendsClasses.reverse().map(
-                                       function($) {  
-                                               
-                                               output += (iblock_indent ? '<img src="elbow-end.gif" class="elbow elbow_indent' +
-                            + iblock_indent + '" alt="parent-child marker"/>' : '');
-                                               output += new Link().toSymbolLong($.alias);
-                                               output += "\n<br/>";
-                                               iblock_indent += 1;
-                        
-                                       }
-                               )
-                               
-                       !}<img class="elbow elbow_indent{+iblock_indent+}" src="elbow-end.gif" alt="parent-child marker"/>
-                {+data.alias+}
-
-                  </p>
-               </div>
-       </if>
-       
-       {+makeImage(data.alias)+}
-       
-       
-<!-- ============================== class title / details ============================ -->
-    
-   
-    <h1 class="classTitle">
-                                
-                               
-        {+data.titleType+} {+data.alias+}
-                       </h1>
-                       
-    <table cellspacing="0" class="class-summary-table">
-    
-<if test="data.ns">
-        <tr>
-            <td class="label">Import line:</td>
-            <td class="hd-info">{+data.ns+} = imports.gi.{+data.ns+}; </td>
-       </tr>
-</if>
-     <tr>
-            <td class="label">GIR File:</td>
-            <td class="hd-info"><a href="{+data.gir_filename+}">{+data.gir_filename+}</a></td>
-        </tr>
-        <tr>
-            <td class="label">C documentation:</td>
-            <td class="hd-info">{+new Link().toGnome(data.alias)+}</td>
-        </tr>
-        <tr>
-            <td class="label">{+data.titleType+} :</td>
-            <td class="hd-info">{+data.name+}</td>
-        </tr>
-       
-<if test="data.implementInterfaces && data.implementInterfaces.length">
-
-        <tr>
-            <td class="label">Implements:</td>
-            <td class="hd-info">
-               {+
-                       data.implementInterfaces.map(
-                               function($) { return new Link().toSymbolLong($.alias); }
-                       ).join(", ")
-               +}
-            </td>
-        </tr>
-
-</if>
-<if test="data.implementedBy && data.implementedBy.length">
-        <tr>
-            <td class="label">Implementations:</td>
-            <td class="hd-info">
-               {+
-                       data.implementedBy
-                       .sort()
-                       .map(
-                               function($) { return new Link().toSymbolLong($); }
-                       ).join(", ")
-               +}
-            </td>
-        </tr>
-
-
-</if>
-<if test="data.childClasses.length">
-        <tr>
-            <td class="label">Subclasses:</td>
-            <td class="hd-info">
-               {+
-                       data.childClasses
-                       .sort()
-                       .map(
-                               function($) { return new Link().toSymbolLong($); }
-                       ).join(", ")
-               +}
-
-       
-       
-            </td>
-        </tr>
-</if>
-
-       <if test="data.extendsClasses.length">
-       
-               <tr><td class="label">Extends:</td><td class="hd-info">
-                       {+
-                               new Link().toSymbolLong(data.extendsClasses[data.extendsClasses.length -1].alias)
-                               
-                       +}
-       
-               </td></tr>    
-       </if>
-    <tr style="margin-top: 20px">
-        <td class="label">&nbsp;</td>
-        <td class="hd-info"><a href="#" onclick="RooDocsPage.toggle()">Show / Hide Inherited methods, properties and signals</a></td>
-    </table>
-
-    
-<!-- ============================== class summary ========================== -->                       
-    <div class="description">
-       {+resolveLinks(data.desc)+}
-    </div>
-
-       
-<!-- ============================== Class comment block... ========================== -->                                      
-<!-- 
-<div class="comments">
-       <b>Class Comments / Notes</B> =>  
-       <u onclick="parent.CommentDialog.showCommentId = '{+data.name+}';">[Add Your comment/notes about this class]</u>
-       <br/>
-       <iframe frameborder="0"  id="comments-{+data.name+}" style="border: none;width:100%;" 
-               src="http://www.akbkhome.com/blog.php/SeedComments/{+data.ns+}.{+data.name+}.html"></iframe>
-</div>
--->    
-       
-<!-- ============================== enum values ========================== -->                                         
-                
-    
-       {!
-       
-        
-        
-       
-               cfgProperties = data.values ? data.values.sort(makeSortby("name")) : [];
-               
-       
-               
-               
-       !}
-               
-    <div class="hr"></div>
-    <a id="{+data.alias+}-values"></a>
-               
-    <if test="!cfgProperties.length">
-    
-     
-    </if>
-     
-    <if test="cfgProperties.length">
-       
-      <table cellspacing="0" class="member-table">   
-      <caption>Values </caption>
-    
-       
-        <tr>
-            <th class="sig-header" colspan="2">Properties</th>
-           
-        </tr>
-       
-       
-       
-       <for each="dtag" in="cfgProperties">
-       
-               <tr class="config-row expandable config-row-alt{+$dtag_i % 2+}{+ ((dtag.memberOf == data.alias) ?   " notInherited" : "") +}">
-                  <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
-                   <td class="sig">
-
-                       <a id="{+dtag.memberOf+}-cfg-{+dtag.name+}" name=".{+dtag.name+}"></a>
-                       <div class="fixedFont">
-               {+(new Link().toSymbolLong(dtag.type))+} {+data.alias+}.<b  class="itemname">{+dtag.name+}</b> : {+dtag.value+}
-                       </div>
-                 
-                       <div class="mdesc">
-                           <div class="short">{+resolveLinks(summarize(dtag.desc))+}</div> 
-                       </div>
-                       
-                       <div class="mdesc">
-                           <div class="long">{+resolveLinks(dtag.desc)+}</div> 
-                       </div>
-                       
-                       
-
-                   </td>
-                  
-               </tr>
-        </for>
-        
-    </table>
-  </if>                
-  
-  
-  
-  
-               
-<!-- ============================== config options ========================== -->                                              
-                
-    
-       {!
-       
-        
-        
-       
-               cfgProperties = data.properties.sort(makeSortby("name"));
-               
-       
-               
-               
-       !}
-               
-    <div class="hr"></div>
-    <a id="{+data.alias+}-configs"></a>
-               
-    <if test="!cfgProperties.length">
-    
-     <table cellspacing="0" class="member-table">
-      <caption class="Empty">Properties</caption>
-      <tr><td>None</td></tr>
-     </table>
-    
-    </if>
-     
-    <if test="cfgProperties.length">
-       
-      <table cellspacing="0" class="member-table">   
-      <caption>Properties </caption>
-    
-       
-        <tr>
-            <th class="sig-header" colspan="2">Properties</th>
-           
-            <th class="msource-header">Defined By</th>
-        </tr>
-       
-       
-       
-       <for each="dtag" in="cfgProperties">
-       
-               <tr class="config-row expandable config-row-alt{+$dtag_i % 2+}{+ ((dtag.memberOf == data.alias) ?   " notInherited" : "") +}">
-                  <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
-                   <td class="sig">
-
-                       <a id="{+dtag.memberOf+}-cfg-{+dtag.name+}" name=".{+dtag.name+}"></a>
-                       <div class="fixedFont">
-                               <b  class="itemname">{+dtag.name+}</b> : {+((dtag.type) ? (new Link().toSymbolLong(dtag.type)) : "" )+} 
-                 {+ (dtag.flags ? (dtag.flags & 2 ? '' : 'read only') : '')+}  
-                     
-                       </div>
-                 
-                       <div class="mdesc">
-                           <div class="short">{+resolveLinks(summarize(dtag.desc))+}</div> 
-                       </div>
-                       
-                       <div class="mdesc">
-                           <div class="long">{+resolveLinks(dtag.desc)+}</div> 
-                       </div>
-                       
-                       
-
-                   </td>
-                   <td class="msource">
-                       {# - fixme - add inheritied as link here #}
-                       {+ (dtag.memberOf == data.alias) ? dtag.memberOf :  new Link().toSymbolLong(dtag.memberOf) +}
-                               
-                   </td>
-               </tr>
-        </for>
-        
-    </table>
-  </if>                
-  
-  
-  
-  
-  
-  
-   
-  <!-- ============================== methods summary / details ======================== -->
-  
-  
-  <a id="{+data.alias+}-methods"></a>
-       <!-- constructor?? -->
-       {! 
-               
-        
-               
-               var ownMethods = [];
-               ownMethods.push.apply(ownMethods, data.constructors.sort(makeSortby("name")));
-               ownMethods.push.apply(ownMethods, data.functions.sort(makeSortby("name")));
-               ownMethods.push.apply(ownMethods, data.methods.sort(makeSortby("name")));
-               
-       !}
-    <!-- constructors, then statics, then dynamics -->
-  
-  
-    <if test="!ownMethods.length">
-    
-     <table cellspacing="0" class="member-table">
-      <caption class="Empty">Public Methods</caption>
-      <tr><td>None</td></tr>
-     </table>
-    
-    </if>
-    <if test="ownMethods.length">
-    
-      <table cellspacing="0" class="member-table">
-      <caption>Methods / Constructors</caption>
-        <tr>
-            <th class="sig-header" colspan="2">Method / Constructor</th>            
-            <th class="msource-header">Defined By</th>
-
-        </tr>
-        
-       
-       
-        
-       
-        <for each="member" in="ownMethods">
-         
-          <tr class="method-row config-row-alt{+$member_i % 2+}{!
-                 if (member.isConstructor && (!member.params || !member.params.length)) {
-                         output += '';
-                } else {
-                         output += ' expandable';
-                       }
-                 
-                 
-               if (member.memberOf == data.alias) {
-                       output += " notInherited";
-                }
-                 
-                !}">
-            <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
-          
-          
-            <td class="sig">
-                <a id="{+member.memberOf+}-method-{+member.name+}"   name=".{+member.name+}"></a>
-               <div class="fixedFont">
-                       <span class="attributes">{!
-                                       if (member.isConstructor) {
-                                               output +=  "new  <B>" + 
-                                                    member.memberOf + (!member.name || !member.name.length ? "" : ".") +"</B>";
-                                       } else {
-                                                
-                                               if (member.isStatic) {
-                                                       output +=  data.alias + ".";
-                                               }
-                                       }
-                               !}</span><b class="itemname">{!  
-                                        output += (!member.name || !member.name.length  ? "" : member.name);
-                               !}</b>
-                               
-                                {+makeSignature(member.params)+} 
-                       
-                               <if test="(member.returns && member.returns.length) || !member.isConstructor">
-                                        : 
-                                       {! 
-                                          if (member.returns.length > 1) {
-                                                  output += (new Link().toSymbol("Object"));
-                                          } else {
-                                                  output += (new Link().toSymbolLong(member.returns[0].type));
-                                          }
-                                         
-                                        !}
-                                       
-                               </if>
-                       
-               </div>
-                <div class="mdesc">
-               <if test="!member.isConstructor">
-                   <div class="short">{+resolveLinks(summarize(member.desc))+}</div> 
-                </if>
-                <if test="member.isConstructor">
-                       <div class="short">Create a new {+data.alias +}</div> 
-                </if>
-                
-                    <div class="long">
-                       <if test="!member.isConstructor">
-                               {+resolveLinks(member.desc)+}
-                   
-                               <if test="member.example">
-                                       <pre class="code">{+member.example+}</pre>
-                               </if>
-                       </if>
-                       
-                       <if test="member.isConstructor">
-                               Create a new {+data.alias +}
-                       </if>
-                       <if test="member.params && member.params.length">
-                               <dl class="detailList">
-                               <dt class="heading">Parameters:</dt>
-                               <for each="item" in="member.params">
-                                       <dt>
-                    
-                       <if test="typeof(item.type) == 'object'">
-                            <span class="fixedFont">{+(new Link().toSymbolLong('Function'))+}</span>
-                            {+makeSignature(item.type.params)+} 
-                            
-                        
-                               {! 
-                                   if (member.returns && member.returns.length) {
-                                       output += ' : ' + (new Link().toSymbolLong(member.returns[0].type)) + ' ';
-                                   } else {
-                                       output += ' :  none ';
-                                   }
-                                  
-                                 !}
-                                 
-                        </if>
-                        <if test="typeof(item.type) != 'object'">
-                            {+((item.type)?"<span class=\"fixedFont\">"+(new Link().toSymbolLong(item.type))+"</span> " : "")+} <b>{+item.name+}</b>
-                        </if>
-                    
-                        <if test="item.isOptional">
-                            <i>Optional
-                            <if test="item.defaultValue">, 
-                                Default: {+item.defaultValue+}
-                            </if>
-                            </i>
-                        </if>
-                        <if test="!item.be_null">
-                            <span style="color:red;">
-                               Required (not null)
-                            </span>
-                        </if>
-                        
-                                               
-                                               
-                                               
-                                       </dt>
-                                       <dd>
-                                               {+resolveLinks(item.desc)+}
-                                               
-                                               
-                                               <if test="item.properties && item.properties.length">
-                                                    <dl class="detailList">
-                                                       <for each="returnitem" in="item.properties">
-                                                            <dt>
-                                                               {+((returnitem.type)?"<span class=\"fixedFont\">"+(new Link().toSymbolLong(returnitem.type))+"</span> " : "")+} <b>{+returnitem.name+}</b>
-                                                             </dt>
-                                                             <dd>
-                                                             {+resolveLinks(returnitem.desc)+}
-                                                               </dd>
-                                                       
-                                                       </for>
-                                                     </dl>
-                                               
-                                               </if>
-                                       
-                                        
-                                       
-                                       
-                                       
-                                       </dd>
-                                       
-                                       
-                                       
-                               </for>
-                               </dl>
-                       </if>
-                       <if test="member.deprecated">
-                               <dl class="detailList">
-                               <dt class="heading">Deprecated:</dt>
-                               <dt>
-                                       {+member.deprecated+}
-                               </dt>
-                               </dl>
-                       </if>
-                        
-                       <if test="member.exceptions && member.exceptions.length">
-                               <dl class="detailList">
-                               <dt class="heading">Throws:</dt>
-                               <for each="item" in="member.exceptions">
-                                       <dt>
-                                               {+((item.type)?"<span class=\"fixedFont\">{"+(new Link().toSymbolLong(item.type))+"}</span> " : "")+} <b>{+item.name+}</b>
-                                       </dt>
-                                       <dd>{+resolveLinks(item.desc)+}</dd>
-                               </for>
-                               </dl>
-                       </if>
-                       <if test="member.returns && member.returns.length">
-                               <dl class="detailList">
-                               <dt class="heading">Returns:</dt>
-                               
-                               <if test="member.returns > 1">
-                                       <dl>An Object with these properties</dl>
-                               </if>
-                               
-                               <for each="item" in="member.returns">
-                                       <dd>{! 
-                                               if (member.returns.length > 1) {
-                                                       output += item.name+ ': ';
-                                               }
-                                               !}
-                                        {+((item.type)?"<span class=\"fixedFont\">"+(new Link().toSymbolLong(item.type))+"</span> " : "")+} 
-                                           {+resolveLinks(item.desc)+}</dd>
-                               </for>
-                               </dl>
-                       </if>
-                        
-                   
-                    
-                    </div>                    
-                </div>
-
-            </td>
-            <td class="msource">
-               <if test="!member.isConstructor">
-                       {+ (member.memberOf == data.alias) ? member.memberOf :  new Link().toSymbolLong(member.memberOf) +}
-               </if>&nbsp;
-            </td>
-        </tr>
-       </for>
-                                                      
-    </table>
-</if>
-  
-  <!-- ============================== events summary / details ======================== -->
-  
-  
-  <a id="{+data.alias+}-events"></a>
-    
-  
-       {! 
-               
-               
-               var ownEvents = data.signals.sort(makeSortby("name"));
-                
-       !}
-   <if test="!ownEvents.length">
-    
-     <table cellspacing="0" class="member-table">
-      <caption class="Empty">Events</caption>
-      <tr><td>None</td></tr>
-     </table>
-    
-    </if>
-  
-    
-    <if test="ownEvents.length">
-    
-      <table cellspacing="0" class="member-table">
-               <caption>Events - usage syntax:  this.signals.EVENTNAME.connect( {+(new Link().toSymbolLong('Function' ))+} ) </caption>
-             <thead>
-               <tr>
-                   <th class="sig-header" colspan="2">Event</th>            
-                   <th class="msource-header">Defined By</th>
-
-               </tr>
-             </thead>  
-       
-       
-        
-       
-        <for each="member" in="ownEvents">
-          <tr class="method-row expandable config-row-alt{+$member_i % 2+}{!
-
-               if (member.memberOf == data.alias) {
-                       output += " notInherited";
-                }
-                 
-                 
-                 
-                 
-                 
-                 
-                !}">
-            <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
-           
-            <td class="sig">
-                <a id="{+member.memberOf+}-event-{+member.name+}"></a>
-                
-              <div class="fixedFont">
-               <b class="itemname">{+member.name+}</b> {+makeSignature(member.params)+} 
-                : 
-                                       {! 
-                                          if (member.returns && member.returns.length) {
-                                                  output += (new Link().toSymbolLong(member.returns[0].type));
-                                          } else {
-                                                  output += 'none';
-                                          }
-                                         
-                                        !}
-                                       
-        
-        
-               </div>
-
-                <div class="mdesc">
-
-                   <div class="short">{+resolveLinks(summarize(member.desc))+}
-                  
-               </div> 
-                   
-                    <div class="long">
-                   
-                       {+resolveLinks(member.desc)+}
-                   
-                        
-                       <if test="member.params && member.params.length">
-                               <dl class="detailList">
-                               <dt class="heading">Parameters:</dt>
-                               <for each="item" in="member.params">
-                                       <dt>
-                                               {+((item.type)?"<span class=\"fixedFont\">"+(new Link().toSymbolLong(item.type))+"</span> " : "")+}<b>{+item.name+}</b>
-                                               <if test="item.isOptional"><i>Optional
-                                                       <if test="item.defaultValue">, 
-                                                       Default: {+item.defaultValue+}
-                                               </if></i></if>
-                                       </dt>
-                                       <dd>{+resolveLinks(item.desc)+}</dd>
-                               </for>
-                               </dl>
-                       </if>
-                        
-                       <if test="member.exceptions.length">
-                               <dl class="detailList">
-                               <dt class="heading">Throws:</dt>
-                               <for each="item" in="member.exceptions">
-                                       <dt>
-                                               {+((item.type)?"<span class=\"light fixedFont\">{"+(new Link().toSymbolLong(item.type))+"}</span> " : "")+} <b>{+item.name+}</b>
-                                       </dt>
-                                       <dd>{+resolveLinks(item.desc)+}</dd>
-                               </for>  
-                               </dl>
-                       </if>
-                       <if test="member.returns && member.returns.length">
-                               <dl class="detailList">
-                               <dt class="heading">Returns:</dt>
-                               <for each="item" in="member.returns">
-                                       <dd>{+((item.type)?"<span class=\"light fixedFont\">{"+(new Link().toSymbolLong(item.type))+"}</span> " : "")+}{+resolveLinks(item.desc)+}</dd>
-                               </for>
-                               </dl>
-                       </if>
-                        
-                   
-                   
-                    
-                    </div>                    
-                </div>
-
-            </td>
-            <td class="msource">
-                {+ (member.memberOf == data.alias) ? member.memberOf :  new Link().toSymbolLong(member.memberOf) +}
-            </td>
-        </tr>
-       </for>
-                                                      
-    </table>
-</if>
-  
-  <a id="{+data.alias+}-references"></a> 
-  <!--references-->
-</div>
-</div>
-  
-<!-- ============================== footer ================================= -->
-               <div class="fineprint" style="clear:both">
-                       <if test="data.copyright">&copy;{+data.copyright+}<br /></if>
-                       Documentation generated by 
-            <a href="http://git.gnome.org/browse/introspection-doc-generator">Introspection Doc Generator</a> 
-                       Loosely Based on 
-                       <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> on {+new Date()+}
-               </div>
-       </body>
-</html>
\ No newline at end of file
diff --git a/docs/class_ix.html b/docs/class_ix.html
deleted file mode 100755 (executable)
index 96602b1..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<h2 class="classTitle">{+ (new Link().toSymbol(data.name)) +}</h2>
-<br/>
-
-<h3>Classes</h3>
-
-<if test="data.objects.length > 0">
-  <ul>
-         <for each="c" in="data.objects">
-                 <li>  {+ (new Link().toSymbol(data.name + '.' + c)) +} </li>
-         </for>
-  </ul>
-</if>
-
-<h3>Interfaces</h3>
-<if test="data.interfaces.length > 0">
-  <ul>
-    <for each="c" in="data.interfaces">
-      <li>  {+ (new Link().toSymbol(data.name + '.' + c)) +} </li>
-    </for>
-  </ul>
-</if>
-
-<h3>Structs</h3>
-<if test="data.structs.length > 0">
-  <ul>
-    <for each="c" in="data.structs">
-      <li>  {+ (new Link().toSymbol(data.name + '.' + c)) +} </li>
-    </for>
-  </ul>
-</if>
-
-<h3>Unions</h3>
-<if test="data.unions.length > 0">
-  <ul>
-         <for each="c" in="data.unions">
-                 <li>  {+ (new Link().toSymbol(data.name + '.' + c)) +} </li>
-         </for>
-  </ul>
-</if>
-
-<h3>Enums</h3>
-<if test="data.enums.length > 0">
-  <ul>
-         <for each="c" in="data.enums">
-                 <li>  {+ (new Link().toSymbol(data.name + '.' + c)) +} </li>
-         </for>
-
-  </ul>
-</if>
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100755 (executable)
index 0accbb3..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
- <head> 
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
-  <title>Seed Documentation</title> 
-  <link rel="stylesheet" type="text/css" href="default.css" /> 
-  <link rel="stylesheet" type="text/css" href="library_gnome.css"></link> 
-  <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link> 
- </head> 
- <body> 
-     
-    <div id="page"> 
-        <div id="header"> 
-            <div id="header-wrap"> 
-                <h1>Un-official Seed Documentation</h1> 
-            </div> 
-        </div> 
-        <div class="body-wrap"> 
-                
-            <div class="ns-list"> 
-                <h2>GObject Libraries</h2> 
-                <for each="thisClass" in="data"> 
-                    {!
-                    if (!thisClass.objects) { continue; }
-                    !}
-                    <div> 
-                        <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2> 
-                    </div> 
-                </for> 
-            </div> 
-            
-            <div class="ns-list"> 
-     
-                <h2>Non - GObject Libraries</h2> 
-                <for each="thisClass" in="data"> 
-                    {!
-                    if (thisClass.objects) { continue; }
-                    !}
-                    <div> 
-                        <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2> 
-                    </div> 
-                </for> 
-            </div> 
-     
-        </div> 
-    </div> 
-</body> 
-</html> 
-       
\ No newline at end of file
diff --git a/docs/references.html b/docs/references.html
deleted file mode 100644 (file)
index bd1d2c7..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-  
-   
-  <!-- ============================== methods summary / details ======================== -->
-  
-  
-  <! --  -->
-       <!-- constructor?? -->
-       {! 
-               
-        
-               var ownMethods = data.sort(makeSortby("memberOf"));
-               //var ownMethods = [];
-               //ownMethods.push.apply(ownMethods, data.sort(makeSortby("alias")));
-        //ownMethods.push.apply(ownMethods, data);
-               
-               
-       !}
-        
-        
-       <!-- then dynamics first -->
-  
-  
-    <if test="!ownMethods.length">
-    
-     <table cellspacing="0" class="member-table">
-      <caption class="Empty">Used by These Methods / Signals / Properties- Nowhere other than here</caption>
-     </table>
-    
-    </if>
-    <if test="ownMethods.length">
-    
-    
-    
-    
-      <table cellspacing="0" class="member-table">
-      <caption>Used by These Methods / Signals / Properties</caption>
-        <tr>
-                    <th class="msource-header">Class / Namespace</th>
-            <th class="sig-header">Method / Signal / Properties</th>            
-
-
-        </tr>
-               
-       
-        <for each="member" in="ownMethods">
-         
-          <tr class="method-row config-row-alt{+$member_i % 2+}">
-         
-             <td class="msource">
-               
-                       {+  new Link().toSymbolLong(member.memberOf) +}
-            <br/>
-            {+ member.propertyType +}
-            <!--<div class="mdesc">
-                <div class="short">
-                 
-                </div>
-            </div> -->
-               
-            </td>
-
-            
-            
-<if test="member.propertyType != 'Property'">
- <!-- signal or method -->
-          
-            <td class="sig">
-                <a id="{+member.memberOf+}-method-{+member.name+}"   name=".{+member.name+}"></a>
-               <div class="fixedFont">
-                       <span class="attributes">{!
-                                       if (member.isConstructor) {
-                                               output +=  "new  <B>" + 
-                                                    member.memberOf + (!member.name || !member.name.length ? "" : ".") +"</B>";
-                                       } else {
-                                                
-                                               if (member.isStatic) {
-                                                       output +=  member.memberOf + ".";
-                                               }
-                                       }
-                               !}</span><b class="itemname">{!  
-                                        output += (!member.name || !member.name.length  ? "" : member.name);
-                               !}</b>
-                               
-                                {+makeSignature(member.params)+} 
-                       
-                               <if test="(member.returns && member.returns.length) || !member.isConstructor">
-                                        : 
-                                       {! 
-                                          if (member.returns.length > 1) {
-                                                  output += (new Link().toSymbol("Object"));
-                                          } else {
-                                                  output += (new Link().toSymbolLong(member.returns[0].type));
-                                          }
-                                         
-                                        !}
-                                       
-                               </if>
-                       
-               </div>
-                <div class="mdesc">
-               <if test="!member.isConstructor">
-                   <div class="short">{+resolveLinks(summarize(member.desc))+}</div> 
-                </if>
-                <if test="member.isConstructor">
-                       <div class="short">Create a new {+member.memberOf +}</div> 
-                </if>
-                
-                 
-                    
-              
-            </td>
-</if>
-<!-- property -->
-
-<if test="member.propertyType == 'Property'">
- <!-- signal or method -->
-  <td class="sig">
-
-                       <a id="{+member.memberOf+}-cfg-{+member.name+}" name=".{+member.name+}"></a>
-                       <div class="fixedFont">
-                               <b  class="itemname">{+member.name+}</b> : {+((member.type) ? (new Link().toSymbolLong(member.type)) : "" )+} 
-                 {+ (member.flags ? (member.flags & 2 ? '' : 'read only') : '')+}  
-                     
-                       </div>
-                 
-                       <div class="mdesc">
-                           <div class="short">{+resolveLinks(summarize(member.desc))+}</div> 
-                       </div>
-                        
-                       
-
-                   </td>
-</if>
-
-
-            
-        
-        </tr>
-       </for>
-                                                      
-    </table>
-</if>
-   
\ No newline at end of file
diff --git a/docs/resources/default.css b/docs/resources/default.css
deleted file mode 100755 (executable)
index c99ded6..0000000
+++ /dev/null
@@ -1,525 +0,0 @@
-/* default.css
-/<style>
-/ */
-.detailList dd {
-       clear: both;
-}
-.left-class-list ol, .left-class-list ul {
-       list-style-image:none;
-       list-style-position:outside;
-       list-style-type:none;
-       margin: 4px;
-       padding: 4px;
-}
-.left-class-list {
-       background:#F8F8F8 none repeat scroll 0 0;
-       border:1px solid white;
-       float:left;
-       margin:5px;
-       padding:5px;
-       width:18%;
-}
-.class-picture {
-       float:right;
-       margin:20px 10px 10px;
-
-}
-
-body
-{
-       font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
-       /* width: 800px; */
-}
-
-.header
-{
-       clear: both;
-       background-color: #ccc;
-       padding: 8px;
-}
-
-h1
-{
-       font-size: 150%;
-       font-weight: bold;
-       padding: 0;
-       margin: 1em 0 0 .3em;
-}
-
-hr
-{
-       border: none 0;
-       border-top: 1px solid #7F8FB1;
-       height: 1px;
-}
-
-pre.code
-{
-       display: block;
-       padding: 8px;
-       border: 1px dashed #ccc;
-}
-
-#index
-{
-       margin-top: 24px;
-       float: left;
-       width: 160px;
-       position: absolute;
-       left: 8px;
-       background-color: #F3F3F3;
-       padding: 8px;
-}
-
-#content
-{
-       margin-left: 190px;
-       width: 600px;
-}
-
-.classList
-{
-       list-style-type: none;
-       padding: 0;
-       margin: 0 0 0 8px;
-       font-family: arial, sans-serif;
-       font-size: 1em;
-       overflow: auto;
-}
-
-.classList li
-{
-       padding: 0;
-       margin: 0 0 8px 0;
-}
-
-.summaryTable { width: 100%; }
-
-h1.classTitle
-{
-       font-size:170%;
-       line-height:130%;
-}
-
-h2 {
-  font-size: 110%;
-  padding-left: 1em;
-}
-
-/* --------- the labels at the top of the page... -------- */
-.class-summary-table .label
-{
-    vertical-align: top;
-    margin-bottom: 4px;
-}
-
-.class-summary-table
-{
-    margin-left:10px;
-    margin-top:5px;
-
-}
-.class-summary-table  td
-{
-    font-size:12px;
-    padding:2px 10px 2px 2px;
-}
-.elbow
-{
-  vertical-align: middle;
-  padding-right: 2px;
-}
-
-.elbow_indent2 {
-  padding-left: 10px;
-}
-
-.elbow_indent3 {
-  padding-left: 20px;
-}
-
-.elbow_indent4 {
-  padding-left: 40px;
-}
-
-.elbow_indent5 {
-  padding-left: 50px;
-}
-
-.elbow_indent6 {
-  padding-left: 50px;
-}
-
-.elbow_indent7 {
-  padding-left: 60px;
-}
-.elbow_indent8 {
-  padding-left: 70px;
-}
-.elbow_indent9 {
-  padding-left: 80px;
-}
-
-/** ---------------------   Caption above tables -----------------------**/
-caption.Empty,
-caption,
-div.sectionTitle
-{
-       background-color: #7F8FB1;
-       color: #fff;
-       font-size:130%;
-       text-align: left;
-       padding: 2px 6px 2px 6px;
-       border: 1px #7F8FB1 solid;
-    width: 100%;
-    font-weight: bold;
-}
-
-div.sectionTitle { margin-bottom: 8px; }
-.summaryTable thead { display: none; }
-
-.summaryTable td
-{
-       vertical-align: top;
-       padding: 4px;
-       border-bottom: 1px #7F8FB1 solid;
-       border-right: 1px #7F8FB1 solid;
-}
-
-/*col#summaryAttributes {}*/
-.summaryTable td.attributes
-{
-       border-left: 1px #7F8FB1 solid;
-       width: 140px;
-       text-align: right;
-}
-
-td.attributes, .fixedFont
-{
-       line-height: 15px;
-       font-family: "Courier New",Courier,monospace;
-       font-size: 13px;
-    margin-left: 10px;
-}
-td.attributes, .fixedFont a
-{
-       color: #999999;
-       font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
-}
-td.attributes, .fixedFont b i
-{
-       font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
-}
-.itemname
-{
-    color: #002EBE;
-}
-
-
-.summaryTable td.nameDescription
-{
-       text-align: left;
-       font-size: 13px;
-       line-height: 15px;
-}
-
-.summaryTable td.nameDescription, .description
-{
-       line-height: 15px;
-       padding: 4px;
-       padding-left: 4px;
-}
-
-.summaryTable { margin-bottom: 8px; }
-
-ul.inheritsList
-{
-       list-style: square;
-       margin-left: 20px;
-       padding-left: 0;
-}
-
-.detailList {
-       margin-left: 20px;
-    padding-top: 10px;
-       line-height: 20px;
-    clear: left;
-}
-.detailList dt
-{
-    margin-left: 20px;
-    clear: left;
-    float: left;
-
-}
-
-.detailList .heading
-{
-       font-weight: bold;
-       padding-bottom: 6px;
-       margin-left: 0;
-
-}
-
-.light, td.attributes, .light a:link, .light a:visited
-{
-       color: #777;
-       font-style: italic;
-}
-
-.fineprint
-{
-       text-align: right;
-       font-size: 10px;
-}
-
-.detailList dd
-{
-    clear: none;
-    float: left;
-    margin-left: 10px;
-
-
-}
-
-
-.detailList dt
-{
-
-
-    margin-bottom::    12px;
-    margin-left:       20px;
-}
-/** ----------------------- RooJS extra stuff  ----------------------- */
-
-.body-wrap {
-    margin: 5px;
-}
-
-.top-tools  {
-    text-align:right;
-}
-.inner-link {
-    margin-left: 10px;
-}
-.inheritance {
-    float:right;
-    margin-top:20px;
-    width:300px;
-}
-.res-block {
-    margin-bottom:15px;
-    padding-top:5px;
-   /* width:210px; */
-}
-.inheritance pre {
-    border:0pt none;
-    font-size:11px;
-    /* line-height:18px !important; */
-    margin:0pt;
-    padding:0pt 8px 5px !important;
-    text-align:left;
-    background-color: #f8f8f8;
-}
-div.hr {
-    background:#CCCCCC none repeat scroll 0%;
-    height:1px;
-    line-height:1px;
-    margin:5px 0pt;
-    overflow:hidden;
-        clear: both;
-}
-/** ----------------------- RooJS table stuff  ----------------------- */
-
-.member-table {
-    margin-bottom:10px;
-    width:100%;
-}
-
-.member-table th {
-    background-color:#eee;
-    border-left:1px solid #EEE;
-    border-right:1px solid #DDD;
-    border-top:1px solid #EEE;
-    padding:3px;
-    text-align:left;
-    vertical-align:middle;
-
-
-    font-size:11px;
-    white-space:nowrap;
-
-}
-
-.member-table td.micon {
-    background:#F9F9F9;
-    border-right:1px solid #D0D0D0;
-    padding:0px;
-    width:16px;
-}
-
-.member-table td.micon a {
-
-    display:block;
-
-    text-decoration: none;
-
-     height:18px;
-    width:16px;
-}
-
-.member-table td.micon,
-.member-table td.sig,
-.member-table td.msource {
-    border-top:1px solid #D0D0D0;
-    vertical-align:top;
-    padding: 5px;
-    font-size: 13px;
-}
-.expanded .mdesc .short{
-    display:none;
-}
-.expanded .mdesc .comments,
-.expanded .mdesc .long {
-    display:block;
-    margin-top: 10px;
-    margin-left: 10px;
-}
-
-
-.mdesc .comments,
-.mdesc .long {
-    display:none;
-}
-.mdesc .short {
-    color: #999;
-    margin-left: 10px;
-}
-
-.expandable td.micon a {
-    background:transparent url(elbow-plus-nl.gif) no-repeat scroll 0px 0px;
-    cursor:pointer}
-
-.expanded  td.micon a {
-    background:transparent url(elbow-minus-nl.gif) no-repeat scroll 0px 0px;
-    cursor:pointer;
-
-}
-
-
-/* ---- table with no contents */
-
-caption.Empty
-{
-    background-color:#EEEEEE;
-    border:medium none;
-    color:#666666;
-    font-size:10pt;
-    font-style:italic;
-    font-weight: normal;
-}
-
-
-/* fix up lists back to normal */
-
-
-.body-wrap ul
-{
-    ist-style-image:   none;
-    list-style-position:       outside;
-    list-style-type:   disc;
-    padding-left: 40px;
-}
-
-.long pre,
-.description pre  {
-    background:#F8F8F8 none repeat scroll 0% 0%;
-    border-color:#ccc;
-    border-style:solid;
-    border-width:1px 1px 1px 5px;
-    font-size:12px !important;
-    line-height:14px !important;
-    margin:10px 10px 10px 0px;
-    padding:10px;
-}
-
-
-.comments {
-    background:#F8F8F8 none repeat scroll 0% 0%;
-    border-color:#f30;
-    border-style:solid;
-    border-width:1px 15px 1px 15px;
-    font-size:12px !important;
-    line-height:14px !important;
-    margin:10px 10px 10px 0px;
-    padding:10px;
-    width:95%;
-    float:left;
-
-}
-
-
-/** methods etc. defined in this class are highlighted. **/
-
-/** -------- alternating rows.. ---- */
-
-.config-row-alt0 {
-    background-color : #f8f8f8;
-}
-.notInherited td.micon,
-.notInherited td.msource
-{
-
-    background-color: #7F8FB1; 
-    color : #fff;
-    font-weight: bold;
-}
-td.msource
-{
-    width: 160px;
-}
-
-.detailList dd {
-       clear: both;
-}
-.left-class-list ol, .left-class-list ul {
-       list-style-image:none;
-       list-style-position:outside;
-       list-style-type:none;
-       margin: 4px;
-       padding: 4px;
-}
-.left-class-list {
-       background:#F8F8F8 none repeat scroll 0 0;
-       border:1px solid white;
-       float:left;
-       margin:5px;
-       padding:5px;
-       width:18%;
-}
-.class-picture {
-       float:right;
-       margin:20px 10px 10px;
-       
-}
-.left-class-list ol, .left-class-list ul {
-       list-style-image:none;
-       list-style-position:outside;
-       list-style-type:none;
-       margin: 4px;
-       padding: 4px;
-}
-.left-class-list {
-       background:#F8F8F8 none repeat scroll 0 0;
-       border:1px solid white;
-       float:left;
-       margin:5px;
-       padding:5px;
-       width:18%;
-}
-.ns-list {
-        
-    display:block;
-    float:left;
-    margin:30px;
-}
\ No newline at end of file
diff --git a/docs/resources/elbow-end.gif b/docs/resources/elbow-end.gif
deleted file mode 100644 (file)
index f24ddee..0000000
Binary files a/docs/resources/elbow-end.gif and /dev/null differ
diff --git a/docs/resources/elbow-minus-nl.gif b/docs/resources/elbow-minus-nl.gif
deleted file mode 100644 (file)
index 928779e..0000000
Binary files a/docs/resources/elbow-minus-nl.gif and /dev/null differ
diff --git a/docs/resources/elbow-plus-nl.gif b/docs/resources/elbow-plus-nl.gif
deleted file mode 100755 (executable)
index 9f7f698..0000000
Binary files a/docs/resources/elbow-plus-nl.gif and /dev/null differ
diff --git a/docs/resources/library.png b/docs/resources/library.png
deleted file mode 100644 (file)
index 4a4651f..0000000
Binary files a/docs/resources/library.png and /dev/null differ
diff --git a/docs/resources/library_gnome.css b/docs/resources/library_gnome.css
deleted file mode 100755 (executable)
index 2fee732..0000000
+++ /dev/null
@@ -1,715 +0,0 @@
-body {
-       margin: 0px;
-       padding: 0px;
-       font-family: sans-serif;
-       background: white;
-       color: black;
-       height: 101%;
-}
-
-div {
-       margin: 0;
-}
-
-body.with-star {
-       background: white url(star.png) -100px -200px no-repeat;
-}
-
-#page {
-       margin: 0px;
-       padding: 0px;
-}
-
-#page ul {
-       margin: 0;
-}
-
-div.in-column {
-       margin: 0 0 2em 1em;
-       float: right;
-       max-width: 12em;
-}
-
-hr {
-       color: #888;
-       background: #888;
-       border: 0;
-       height: 1px;
-       width: 90%;
-       text-align: center;
-       clear: both;
-}
-
-
-div.body {
-       clear: both;
-}
-
-
-div.sidebar {
-       position: absolute;
-       text-align: left;
-       right: 0px;
-       top: 60px;
-       width: 27ex;
-       padding-left: 1ex;
-       border-left: 1ex solid #eee;
-       margin-top: 4em;
-}
-
-div.sidebar h2 {
-       margin-top: 0;
-       padding: 5px 2ex 5px 2ex;
-       background: url(t.png) top left repeat-y;
-       font-size: 100%;
-}
-
-ul.i18n,
-ul.toc {
-       padding: 0;
-       padding-left: 20px;
-       margin: 0;
-       margin-right: 10px;
-       list-style: none;
-}
-
-ul.i18n li,
-ul.toc li {
-       margin: 0;
-       margin-left: 1em;
-       padding: 0;
-       list-style: circle;
-}
-
-ul.toc li a {
-       text-decoration: none;
-       color: black;
-}
-
-ul.toc li a:hover {
-       text-decoration: underline;
-}
-
-#general {
-       list-style: none;
-       background: #2E3436 url(general_bg.png) 0 100% repeat-x;
-       text-align: right;
-       padding: 0 1ex;
-       margin: 0;
-       font-size: 70%;
-}
-
-#general li {
-       display: inline;
-       background: url(general_separator.png) 0 0 no-repeat;
-       padding-top: 10px;
-       padding-bottom: 8px;
-       margin-left: 0px;
-       margin-top: 0px;
-}
-
-#general li a {
-       font-weight: bold;
-       color: #FFFFFF;
-       margin: 0 2ex;
-       text-decoration: none;
-       line-height: 30px;
-}
-
-#general li a:hover {
-       text-decoration: underline;
-}
-
-#general .home {
-       float: left;
-       background: url(general_separator.png) 100% 0 no-repeat;
-       padding-top: 0;
-       padding-bottom: 0;
-}
-
-#general .home a {
-       float: left;
-       background: url(foot.png) 7px 50% no-repeat;
-       margin-left: 0;
-       padding-left: 27px;
-}
-
-
-#header {
-       background: #729FCF url(top-header-gradient.png) top left repeat-x;
-       float: left;
-       width: 100%;
-       font-size: 75%;
-}
-
-#header-wrap {
-       background: transparent url(library.png) 15px 10px no-repeat;
-       min-height: 67px;
-}
-
-#header h1 {
-       margin: 0;
-       margin-left: 85px;
-       padding-top: 25px;
-       font-size: 200%;
-       color: #eeeeec;
-}
-
-#tabs {
-       background: url(bar.png) 0 100% repeat-x;
-       width: 100%;
-       float: left;
-       margin: 0;
-       padding: 0;
-}
-
-#portal-globalnav {
-       float: right;
-       list-style: none;
-       margin: 0;
-       margin-right: 3ex;
-}
-
-#portal-globalnav li {
-       float: left;
-       margin: 0;
-       margin-left: 0.2ex;
-       font-size: 2ex;
-}
-
-#portal-globalnav li a:hover {
-       color: #111111;
-}
-
-#portal-globalnav li a {
-       float: left;
-       text-decoration: none;
-       color: #555555;
-       background: url(tab_left.png) 0 0 no-repeat;
-       padding: 7px 0 7px 7px;
-       border-bottom: 2px solid #CCCCCC;
-}
-
-#portal-globalnav li span {
-       background: url(tab_right.png) 100% 0 no-repeat;
-       padding: 7px 28px 7px 19px;
-}
-
-#portal-globalnav li.selected a {
-       color: #3566A5;
-       background: url(tab_left.png) 0 -57px no-repeat;
-       border-bottom: none;
-       padding-top: 8px;
-       padding-bottom: 8px;
-}
-
-#portal-globalnav li.selected a span {
-       background: url(tab_right.png) 100% -57px no-repeat;
-       padding-top: 8px;
-       padding-bottom: 8px;
-}
-
-
-
-div.articleinfo h1 {
-       padding-top: 1ex;
-       color: #3f3f3f;
-}
-
-div.articleinfo h3.abstract {
-       font-weight: normal;
-       border: 5px solid #eee;
-       padding: 1ex;
-       -moz-border-radius: 10px;
-       -khtml-border-radius: 10px;
-       font-size: 100%;
-       background: white;
-}
-
-div.articleinfo dd.affiliation {
-       color: #a4a4a4;
-       margin-bottom: 1ex;
-}
-
-div.articleinfo dl {
-       margin-left: 1em;
-}
-
-dl.doc-index {
-       margin-left: 1em;
-}
-
-dl.doc-index p {
-       margin: 0.5ex 0;
-}
-
-dl.doc-index dt {
-       margin-top: 2em;
-}
-
-dl.doc-index dd {
-       margin: 0em 1em 2em 1em;
-}
-
-dl.doc-index dt a {
-       text-decoration: none;
-       font-weight: bold;
-       font-size: 110%;
-}
-
-dl.doc-index dt a:hover {
-       text-decoration: underline;
-}
-
-div.body {
-       background-color: transparent;
-       border: none;
-       padding: 1em;
-} 
-
-div.body-sidebar {
-       margin-right: 27ex;
-}
-
-a {
-       color: #3465a4;
-}
-
-div.navbar {
-       margin: 0 29ex 0 2ex;
-}
-
-h1.title {
-       font-size: 1.72em;
-       margin: 0; padding: 0;
-       color: #3f3f3f;
-}
-
-h1.title a {
-       color: inherit;
-       text-decoration: none;
-}
-
-div#language {
-       position: absolute;
-       right: 2em;
-       top: 6ex;
-}
-
-/* from goran css */
-
-#dev, #usr, #adm {
-       float: left;
-       margin: 20px 3% 0px 3%;
-       width: 42%;
-       padding: 5px;
-}
-
-div.sidebar #dev, div.sidebar #usr, div.sidebar #adm {
-       float: none;
-       width: 90%;
-       font-size: 90%;
-       margin-top: 0;
-}
-
-br.clear {
-       clear: both;
-}
-
-#dev p, #usr p, #adm p {
-       margin: 20px;
-}
-
-#usr h2 a, #usr h2 span,
-#dev h2 a, #dev h2 span,
-#adm h2 a, #adm h2 span {
-       display: block; width: 80%;
-       text-decoration: none;  
-       padding: 10px 20px;
-}
-#usr h2 a, #usr h2 span { color: #ffffff; }
-#dev h2 a, #dev h2 span { color: #2e3436; }
-#adm h2 a, #adm h2 span { color: #ffffff; }
-
-#usr h2, #dev h2, #adm h2 {
-       height: 40px;
-       font-size: 11pt;
-       -moz-border-radius: 10px;
-       -khtml-border-radius: 10px;
-       padding: 0px;
-       background: none;
-}
-
-#usr h2 { background: #729fcf url(user-icon.png) 95% no-repeat; }
-#dev h2 { background: #edd400 url(dev-icon.png) 95% no-repeat; }
-#adm h2 { background: #00b147 url(adm-icon.png) 95% no-repeat; }
-
-#updated h3 { margin-bottom: 15px; }
-
-div.sidebar h4 a {
-       text-decoration: none;
-       margin: 0px;
-}
-div.sidebar p.i18n {
-       margin-top: -15px;
-}
-
-div.sidebar fieldset { 
-       margin-top: 30px;
-       border: none;
-}
-
-table#top {
-       margin: 1em auto;
-       clear: both;
-       border: 1px solid #faa;
-       background: #fee;
-       width: 95%;
-}
-
-div.book, div.chapter, div.refentry, div.sect1, div.index {
-       margin: 1em;
-}
-
-.synopsis, .classsynopsis 
-{
-       background: #eee;
-       border: solid 1px #aaa;
-       padding: 0.5em;
-}
-.programlisting 
-{
-       background: #eef;
-       border: solid 1px #aaf;
-       padding: 0.5em;
-}
-.variablelist 
-{
-       padding: 4px;
-       margin-left: 3em;
-}
-.variablelist td:first-child
-{
-       vertical-align: top;
-}
-
-.variablelist p {
-       margin: 0;
-}
-
-div.other-languages ul, div.downloads ul {
-       list-style: none;
-       padding: 0 1em;
-       margin: 0;
-}
-
-div.other-languages ul li, div.downloads ul li {
-       margin: 0;
-       padding: 0;
-}
-
-div.other-languages a, div.downloads a {
-       text-decoration: none;
-}
-
-div.other-languages a:hover, div.downloads a:hover {
-       text-decoration: underline;
-}
-
-ul.versions {
-       margin: 0;
-       padding: 0;
-       padding-left: 1em;
-}
-
-ul.versions li {
-       display: inline;
-       margin: 0 0.5ex;
-}
-
-h2.category {
-       background-position: center left;
-       background-repeat: no-repeat;
-       margin-top: 2em;
-       color: #006;
-       min-height: 32px;
-}
-
-h2.cat-accessibility-directory { padding-left: 40px; background-image: url(icons/accessibility-directory.png); }
-h2.cat-gnome-util { padding-left: 40px; background-image: url(icons/gnome-util.png); }
-h2.cat-gnome-joystick { padding-left: 40px; background-image: url(icons/gnome-joystick.png); }
-h2.cat-gnome-graphics { padding-left: 40px; background-image: url(icons/gnome-graphics.png); }
-h2.cat-gnome-globe { padding-left: 40px; background-image: url(icons/gnome-globe.png); }
-h2.cat-gnome-applications { padding-left: 40px; background-image: url(icons/gnome-applications.png); }
-h2.cat-gnome-other { padding-left: 40px; background-image: url(icons/gnome-other.png); }
-h2.cat-gnome-devel { padding-left: 40px; background-image: url(icons/gnome-devel.png); }
-h2.cat-gnome-multimedia { padding-left: 40px; background-image: url(icons/gnome-multimedia.png); }
-h2.cat-gnome-system { padding-left: 40px; background-image: url(icons/gnome-system.png); }
-h2.cat-gnome-other { padding-left: 40px; background-image: url(icons/gnome-other.png); }
-
-h2.cat-gdp-documentation { padding-left: 40px; background-image: url(icons/gdp-32.png); }
-
-h3.subsection {
-       color: #006;
-       font-style: italic;
-       margin-left: 1ex;
-}
-
-span.lang-code {
-       font-size: 70%;
-       color: #666;
-}
-
-li.active-language {
-       font-weight: bold;
-       margin-bottom: 1ex;
-}
-
-p.no-translation {
-       font-style: italic;
-       color: #888;
-       font-size: 80%;
-}
-
-p.no-translation a {
-       text-decoration: none;
-}
-
-div.subindex {
-       margin: 2em 7em 1em 4em;
-       padding-left: 110px;
-       background-position: top left;
-       background-repeat: no-repeat;
-       min-height: 96px;
-}
-
-div.subindex p {
-       color: #666;
-}
-
-div.subindex h2 {
-       padding: 0;
-       margin: 0;
-}
-
-div.subindex h2 a {
-       text-decoration: inherit;
-}
-
-div.subindex h2 a:hover {
-       text-decoration: underline;
-}
-
-h1.subindex {
-       padding-left: 110px;
-       background-position: top left;
-       background-repeat: no-repeat;
-       line-height: 96px;
-       min-height: 96px;
-}
-
-#subindex-references { background-image: url(icons/api-96.png); }
-#subindex-guides { background-image: url(icons/guides-96.png); }
-#subindex-tools { background-image: url(icons/tools-96.png); }
-#subindex-gdp { background-image: url(icons/gdp-96.png); }
-#subindex-gnome-devel { background-image: url(icons/gnome-development-96.png); }
-
-div#search {
-       position: absolute;
-       text-align: right;
-       right: 1em;
-       top: 5em;
-       font-size: 75%;
-}
-
-form#symlookup {
-       margin: 2em 1em 2em 0em;
-       text-align: right;
-}
-
-input.searchTerms {
-       border: 1px solid #888888;
-}
-
-div#search input.searchTerms {
-       margin-right: 1ex;
-}
-
-input.searchButton {
-       background: white url(search_icon.gif) no-repeat scroll 2px center;
-       color: black;
-       cursor: pointer;
-       padding: 1px 1px 1px 15px;
-       text-transform: none;
-       border: 1px solid #888888;
-}
-
-form#symlookup input.searchTerms {
-       width: 100%;
-       margin-bottom: 1ex;
-}
-
-p.other-versions {
-       font-size: 80%;
-       color: #888;
-}
-
-p.other-versions a {
-       text-decoration: none;
-}
-
-p.upcoming-deprecation {
-       padding: 0.5em 1em 0.5em 60px;
-       min-height: 48px;
-       border: solid 1px #e0e0df;
-       background-color: #fffff0;
-       background-position: 6px 0.5em;
-       background-repeat: no-repeat;
-       background-image: url(/skin/admon-warning.png);
-}
-
-p.canonical-ref {
-       padding: 0.5em 1em 0.5em 60px;
-       min-height: 48px;
-       border: solid 1px #e0e0df;
-       margin-right: 29ex;
-       background-color: #fffff0;
-       background-position: 6px 0.5em;
-       background-repeat: no-repeat;
-       background-image: url(/skin/admon-note.png);
-}
-
-ul.indextoc {
-       margin: 1em 0;
-       padding: 0 0 0 1em;
-       list-style: circle;
-}
-
-ul.indextoc ul {
-       padding: 0 0 0 1em;
-}
-
-ul.indextoc li {
-       font-weight: bold;
-}
-
-ul.indextoc li li {
-       font-weight: normal;
-}
-
-ul.indextoc > li {
-       margin-bottom: 1ex;
-}
-
-ul.indextoc a {
-       text-decoration: none;
-}
-
-div.downloads h4 {
-       min-height: 24px;
-       line-height: 24px;
-       background: transparent url(gnome-mime-application-x-archive.png) top left no-repeat;
-       padding-left: 26px;
-}
-
-div.downloads p.devhelp-note {
-       font-size: 80%;
-}
-
-div.downloads p.devhelp-note {
-       font-size: 80%;
-       color: #444;
-}
-
-span.module-more {
-       font-size: 75%;
-}
-
-dl.doc-index dt span.module-more a {
-       font-weight: normal;
-}
-
-div#footer {
-       margin: 2ex 30ex 2ex 1ex;
-       clear: both;
-       text-align: center;
-       border-top: 1px solid gray;
-       padding-top: 1.5em;
-       color: #888;
-}
-
-div#footer p {
-       margin: 0;
-       font-size: 80%;
-}
-
-div#footer a {
-       color: #3465a4;
-       text-decoration: none;
-}
-
-div#footer a:hover {
-       text-decoration: underline;
-}
-
-div.devel-remark {
-       font-style: italic;
-       color: #800;
-       margin: 1ex 0;
-}
-
-p.caution-nightly {
-       background: #eee url(caution-nightly.png) no-repeat;
-       font-weight: bold;
-       border: 1px outset black;
-       padding: 2px 2px 2px 50px;
-       text-align: center;
-       margin-bottom: 2em;
-       min-height: 50px;
-}
-
-/* code listings */
-
-.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
-.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
-.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
-.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
-.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
-.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
-.listing_code .programlisting .normal     { color: #000000; }
-.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
-.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
-.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
-.listing_code .programlisting .type       { color: #000000; }
-.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
-.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
-
-.listing_frame {
-  /* tango:sky blue 1 */
-  border: solid 1px #729fcf;
-  padding: 0px;
-}
-
-.listing_lines, .listing_code {
-  margin-top: 0px;
-  margin-bottom: 0px;
-  padding: 0.5em;
-}
-.listing_lines {
-  /* tango:sky blue 0.5 */
-  background: #a6c5e3;
-  /* tango:aluminium 6 */
-  color: #2e3436;
-}
-.listing_code {
-  /* tango:sky blue 0 */
-  background: #e6f3ff;
-}
-.listing_code .programlisting {
-  /* override from previous */
-  border: none 0px;
-  padding: 0px;
-}
-.listing_lines pre, .listing_code pre {
-  margin: 0px;
-}
diff --git a/docs/resources/library_gnome_print.css b/docs/resources/library_gnome_print.css
deleted file mode 100755 (executable)
index 47d4d1a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-ul#general,
-div#header,
-div.sidebar {
-       display: none;
-}
-
-div.body-sidebar {
-       margin-right: 0;
-}
diff --git a/docs/resources/page.js b/docs/resources/page.js
deleted file mode 100755 (executable)
index 8e6ebf7..0000000
+++ /dev/null
@@ -1,184 +0,0 @@
-//<script type="text/javascript">
-/* -- IE kludge as usual! */
-if (!Array.prototype.indexOf)
-{
-  Array.prototype.indexOf = function(elt /*, from*/)
-  {
-    var len = this.length;
-
-    var from = Number(arguments[1]) || 0;
-    from = (from < 0)
-         ? Math.ceil(from)
-         : Math.floor(from);
-    if (from < 0)
-      from += len;
-
-    for (; from < len; from++)
-    {
-      if (from in this &&
-          this[from] === elt)
-        return from;
-    }
-    return -1;
-  };
-}
-
-RooDocsPage = {
-    
-    isIE: function() {
-        var ua = navigator.userAgent.toLowerCase();
-        return ua.indexOf("msie") > -1;
-        
-    },
-    
-    
-    onload : function()
-    {
-        //console.log("loading");
-        
-        this.addEvent(document,'click', function(e) {
-            var ev = e || window.event;
-            var t = ev.target || ev.srcElement;
-            //console.log(t);
-            return RooDocsPage.clicked(t);
-            
-        });
-        
-        
-        
-    },
-    addEvent: function(el, eventName, fn)
-    {
-        
-        if (window.addEventListener) {
-            capture = false;
-            el.addEventListener(eventName, fn, (capture));
-            return;
-        } 
-        if (window.attachEvent) {
-            el.attachEvent("on" + eventName, fn);
-            return;
-         
-        }
-    },
-    clicked : function(t)
-    {
-        
-        
-        var classAr = t.className.split(' ');
-        //console.log(classAr)
-        if ((t.nodeName == 'a') && (classAr.indexOf('exi') < 0) && (classAr.indexOf('micon') < 0)) {
-            // link clicked...
-            return false;
-           
-        }
-            
-           
-        
-        
-        if (classAr.indexOf('exi') > -1 || classAr.indexOf('micon') > -1) {
-            
-            var tr = t;
-            //console.log(tr.parentNode);
-            while (tr.parentNode) {
-                ///console.log(tr.nodeName);
-                if (tr.nodeName.toUpperCase() =='TR') {
-                    break;
-                }
-                tr = tr.parentNode;
-            }
-            if (tr.nodeName.toUpperCase() != 'TR') { // no tr!
-                return false;
-            }
-            //console.log(tr.className)
-            if (tr.className.match(/expandable/)) {
-                
-                if (!/expanded/.test(tr.className)) {
-                    
-                    tr.className += " expanded";
-                    
-                    //this.loadComments(tr);
-                    
-                  //  console.log("ADDED:"+ tr.className);
-                } else {
-                    tr.className = tr.className.replace(/ expanded/,'');
-                    //console.log("REMOVED:"+ tr.className);
-                }
-            }
-            return true;
-            
-            
-            
-        }
-        return false;
-    },
-    
-    getAttributeNS : function(d,ns,name) {
-        if (this.isIE()) {
-            // ie uses attribute stuff...
-            var type = typeof d[ns+":"+name];
-            if(type != 'undefined' && type != 'unknown'){
-                return d[ns+":"+name];
-            }
-            return d[name];
-            
-        } 
-        return d.getAttributeNS(ns, name) || d.getAttribute(ns+":"+name) || d.getAttribute(name) || d[name];
-    },
-    display : '',      
-    toggle : function () {
-        this.display  = (this.display == 'none' ) ? '': 'none';
-        var display = this.display;
-        
-        Array.prototype.slice.call(
-           document.getElementsByTagName('tr')
-        ).forEach(function(tr) {
-           tr.style.display = ''; 
-           if (tr.className.match(/notInherited/)) return;
-           if (!tr.className.match(/expandable/)) return;
-           tr.style.display = display; 
-        });
-    }
-}
-
- /*
-this.preview.getEl().on('click', function(e, target)
-        {
-            //console.log("click pressed?");
-            
-            if(target = e.getTarget('a:not(.exi)', 3)) {
-                var cls = Ext.fly(target).getAttributeNS('roo', 'cls');
-                e.stopEvent();
-                if(cls){
-                    var member = Ext.fly(target).getAttributeNS('roo', 'member');
-                    //this.loadClass(target.href, cls, member);
-                    
-                    if (/^src\//.test(cls)) {
-                        cls = cls.replace(/.js$/, ''); // get rid of .js for source links..
-                    }
-                    
-                    
-                    MainBody.loadPage("symbols/"+ cls +".html");
-                    return;
-                }
-                if(target.className == 'inner-link'){ // go to #
-                    this.getActiveTab().scrollToSection(target.href.split('#')[1]);
-                    return;
-                }
-                window.open(target.href);
-                
-                return; // no more...
-            }
-            if(target = e.getTarget('.micon', 2)){
-                
-                e.stopEvent();
-                var tr = Ext.fly(target.parentNode);
-                if(tr.hasClass('expandable')){
-                    tr.toggleClass('expanded');
-                }
-            }
-          
-        });
-*/
\ No newline at end of file
diff --git a/docs/resources/top-header-gradient.png b/docs/resources/top-header-gradient.png
deleted file mode 100644 (file)
index bebf2f0..0000000
Binary files a/docs/resources/top-header-gradient.png and /dev/null differ