[library-web/new-website-style: 13/55] Sorting libraries in types



commit d3f347ebcb3e6664857988489a4af603fd3c9c0d
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Dec 4 16:31:24 2010 +0100

    Sorting libraries in types

 data/catalog.xml.in |    5 +-
 data/overlay.xml.in |  250 +++++++++++++++++++++++++++++++--------------------
 2 files changed, 158 insertions(+), 97 deletions(-)
---
diff --git a/data/catalog.xml.in b/data/catalog.xml.in
index e745586..8cfacb9 100644
--- a/data/catalog.xml.in
+++ b/data/catalog.xml.in
@@ -23,7 +23,8 @@ find information on tools and methods to work with many GNOME desktops.
   </_msgstr>
   <_msgstr msgid="langinfo">Available Languages:</_msgstr>
   <_msgstr msgid="availableversions">Available Versions:</_msgstr>
-  <_msgstr msgid="api">API References</_msgstr>
+  <_msgstr msgid="api-base">Core Libraries</_msgstr>
+  <_msgstr msgid="api">Other Libraries</_msgstr>
   <_msgstr msgid="whitepapers">White Papers</_msgstr>
   <_msgstr msgid="guides">Guides</_msgstr>
   <_msgstr msgid="devel-guides">Development Guides</_msgstr>
@@ -51,7 +52,9 @@ find information on tools and methods to work with many GNOME desktops.
     that has not already been moved elsewhere.
   </_msgstr>
   <_msgstr msgid="standards">Standards</_msgstr>
+  <_msgstr msgid="api-base-libs">Core Libraries</_msgstr>
   <_msgstr msgid="api-bindings">Language Bindings</_msgstr>
+  <_msgstr msgid="api-desktop-plugins">Plugins for GNOME Application</_msgstr>
   <_msgstr msgid="js-language-cookie">
     Preferred language is loaded from a cookie.
   </_msgstr>
diff --git a/data/overlay.xml.in b/data/overlay.xml.in
index 13f7558..e172e9e 100644
--- a/data/overlay.xml.in
+++ b/data/overlay.xml.in
@@ -12,7 +12,7 @@
         </_abstract>
       </subindex>
       <subindex id="references" weight="0.8">
-        <sections>api api-bindings standards</sections>
+        <sections>api-base api api-desktop-plugins api-bindings standards</sections>
         <_title>References</_title>
         <_abstract>
           The references contain the Application Programming Interface, list of
@@ -45,34 +45,31 @@
     <subsection channel="devel" id="devel-guides" weight="0.9"/>
     <subsection channel="devel" id="tutorials" weight="0.8"/>
     <subsection channel="devel" id="faqs" weight="0.7"/>
+    <subsection channel="devel" id="api-base" weight="0.8"/>
     <subsection channel="devel" id="api" weight="0.8"/>
-    <subsection channel="devel" parent="api" id="api-platform" weight="1.0">
-      <_title>GNOME Developer Platform Libraries</_title>
+    <subsection channel="devel" parent="api" id="api-core" weight="1.0">
+      <_title>Core</_title>
     </subsection>
-    <subsection channel="devel" parent="api" id="api-desktop" weight="0.8">
-      <_title>GNOME Desktop Libraries</_title>
+    <subsection channel="devel" parent="api" id="api-ui" weight="0.9">
+      <_title>User Interface</_title>
     </subsection>
-    <subsection channel="devel" parent="api" id="api-telepathy" weight="0.4">
-      <_title>Telepathy Stack</_title>
-      <_intro>
-	Telepathy is a D-Bus framework for unifying real time communication,
-	including instant messaging, voice calls and video calls. It abstracts
-	differences between protocols to provide a unified interface for
-	applications.
-      </_intro>
+    <subsection channel="devel" parent="api" id="api-multimedia" weight="0.8">
+      <_title>Multimedia</_title>
     </subsection>
-    <subsection channel="devel" parent="api" id="api-future" weight="0.15">
-      <_title>Possible parts of the GNOME 3.0 stack</_title>
-      <_intro>
-	This subsection has several of the libraries that are expected to be
-	in GNOME 3.0. The content is subject to change.
-      </_intro>
+    <subsection channel="devel" parent="api" id="api-communication" weight="0.7">
+      <_title>Communication</_title>
     </subsection>
-    <subsection channel="devel" parent="api" id="api-others" weight="0.3">
-      <_title>Other related libraries</_title>
+    <subsection channel="devel" parent="api" id="api-system" weight="0.6">
+      <_title>System Integration</_title>
     </subsection>
