library-web r503 - in trunk: . data



Author: fpeters
Date: Tue Sep 30 13:00:31 2008
New Revision: 503
URL: http://svn.gnome.org/viewvc/library-web?rev=503&view=rev

Log:
* data/catalog.xml.in, data/overlay.xml.in: moved optimization guide to
its proper devel section, together with other documents.
(closes: #554423)



Modified:
   trunk/ChangeLog
   trunk/data/catalog.xml.in
   trunk/data/overlay.xml.in

Modified: trunk/data/catalog.xml.in
==============================================================================
--- trunk/data/catalog.xml.in	(original)
+++ trunk/data/catalog.xml.in	Tue Sep 30 13:00:31 2008
@@ -24,9 +24,9 @@
   <_msgstr msgid="langinfo">Available Languages:</_msgstr>
   <_msgstr msgid="availableversions">Available Versions:</_msgstr>
   <_msgstr msgid="api">API References</_msgstr>
-  <_msgstr msgid="guidelines">Guidelines</_msgstr>
   <_msgstr msgid="whitepapers">White Papers</_msgstr>
   <_msgstr msgid="guides">Guides</_msgstr>
+  <_msgstr msgid="devel-guides">Development Guides</_msgstr>
   <_msgstr msgid="manuals">Manuals</_msgstr>
   <_msgstr msgid="tutorials">Tutorials</_msgstr>
   <_msgstr msgid="faqs">Frequently Asked Questions</_msgstr>

Modified: trunk/data/overlay.xml.in
==============================================================================
--- trunk/data/overlay.xml.in	(original)
+++ trunk/data/overlay.xml.in	Tue Sep 30 13:00:31 2008
@@ -3,7 +3,7 @@
   <subsections>
     <subindexes channel="devel">
       <subindex id="guides" weight="1">
-        <sections>overview guidelines whitepapers gdp-documentation tutorials faqs</sections>
+        <sections>overview whitepapers gdp-documentation tutorials faqs devel-guides</sections>
         <_title>Guides</_title>
         <_abstract>
           The guides provide the common practices used in code and interface
@@ -33,7 +33,7 @@
 
     <!-- devel channel -->
     <subsection channel="devel" id="overview" weight="1"/>
-    <subsection channel="devel" id="guidelines" weight="0.9"/>
+    <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" weight="0.8"/>
@@ -84,7 +84,7 @@
            set to dash ("-") if it has not been translated -->
       <_href>http://developer.gnome.org/doc/whitepapers/nautilus/nautilus-internals.html</_href>
     </document>
-    <document channel="devel" category="guidelines">
+    <document channel="devel" category="devel-guides">
       <_title>Accessibility for Developers</_title>
       <_abstract>
         This document tells you how to make GNOME applications accessible.
@@ -464,10 +464,13 @@
       <category>overview</category>
     </document>
     <document doc_module="hig-book" old-channel="users" channel="devel">
-      <category>guidelines</category>
+      <category>devel-guides</category>
     </document>
     <document doc_module="integration-guide" old-channel="users" channel="devel">
-      <category>overview</category>
+      <category>devel-guides</category>
+    </document>
+    <document doc_module="optimization-guide" old-channel="users" channel="devel">
+      <category>devel-guides</category>
     </document>
     <document doc_module="gdp-handbook" old-channel="users" channel="devel">
       <category>gdp-documentation</category>



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