[library-web] move c++ guides into their own section



commit e5037b6b85c0f61f889b153f46bdd7e79c3d4ca6
Author: Frédéric Péters <fpeters 0d be>
Date:   Fri Sep 5 10:36:43 2014 +0200

    move c++ guides into their own section

 data/catalog.xml.in |    1 +
 data/overlay.xml.in |    9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/catalog.xml.in b/data/catalog.xml.in
index eae21b1..9ee11b2 100644
--- a/data/catalog.xml.in
+++ b/data/catalog.xml.in
@@ -28,6 +28,7 @@ find information on tools and methods to work with many GNOME desktops.
   <_msgstr msgid="whitepapers">White Papers</_msgstr>
   <_msgstr msgid="guides">Guides</_msgstr>
   <_msgstr msgid="devel-guides">Development Guides</_msgstr>
+  <_msgstr msgid="c++-development">C++ Development</_msgstr>
   <_msgstr msgid="manuals">Manuals</_msgstr>
   <_msgstr msgid="tutorials">Tutorials</_msgstr>
   <_msgstr msgid="faqs">Frequently Asked Questions</_msgstr>
diff --git a/data/overlay.xml.in b/data/overlay.xml.in
index 9830308..7405e1f 100644
--- a/data/overlay.xml.in
+++ b/data/overlay.xml.in
@@ -3,7 +3,7 @@
   <subsections>
     <subindexes channel="devel">
       <subindex id="guides" weight="1">
-        <sections>overview gdp-documentation tutorials faqs devel-guides ApplicationsProgramming</sections>
+        <sections>overview gdp-documentation tutorials faqs devel-guides ApplicationsProgramming 
c++-development</sections>
         <_title>Guides</_title>
         <_abstract>
           A growing selection of development guides on common topics.
@@ -69,6 +69,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="c++-development" weight="0.1"/>
     <subsection channel="devel" id="Other" weight="0"/>
     <subsection channel="devel" id="api-others" weight="0">
       <_title>Others</_title>
@@ -962,13 +963,13 @@
     </document>
 
     <document doc_module="gtkmm-tutorial" old-channel="users" channel="devel">
-      <category>devel-guides</category>
+      <category>c++-development</category>
     </document>
 
     <document matching_tarball="libsigc++" dir="/docs/manual/html/"
         doc_module="libsigc++-tutorial" channel="devel">
       <_title>libsigc++ Tutorial</_title>
-      <category>devel-guides</category>
+      <category>c++-development</category>
     </document>
 
     <document matching_tarball="clutter" dir="doc/cookbook/html/"
@@ -1024,7 +1025,7 @@
     <document matching_tarball="libxml++" dir="/docs/manual/html/"
         doc_module="libxml++-tutorial" channel="devel">
       <_title>libxml++ Tutorial</_title>
-      <category>devel-guides</category>
+      <category>c++-development</category>
     </document>
 
     <document doc_module="java-gnome" channel="devel" category="api-bindings">


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