-    <subsection channel="devel" parent="api" id="api-desktop-plugins" weight="0.2">
-      <_title>Plugins for GNOME Applications</_title>
+    <subsection channel="devel" parent="api" id="api-datastorage" weight="0.5">
+      <_title>Data Storage</_title>
+    </subsection>
+    <subsection channel="devel" parent="api" id="api-accessibility" weight="0.45">
+      <_title>Accessibility</_title>
+    </subsection>
+    <subsection channel="devel" parent="api" id="api-utilities" weight="0.4">
+      <_title>Utilities</_title>
     </subsection>
     <subsection channel="devel" parent="api-bindings" id="python-bindings">
       <_title>Python</_title>
@@ -87,13 +84,11 @@
       <_title>Vala</_title>
     </subsection>
     <subsection channel="devel" id="api-bindings" weight="0.7"/>
+    <subsection channel="devel" id="api-desktop-plugins" weight="0.65"/>
     <subsection channel="devel" id="standards" weight="0.6"/>
     <subsection channel="devel" id="ApplicationsProgramming" weight="0.5"/>
     <subsection channel="devel" id="Other" weight="0"/>
 
-    <!-- default unknown API to api-desktop -->
-    <map channel="devel" id="api" subsection="api-desktop"/>
-
     <!-- users channel -->
     <subsection channel="users" id="index" weight="1.0"/>
 
@@ -103,7 +98,8 @@
   </subsections>
   <documents>
     <document doc_module="glib" channel="devel" weight="0.95">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-core</subsection>
       <_abstract>
         GLib provides the core application building blocks for libraries and
         applications written in C. It provides the core object system used in
@@ -112,13 +108,15 @@
       </_abstract>
     </document>
     <document doc_module="gobject" channel="devel" weight="0.94">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-core</subsection>
       <_abstract>
         GObject provides the object system used for Pango and GTK+.
       </_abstract>
     </document>
     <document doc_module="gio" channel="devel" weight="0.94">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-core</subsection>
       <_abstract>
 	GIO provides a modern and easy-to-use VFS API.  It provides a file
 	system abstraction which allows applications to access local and
@@ -126,7 +124,8 @@
       </_abstract>
     </document>
     <document doc_module="atk" channel="devel" weight="0.93">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-accessibility</subsection>
       <_abstract>
         ATK provides the set of accessibility interfaces that are implemented
         by other toolkits and applications. Using the ATK interfaces,
@@ -135,14 +134,16 @@
       </_abstract>
     </document>
     <document doc_module="at-spi-cspi" channel="devel" weight="0.92">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-accessibility</subsection>
       <_abstract>
         The AT-SPI library provides interfaces which are used by accessibility
         technologies.
       </_abstract>
     </document>
     <document doc_module="gail-libgail-util" channel="devel" weight="0.91">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-accessibility</subsection>
       <_abstract>
         GAIL provides an implementation of the ATK interfaces for GTK+ and
         GNOME libraries, allowing accessibility tools to interact with
@@ -151,7 +152,8 @@
       <extra-devel-releases>2.90</extra-devel-releases>
     </document>
     <document doc_module="pango" channel="devel" weight="0.90">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         Pango is the core text and font handling library used in GNOME
         applications. It has extensive support for the different writing
@@ -159,7 +161,8 @@
       </_abstract>
     </document>
     <document doc_module="gdk-pixbuf" channel="devel" weight="0.89">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         GdkPixbuf is a library for image loading and manipulation. The
         GdkPixbuf documentation contains both the programmer's guide and the
@@ -168,7 +171,8 @@
       <extra-devel-releases>2.90</extra-devel-releases>
     </document>
     <document doc_module="gdk" channel="devel" weight="0.88">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         An intermediate layer which isolates GTK+ from the details of the
         windowing system.
@@ -176,7 +180,8 @@
       <extra-devel-releases>2.90</extra-devel-releases>
     </document>
     <document doc_module="gtk" channel="devel" weight="0.87">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         GTK+ is the primary library used to construct user interfaces in GNOME
         applications. It provides user interface controls and signal callbacks
@@ -185,8 +190,9 @@
       <extra-devel-releases>2.90</extra-devel-releases>
     </document>
     <document doc_module="libxml2" channel="devel" category="api" weight="0.86">
+      <category>api-base</category>
       <new/>
-      <subsection>api-others</subsection>
+      <subsection>api-utilities</subsection>
       <_title>libxml2 Reference Manual</_title>
       <_abstract>
         Powerful and feature complete XML handling library.
