Re: API docs at d.g.o



Am Mi, den 28.01.2004 schrieb Aaron Weber um 23:29:
> Sounds good to me! It might be good to send the patch to the list
> first, just to be sure?

Sure. Here is a patch. The autogeneration on widget.gnome.org has to be
tweaked separately, I'll do so once this patch is in.

Matthias
Index: content/doc/API/main.in
===================================================================
RCS file: /cvs/gnome/web-devel-2/content/doc/API/main.in,v
retrieving revision 1.55
diff -u -p -r1.55 main.in
--- content/doc/API/main.in	27 Apr 2003 15:50:14 -0000	1.55
+++ content/doc/API/main.in	28 Jan 2004 23:11:22 -0000
@@ -1,5 +1,5 @@
 <!--#set var="last_modified" value="$Date: 2003/04/27 15:50:14 $" -->
-<h2>GNOME 2.x  API Reference</h2>
+<h2>GNOME Developer Platform Libraries</h2>
 <p>
 <blockquote>
  <dl>
@@ -26,7 +26,7 @@
     </dd>
    </dl>
     <dl>
-    <dt><b>Atk</b> - <a href="2.0/atk/book1.html">Online documentation</a> <A href="atk-1.0-docs.tar.gz"><em>(tarball)</em></A></dt>
+    <dt><b>Atk</b> - <a href="2.0/atk/index.html">Online documentation</a> <A href="atk-1.0-docs.tar.gz"><em>(tarball)</em></A></dt>
     <dd>
      Atk - The ATK library provides a set of interfaces for accessibility.
      By supporting the ATK interfaces, an application or toolkit can
@@ -34,6 +34,21 @@
      and alternative input devices.
     </dd>
    </dl>
+    <dl>
+    <dt><b>At-spi</b> - <a href="2.0/at-spi-cspi/index.html">Online documentation</a> <A href="at-spi-1.0-docs.tar.gz"><em>(tarball)</em></A></dt>
+    <dd>
+     At-spi - The AT-SPI library provides interfaces which are
+     used by accessibility technologies. The documentation above describes
+     the C bindings for these interfaces.
+    </dd>
+   </dl>
+    <dl>
+    <dt><b>Gail</b> - <a href="2.0/gail-libgail-util/index.html">Online documentation</a> <A href="gail-1.0-docs.tar.gz"><em>(tarball)</em></A></dt>
+    <dd>
+     Gail - The GAIL library provides accessibility support for GTK+ and libgnomecanvas
+     by implementing AtkObjects for widgets in these libraries.
+    </dd>
+   </dl>
    <dl>
     <dt><b>Pango</b> - <a href="2.0/pango/index.html">Online documentation</a> <A href="pango-1.0-docs.tar.gz"><em>(tarball)</em></A></dt>
     <dd>
@@ -70,6 +85,13 @@
    </dd>
   </dl>
  <dl>
+   <dt><b>libxslt</b> - <a href="http://xmlsoft.org/XSLT/html/libxslt-lib.html";>Online Documentation</a></dt>
+   <dd>
+   The XSLT C library developed for the Gnome project. XSLT itself is a an XML language to 
+   define transformation for XML. Libxslt is based on libxml2.
+   </dd>
+  </dl>
+ <dl>
   <dt><b>Libglade</b> - <a href="2.0/libglade/libglade.html">Online documentation</a> <a href="libglade-2.0-docs.tar.gz"><em>(tarball)</em></a></dt>
   <dd>
    The Libglade library gives applications the ability to load user
@@ -127,7 +149,9 @@
  <dl>
   <dt><b>Bonobo-activation</b> - <a href="2.0/bonobo-activation/index.html">Online documentation</a> <a href="bonobo-activation-docs.tar.gz"><em>(tarball)</em></a></dt>
     <dd>
-    Bonobo-activation allows you to browse the available CORBA servers on your system (running or not). It keeps track of the running servers so that if you ask for a server which is already running, you will not start it again but will reuse the already running one.
+    Bonobo-activation allows you to browse the available CORBA servers on your system (running 
+    or not). It keeps track of the running servers so that if you ask for a server which is 
+    already running, you will not start it again but will reuse the already running one.
     </dd>
    </dl>
    <dl>
@@ -142,12 +166,6 @@
        A library for easily embeding and manipulating widgets in bonobo.
        </dd>
       </dl>
-      <dl>
-       <dt><b>libpanel-applet</b> - <a href="2.0/panel-applet/index.html">Online documentation</a> <a href="panel-applet-doc.tar.gz"><em>(tarball)</em></a></dt>
-       <dd>
-       A library used for programming panel applets for the GNOME panel.
-       </dd>
-      </dl>
 </blockquote>
 </p>
 <H2>GNOME Desktop Libraries</H2>
@@ -170,6 +188,10 @@
    <dd>
    Terminal emulator widget used by GNOME terminal.
    </dd>
+   <dt><b>libpanel-applet</b> - <a href="2.0/panel-applet/index.html">Online documentation</a> <a href="panel-applet-doc.tar.gz"><em>(tarball)</em></a></dt>
+   <dd>
+   A library used for programming panel applets for the GNOME panel.
+   </dd>
 </dl>
 </blockquote>
 <H2>Other related libraries</H2>


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