[gnome-devel-docs] programming-guidelines: Rearrange index page sections



commit c982a729d2d7e2d13f4ee2728346372d95401717
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Feb 9 20:13:04 2015 +0000

    programming-guidelines: Rearrange index page sections
    
    Split the pages up a little more in the index list, although the
    groupings are still fairly arbitrary.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=376123

 programming-guidelines/C/c-coding-style.page       |    2 +-
 programming-guidelines/C/databases.page            |    2 +-
 programming-guidelines/C/documentation.page        |    2 +-
 programming-guidelines/C/file-system.page          |    2 +-
 programming-guidelines/C/gerror.page               |    2 +-
 programming-guidelines/C/glist.page                |    2 +-
 programming-guidelines/C/index.page                |   24 ++++++++++++++++---
 programming-guidelines/C/introspection.page        |    2 +-
 programming-guidelines/C/logging.page              |    2 +-
 programming-guidelines/C/memory-management.page    |    2 +-
 programming-guidelines/C/namespacing.page          |    2 +-
 .../C/parallel-installability.page                 |    2 +-
 programming-guidelines/C/preconditions.page        |    2 +-
 programming-guidelines/C/threading.page            |    2 +-
 programming-guidelines/C/tooling.page              |    2 +-
 programming-guidelines/C/unit-testing.page         |    2 +-
 programming-guidelines/C/version-control.page      |    2 +-
 programming-guidelines/C/versioning.page           |    2 +-
 programming-guidelines/C/writing-good-code.page    |    2 +-
 19 files changed, 38 insertions(+), 22 deletions(-)
---
diff --git a/programming-guidelines/C/c-coding-style.page b/programming-guidelines/C/c-coding-style.page
index 5cde0ef..e5b25e0 100644
--- a/programming-guidelines/C/c-coding-style.page
+++ b/programming-guidelines/C/c-coding-style.page
@@ -4,7 +4,7 @@
       id="c-coding-style">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#general-guidelines"/>
 
     <credit type="author copyright">
       <name>Federico Mena-Quintero</name>
diff --git a/programming-guidelines/C/databases.page b/programming-guidelines/C/databases.page
index c92c4aa..9e95574 100644
--- a/programming-guidelines/C/databases.page
+++ b/programming-guidelines/C/databases.page
@@ -5,7 +5,7 @@
       id="databases">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/documentation.page b/programming-guidelines/C/documentation.page
index 1ed3904..c5f8897 100644
--- a/programming-guidelines/C/documentation.page
+++ b/programming-guidelines/C/documentation.page
@@ -5,7 +5,7 @@
       id="documentation">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#general-guidelines"/>
 
     <credit type="author copyright">
       <name>Federico Mena-Quintero</name>
diff --git a/programming-guidelines/C/file-system.page b/programming-guidelines/C/file-system.page
index f6b32e3..74b93d6 100644
--- a/programming-guidelines/C/file-system.page
+++ b/programming-guidelines/C/file-system.page
@@ -5,7 +5,7 @@
       id="file-system">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/gerror.page b/programming-guidelines/C/gerror.page
index 2fd4186..03360ae 100644
--- a/programming-guidelines/C/gerror.page
+++ b/programming-guidelines/C/gerror.page
@@ -5,7 +5,7 @@
       id="gerror">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/glist.page b/programming-guidelines/C/glist.page
index d974e36..17a4c20 100644
--- a/programming-guidelines/C/glist.page
+++ b/programming-guidelines/C/glist.page
@@ -5,7 +5,7 @@
       id="glist">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/index.page b/programming-guidelines/C/index.page
index 7244b50..52982f1 100644
--- a/programming-guidelines/C/index.page
+++ b/programming-guidelines/C/index.page
@@ -70,12 +70,28 @@
     </item>
   </list>
 
-  <section id="coding-style">
+  <section id="general-guidelines">
     <info>
-      <title type="link" role="trail">Coding Style</title>
+      <title type="link" role="trail">General Guidelines</title>
     </info>
-    <title>Coding Style</title>
-    <links type="topic" groups="coding-style" style="grid center"/>
+    <title>General Guidelines</title>
+    <links type="topic" groups="general-guidelines" style="grid center"/>
+  </section>
+
+  <section id="maintainer-guidelines">
+    <info>
+      <title type="link" role="trail">Maintainer Guidelines</title>
+    </info>
+    <title>Maintainer Guidelines</title>
+    <links type="topic" groups="maintainer-guidelines" style="grid center"/>
+  </section>
+
+  <section id="specific-how-tos">
+    <info>
+      <title type="link" role="trail">Specific How-Tos</title>
+    </info>
+    <title>Specific How-Tos</title>
+    <links type="topic" groups="specific-how-tos" style="grid center"/>
   </section>
 
   <section id="references">