@@ -196,8 +202,9 @@
       <_href>http://xmlsoft.org/html/libxml-lib.html</_href>
     </document>
     <document doc_module="libxslt" channel="devel" category="api" weight="0.85">
+      <category>api-base</category>
       <new/>
-      <subsection>api-others</subsection>
+      <subsection>api-utilities</subsection>
       <_title>libxslt Reference Manual</_title>
       <_abstract>
         The XSLT C library developed for the Gnome project. XSLT itself is a an
@@ -209,7 +216,8 @@
       <_href>http://xmlsoft.org/XSLT/html/libxslt-lib.html</_href>
     </document>
     <document doc_module="libglade" channel="devel" weight="0.84">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         Libglade is a library for constructing user interfaces dynamically from
         XML descriptions. Libglade allow programmers to construct their user
@@ -221,7 +229,8 @@
       </keywords>
     </document>
     <document doc_module="libgnome" channel="devel" weight="0.10">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         The libgnome library provides a number of useful routines for building
         modern applications, including session management, activation of files
@@ -232,7 +241,8 @@
       </keywords>
     </document>
     <document doc_module="libgnomeui" channel="devel" weight="0.10">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         The libgnomeui library provides additional widgets for applications.
         Many of the widgets from libgnomeui have already been ported to GTK+.
@@ -242,7 +252,8 @@
       </keywords>
     </document>
     <document doc_module="gnome-vfs" channel="devel" weight="0.15">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         GnomeVFS is the core library used to access files and folders in GNOME
         applications. It provides a file system abstraction which allows
@@ -254,14 +265,19 @@
       </keywords>
     </document>
     <document doc_module="gconf" channel="devel" weight="0.80">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-core</subsection>
       <_abstract>
         GConf provides the daemon and libraries for storing and retrieving
         configuration data.
       </_abstract>
+      <keywords>
+        <keyword>upcoming-deprecation</keyword>
+      </keywords>
     </document>
     <document doc_module="libgnomecanvas" channel="devel" weight="0.10">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         The GnomeCanvas widget provides a flexible widget for creating
         interactive structured graphics.
@@ -273,12 +289,16 @@
 
     <document doc_module="libart" channel="devel" category="api" weight="0.10">
       <new/>
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_title>libart Reference Manual</_title>
       <_abstract>
         Libart functions - Libart handles the drawing capabilities in GNOME.
         All complex rendering is handled here.
       </_abstract>
+      <keywords>
+        <keyword>upcoming-deprecation</keyword>
+      </keywords>
       <!-- URL to *translated* libart API reference,
            set to dash ("-") if it has not been translated -->
       <_href>http://www.gnome.org/~mathieu/libart/libart.html</_href>
@@ -288,7 +308,8 @@
     </document>
 
     <document doc_module="ORBit2" channel="devel" weight="0.10">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-core</subsection>
       <_abstract>
         ORBit is a fast and lightweight CORBA server. GNOME's component
         architecture, Bonobo, is built on top of CORBA.
@@ -298,7 +319,8 @@
       </keywords>
     </document>
     <document doc_module="bonobo-activation" channel="devel" weight="0.10">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-core</subsection>
       <_abstract>
         Bonobo-activation allows you to browse the available CORBA servers on
         your system (running or not). It keeps track of the running servers so
@@ -310,7 +332,8 @@
       </keywords>
     </document>
     <document doc_module="libbonobo" channel="devel" weight="0.10">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-core</subsection>
       <_abstract>
         Bonobo is a framework for creating reusable components for use in GNOME
         applications, built on top of CORBA.
@@ -320,7 +343,8 @@
       </keywords>
     </document>
     <document doc_module="libbonoboui" channel="devel" weight="0.10">
-      <subsection>api-platform</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         The Bonobo UI library provides a number of user interface controls
         using the Bonobo component framework.
@@ -330,32 +354,40 @@
       </keywords>
     </document>
     <document doc_module="rsvg" channel="devel">
-      <subsection>api-desktop</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         Library for rendering of SVG vector graphics.
       </_abstract>
     </document>
     <document doc_module="vte" channel="devel">
-      <subsection>api-desktop</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         Terminal emulator widget used by GNOME terminal.
       </_abstract>
     </document>
     <document doc_module="libsoup" channel="devel">
-      <subsection>api-desktop</subsection>
+      <category>api-base</category>
+      <subsection>api-communication</subsection>
       <_abstract>
         libsoup is an HTTP client/server library for GNOME. It uses GObjects
         and the glib main loop, to integrate well with GNOME applications.
       </_abstract>
     </document>
     <document doc_module="panel-applet" channel="devel">
