library-web r531 - in trunk: . data src



Author: fpeters
Date: Fri Oct 24 14:37:28 2008
New Revision: 531
URL: http://svn.gnome.org/viewvc/library-web?rev=531&view=rev

Log:
* data/overlay.xml.in, src/lgo.py: merge dirname-versioned-gtkdoc
documents together.  (closes: #557761)



Modified:
   trunk/ChangeLog
   trunk/data/overlay.xml.in
   trunk/src/lgo.py

Modified: trunk/data/overlay.xml.in
==============================================================================
--- trunk/data/overlay.xml.in	(original)
+++ trunk/data/overlay.xml.in	Fri Oct 24 14:37:28 2008
@@ -218,7 +218,7 @@
         <keyword>upcoming-deprecation</keyword>
       </keywords>
     </document>
-    <document doc_module="gnome-vfs-2.0" channel="devel" weight="0.15">
+    <document doc_module="gnome-vfs" channel="devel" weight="0.15">
       <subsection>api-platform</subsection>
       <_abstract>
         GnomeVFS is the core library used to access files and folders in GNOME
@@ -400,11 +400,11 @@
       </_abstract>
     </document>
 
-    <document doc_module="libgda-3.0" channel="devel" category="api">
+    <document doc_module="libgda" channel="devel" category="api">
       <subsection>api-others</subsection>
     </document>
 
-    <document doc_module="libgnomedb-3.0" channel="devel" category="api">
+    <document doc_module="libgnomedb" channel="devel" category="api">
       <subsection>api-others</subsection>
     </document>
 
@@ -680,9 +680,6 @@
            set to dash ("-") if it has not been translated -->
       <_href>http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html</_href>
     </document>
-    <document doc_module="gtksourceview-2.0" channel="devel">
-      <title>GtkSourceView 2.0 Reference Manual</title>
-    </document>
 
     <document doc_module="goocanvas" channel="devel" category="api">
       <subsection>api-others</subsection>
@@ -692,7 +689,7 @@
       <subsection>api-others</subsection>
     </document>
 
-    <document doc_module="libepc-1.0" channel="devel" category="api">
+    <document doc_module="libepc" channel="devel" category="api">
       <subsection>api-others</subsection>
       <_abstract>
         The Easy Publish and Consume library (libepc) provides an easy method

Modified: trunk/src/lgo.py
==============================================================================
--- trunk/src/lgo.py	(original)
+++ trunk/src/lgo.py	Fri Oct 24 14:37:28 2008
@@ -382,6 +382,9 @@
                 # lays madness, instead simply cut out the variable, such as
                 # gnome-scan- API_VERSION@ becomes gnome-scan.
                 self.modulename = self.modulename.split('@')[0].strip('-')
+            # remove the version part, so libsoup-2.4 is handled just like
+            # another version of libsoup
+            self.modulename = re.sub('-\d+\.\d+$', '', self.modulename)
         if nightly:
             self.nightly = True
             self.version = 'nightly'



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