diff --git a/programming-guidelines/C/introspection.page b/programming-guidelines/C/introspection.page
index 680bec8..a0c4fb7 100644
--- a/programming-guidelines/C/introspection.page
+++ b/programming-guidelines/C/introspection.page
@@ -4,7 +4,7 @@
       id="introspection">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/logging.page b/programming-guidelines/C/logging.page
index b0354f1..83ee488 100644
--- a/programming-guidelines/C/logging.page
+++ b/programming-guidelines/C/logging.page
@@ -5,7 +5,7 @@
       id="logging">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/memory-management.page b/programming-guidelines/C/memory-management.page
index 0e857e7..3f53d89 100644
--- a/programming-guidelines/C/memory-management.page
+++ b/programming-guidelines/C/memory-management.page
@@ -4,7 +4,7 @@
       id="memory-management">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#general-guidelines"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/namespacing.page b/programming-guidelines/C/namespacing.page
index adf7775..1b45c7b 100644
--- a/programming-guidelines/C/namespacing.page
+++ b/programming-guidelines/C/namespacing.page
@@ -4,7 +4,7 @@
       id="namespacing">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#maintainer-guidelines"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/parallel-installability.page 
b/programming-guidelines/C/parallel-installability.page
index 3a010fe..6611405 100644
--- a/programming-guidelines/C/parallel-installability.page
+++ b/programming-guidelines/C/parallel-installability.page
@@ -4,7 +4,7 @@
       id="parallel-installability">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#maintainer-guidelines"/>
 
     <credit type="author copyright">
       <name>Havoc Pennington</name>
diff --git a/programming-guidelines/C/preconditions.page b/programming-guidelines/C/preconditions.page
index 1967976..4b1e898 100644
--- a/programming-guidelines/C/preconditions.page
+++ b/programming-guidelines/C/preconditions.page
@@ -5,7 +5,7 @@
       id="preconditions">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/threading.page b/programming-guidelines/C/threading.page
index 36ee7bb..97f670d 100644
--- a/programming-guidelines/C/threading.page
+++ b/programming-guidelines/C/threading.page
@@ -5,7 +5,7 @@
       id="threading">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#specific-how-tos"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/tooling.page b/programming-guidelines/C/tooling.page
index 6da1f3e..a32391f 100644
--- a/programming-guidelines/C/tooling.page
+++ b/programming-guidelines/C/tooling.page
@@ -4,7 +4,7 @@
       id="tooling">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#general-guidelines"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/unit-testing.page b/programming-guidelines/C/unit-testing.page
index 74a1f0a..2b733a5 100644
--- a/programming-guidelines/C/unit-testing.page
+++ b/programming-guidelines/C/unit-testing.page
@@ -4,7 +4,7 @@
       id="unit-testing">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#general-guidelines"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/version-control.page b/programming-guidelines/C/version-control.page
index 665ab1c..9a050cd 100644
--- a/programming-guidelines/C/version-control.page
+++ b/programming-guidelines/C/version-control.page
@@ -4,7 +4,7 @@
       id="version-control">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#general-guidelines"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/versioning.page b/programming-guidelines/C/versioning.page
index fc609de..7dc8331 100644
--- a/programming-guidelines/C/versioning.page
+++ b/programming-guidelines/C/versioning.page
@@ -4,7 +4,7 @@
       id="versioning">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#maintainer-guidelines"/>
 
     <credit type="author copyright">
       <name>Philip Withnall</name>
diff --git a/programming-guidelines/C/writing-good-code.page b/programming-guidelines/C/writing-good-code.page
index 27e86c1..496d2f6 100644
--- a/programming-guidelines/C/writing-good-code.page
+++ b/programming-guidelines/C/writing-good-code.page
@@ -4,7 +4,7 @@
       id="writing-good-code">
 
   <info>
-    <link type="guide" xref="index#coding-style"/>
+    <link type="guide" xref="index#general-guidelines"/>
     
     <credit type="author copyright">
       <name>Federico Mena-Quintero</name>


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