-      <subsection>api-desktop</subsection>
+      <category>api-base</category>
+      <subsection>api-others</subsection>
       <_abstract>
         A library used for programming panel applets for the GNOME panel.
       </_abstract>
+      <keywords>
+        <keyword>upcoming-deprecation</keyword>
+      </keywords>
     </document>
     <document doc_module="gsf" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         Structured File Library (GSF) is an I/O abstraction for reading/writing
         compound files.
@@ -363,7 +395,8 @@
     </document>
 
     <document doc_module="cairo" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         Cairo is a 2D graphics library with support for multiple output
 	devices. It is designed to produce consistent output on all output media
@@ -372,7 +405,8 @@
     </document>
 
     <document doc_module="clutter" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-ui</subsection>
       <_abstract>
         Clutter is a GObject based library for creating fast, visually rich,
 	graphical user interfaces.
@@ -380,7 +414,7 @@
     </document>
 
     <document doc_module="cogl" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-others</category>
       <_abstract>
         COGL is a low level OpenGL abstraction library developed for (and part
 	of) Clutter. It is used primarily by Clutter to provide a common rendering
@@ -390,14 +424,16 @@
     </document>
 
     <document doc_module="libchamplain" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         Libchamplain is a C library providing a ClutterActor to display maps.
       </_abstract>
     </document>
 
     <document doc_module="libchamplain-gtk" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-utitilies</subsection>
       <_abstract>
         Libchamplain-gtk is a C library on top of libchamplain providing
 	a Gtk+ widget to display maps in GTK+ applications.
@@ -405,7 +441,8 @@
     </document>
 
     <document doc_module="libcanberra" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-multimedia</subsection>
       <_abstract>
         libcanberra is an implementation of the XDG Sound Theme and Name
 	Specifications, for generating event sounds on free desktops,
@@ -413,7 +450,8 @@
     </document>
 
     <document doc_module="libnotify" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         libnotify is a library that sends desktop notifications to a
 	notification daemon, as defined in the Desktop Notifications spec.
@@ -423,14 +461,19 @@
     </document>
 
     <document doc_module="dbus-glib" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-system</subsection>
       <_abstract>
         D-Bus is a message bus system, a simple way for applications to talk to
 	one another.
       </_abstract>
+      <keywords>
+        <keyword>upcoming-deprecation</keyword>
+      </keywords>
     </document>
 
     <document doc_module="libunique" channel="devel">
+      <category>api-base</category>
       <subsection>api-others</subsection>
       <_abstract>
         Unique is a library for writing single-instance applications. If you launch a
@@ -440,10 +483,13 @@
 	machinery needed to send messages to a running instance, and also handling
 	startup notification.
       </_abstract>
+      <keywords>
+        <keyword>upcoming-deprecation</keyword>
+      </keywords>
     </document>
 
     <document doc_module="gdl" channel="devel">
-      <subsection>api-desktop</subsection>
+      <category>api-others</category>
       <_abstract>
 	The GNOME Devtools Library package provides a docking system and
 	several utilities useful to GNOME development tools and GNOME
@@ -452,7 +498,8 @@
     </document>
 
     <document doc_module="gstreamer" channel="devel" category="api">
-      <subsection>api-desktop</subsection>
+      <category>api-base</category>
+      <subsection>api-multimedia</subsection>
       <_title>GStreamer Core Reference Manual</_title>
       <_abstract>
         Powerful framework for creating multimedia applications. Supports both
@@ -461,7 +508,8 @@
     </document>
 
     <document doc_module="gstreamer-libs" channel="devel" category="api">
-      <subsection>api-desktop</subsection>
+      <category>api-base</category>
+      <subsection>api-multimedia</subsection>
       <_title>GStreamer Library Reference Manual</_title>
       <_abstract>
         Powerful framework for creating multimedia applications. Supports both
@@ -470,7 +518,8 @@
     </document>
 
     <document doc_module="gst-plugins-libs" channel="devel" category="api">
-      <subsection>api-desktop</subsection>
+      <category>api-base</category>
+      <subsection>api-multimedia</subsection>
       <_title>GStreamer Core Plugins Reference Manual</_title>
       <_abstract>
         Powerful framework for creating multimedia applications. Supports both
@@ -479,7 +528,7 @@
     </document>
 
     <document doc_module="gtkglext" channel="devel">
-      <subsection>api-others</subsection>
+      <category>api-others</category>
       <_abstract>
         GtkGLExt is an OpenGL extension to GTK+. It provides additional GDK
 	objects which support OpenGL rendering in GTK+ and GtkWidget API
@@ -488,61 +537,65 @@
     </document>
 
     <document doc_module="libgda" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-datastorage</subsection>
     </document>
 
     <document doc_module="libgnomedb" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <category>api-base</category>
+      <subsection>api-datastorage</subsection>
     </document>
 
     <document doc_module="gnome-scan" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <category>api-others</category>
     </document>
     
     <document doc_module="goffice" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <category>api-others</category>
     </document>
 
     <document doc_module="libpeas" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
         libpeas is a gobject-based plugins engine, and is targetted at giving
 	every application the chance to assume its own extensibility.
       </_abstract>
     </document>
     <document doc_module="gedit" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="epiphany" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="evince" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="gok" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="libanjuta" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="eog" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="libnautilus-extension" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="libnautilus-extension" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="rhythmbox" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
     <document doc_module="nautilus-sendto" channel="devel">
-      <subsection>api-desktop-plugins</subsection>
+      <category>api-desktop-plugins</category>
     </document>
 
     <document doc_module="dconf" channel="devel">
-      <subsection>api-future</subsection>
+      <category>api-base</category>
+      <subsection>api-utilities</subsection>
       <_abstract>
 	dconf is a low-level configuration system. Its main purpose is to
 	provide a backend to GSettings on platforms that don't already have
@@ -551,20 +604,25 @@
     </document>
 
     <document doc_module="libempathy" channel="devel">
-      <subsection>api-telepathy</subsection>
+      <category>api-base</category>
+      <subsection>api-communication</subsection>
     </document>
     <document doc_module="libempathy-gtk" channel="devel">
-      <subsection>api-telepathy</subsection>
+      <category>api-base</category>
+      <subsection>api-communication</subsection>
     </document>
     <document doc_module="libmissioncontrol" channel="devel">
-      <subsection>api-telepathy</subsection>
+      <category>api-base</category>
+      <subsection>api-communication</subsection>
     </document>
     <document doc_module="libmissioncontrol-server" channel="devel">
-      <subsection>api-telepathy</subsection>
+      <category>api-base</category>
+      <subsection>api-communication</subsection>
     </document>
     <document doc_module="telepathy-glib" channel="devel" category="api">
       <new/>
-      <subsection>api-telepathy</subsection>
+      <category>api-base</category>
+      <subsection>api-communication</subsection>
       <_title>telepathy-glib Reference Manual</_title>
       <!-- URL to *translated* telepathy-glib API reference,
            set to dash ("-") if it has not been translated -->
@@ -948,15 +1006,15 @@
     </document>
 
     <document doc_module="poppler" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <subsection>api-utilities</subsection>
     </document>
 
     <document doc_module="gvfs" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <subsection>api-utilites</subsection>
     </document>
 
     <document doc_module="libepc" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <subsection>api-communication</subsection>
       <_abstract>
         The Easy Publish and Consume library (libepc) provides an easy method
 	to publish data using HTTPS, announce that information via DNS-SD,
@@ -965,7 +1023,7 @@
     </document>
 
     <document doc_module="gnet" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <subsection>api-communication</subsection>
       <_abstract>
 	GNet is a network library, written in C, object-oriented, and
 	built upon GLib.
@@ -973,7 +1031,7 @@
     </document>
 
     <document doc_module="gmime" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <subsection>api-utilities</subsection>
       <_abstract>
         GMime is a powerful MIME (Multipurpose Internet Mail Extension) utility
 	library. It is meant for creating, editing, and parsing MIME messages
@@ -982,7 +1040,7 @@
     </document>
 
     <document doc_module="libtracker-common" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <subsection>api-datastorage</subsection>
       <_abstract>
 	Tracker is a tool designed to extract information and metadata about
 	user's personal data so that it can be searched easily and quickly.
@@ -992,7 +1050,7 @@
     </document>
 
     <document doc_module="libtracker-module" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <subsection>api-datastorage</subsection>
       <_abstract>
 	Tracker is a tool designed to extract information and metadata about
 	user's personal data so that it can be searched easily and quickly.
@@ -1002,7 +1060,7 @@
     </document>
 
     <document doc_module="model" channel="devel" category="api">
-      <subsection>api-others</subsection>
+      <category>api-others</category>
     </document>
 
     <document doc_module="release-notes" channel="misc" old-channel="users">



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