[gnome-devel-docs] Style changes to make pages consistent



commit 394ffb60c30860852cdfbfcd55e6c6213d7ca56d
Author: Marta Maria Casetti <mmcasetti gmail com>
Date:   Tue Feb 26 11:39:35 2013 +0100

    Style changes to make pages consistent

 platform-demos/C/audio-player.vala.page    |    4 ++--
 platform-demos/C/beginner.c.page           |   13 +++++++++----
 platform-demos/C/beginner.js.page          |    9 +++++++--
 platform-demos/C/beginner.py.page          |    4 ++--
 platform-demos/C/beginner.vala.page        |   13 +++++++++----
 platform-demos/C/c.page                    |   18 +++++++++++++++++-
 platform-demos/C/cpp.page                  |   11 ++++++++++-
 platform-demos/C/guitar-tuner.c.page       |   11 ++++++++---
 platform-demos/C/guitar-tuner.cpp.page     |    9 +++++++--
 platform-demos/C/guitar-tuner.js.page      |    8 ++++----
 platform-demos/C/guitar-tuner.py.page      |    9 +++++++--
 platform-demos/C/guitar-tuner.vala.page    |   11 ++++++++---
 platform-demos/C/image-viewer.c.page       |   11 ++++++++---
 platform-demos/C/image-viewer.cpp.page     |    9 +++++++--
 platform-demos/C/image-viewer.js.page      |   14 +++++++++-----
 platform-demos/C/image-viewer.py.page      |    4 ++--
 platform-demos/C/image-viewer.vala.page    |   13 +++++++++----
 platform-demos/C/js.page                   |   23 ++++++++++++++++++++++-
 platform-demos/C/magic-mirror.vala.page    |   11 ++++++++---
 platform-demos/C/message-board.c.page      |   12 ++++++++----
 platform-demos/C/photo-wall.c.page         |   11 ++++++++---
 platform-demos/C/record-collection.js.page |   11 ++++++++---
 platform-demos/C/vala.page                 |   15 +++++++++++++++
 platform-demos/C/weatherApp.js.page        |   11 ++++++++---
 24 files changed, 202 insertions(+), 63 deletions(-)
---
diff --git a/platform-demos/C/audio-player.vala.page b/platform-demos/C/audio-player.vala.page
index d51787c..7083602 100644
--- a/platform-demos/C/audio-player.vala.page
+++ b/platform-demos/C/audio-player.vala.page
@@ -4,7 +4,7 @@
       id="audio-player.vala">
 
   <info>
-    <link type="guide" xref="vala"/>
+    <link type="guide" xref="vala#examples"/>
 
     <desc>Coming soon...</desc>
 
@@ -15,6 +15,6 @@
     </credit>
   </info>
 
-<title>3 Audio Player</title>
+<title>Audio player</title>
 
 </page>
diff --git a/platform-demos/C/beginner.c.page b/platform-demos/C/beginner.c.page
index 947bb41..d13a9de 100644
--- a/platform-demos/C/beginner.c.page
+++ b/platform-demos/C/beginner.c.page
@@ -5,8 +5,8 @@
       id="beginner.c">
 
 <info>
-  <title type="text">Beginner's Tutorials (C)</title>
-  <link type="guide" xref="c"/>
+  <title type="text">Tutorial for beginners (C)</title>
+  <link type="guide" xref="c#code-samples"/>
   <revision version="0.1" date="2012-02-19" status="stub"/>
 
   <desc>A beginner's guide to GUI programming using GTK+, including code samples and practice 
exercises.</desc>
@@ -15,9 +15,14 @@
     <email></email>
     <years></years>
   </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
 </info>
 
-<title>0 Beginner's Tutorials</title>
+<title>Tutorial for beginners and code samples</title>
 <synopsis>
  <p>Although these tutorials are designed for beginners, we can't cover all the basics.  Before attempting 
to follow these tutorials, you are expected to be familiar with the following concepts:</p>
 <list type="numbered">
@@ -48,7 +53,7 @@
   </steps>
  <note>
   <p>
-    For more information about compiling Gtk+ programs see <link 
href="http://developer.gnome.org/gtk3/3.4/gtk-compiling.html";>Compiling Gtk+ Applications on UNIX</link>.
+    For more information about compiling GTK+ programs see <link 
href="http://developer.gnome.org/gtk3/3.4/gtk-compiling.html";>Compiling Gtk+ Applications on UNIX</link>.
   </p>
   </note>
   <p>You can also use the Vala compiler to compile these samples:</p>
diff --git a/platform-demos/C/beginner.js.page b/platform-demos/C/beginner.js.page
index c64eaf4..6209e4d 100644
--- a/platform-demos/C/beginner.js.page
+++ b/platform-demos/C/beginner.js.page
@@ -3,7 +3,7 @@
       type="guide" style="task"
       id="beginner.js">
   <info>
-    <link type="guide" xref="js"/>
+    <link type="guide" xref="js#code-samples"/>
     <revision version="0.2" date="2012-06-10" status="draft"/>
 
     <credit type="author copyright">
@@ -11,11 +11,16 @@
       <email>ihmis suski gmail com</email>
       <years>2012</years>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasettii gmail com</email>
+      <years>2013</years>
+    </credit>
 
     <desc>A beginner's guide to writing GNOME applications in JavaScript, including code samples and 
practice exercises.</desc>
   </info>
 
-  <title>0 Beginner's tutorials and samples</title>
+  <title>Tutorial for beginners and code samples</title>
 <synopsis>
   <p>JavaScript is one of the most popular programming languages on the web. It's not just for the web, 
though. If you have even a basic understanding of JavaScript, you can write full-fledged applications for 
GNOME. <link href="https://live.gnome.org/GnomeDocuments";>GNOME Documents</link> is written in JavaScript, 
and so is <link href="https://live.gnome.org/GnomeShell/Tour";>GNOME Shell</link>, the most basic part of 
GNOME.</p>
   <note style="tip"><p>GNOME Shell is what you see when you click on "Activities" in the top-left corner of 
your screen. It also controls the clock and the rest of the top panel. Besides showing how you to write GNOME 
applications, these tutorials will also show you how to use JavaScript to write GNOME Shell extensions, which 
give it new features or change the way it does things.</p></note>
diff --git a/platform-demos/C/beginner.py.page b/platform-demos/C/beginner.py.page
index 40c3ce4..cc3e5bd 100644
--- a/platform-demos/C/beginner.py.page
+++ b/platform-demos/C/beginner.py.page
@@ -5,7 +5,7 @@
       id="beginner.py">
 
 <info>
-  <title type="text">Gtk Widget Sample Code and Tutorials (Python)</title>
+  <title type="text">GTK+ widgets sample code (Python)</title>
   <link type="guide" xref="py#code-samples"/>
   <revision version="0.1" date="2012-07-31" status="draft"/>
 
@@ -21,7 +21,7 @@
   </credit>
 </info>
 
-<title>Gtk Widget Sample Code and Tutorials</title>
+<title>GTK+ widgets sample code</title>
 <synopsis>
 <p>If you are a beginner and you would like a tutorial to guide you step by step in an exploration of what 
you can do with GTK+ 3, you should go to the <link xref="tutorial.py" /> page. If you are looking for a 
specific widget, you can find it in the sections below.</p>
 </synopsis>
diff --git a/platform-demos/C/beginner.vala.page b/platform-demos/C/beginner.vala.page
index 6ce35f8..b2037cb 100644
--- a/platform-demos/C/beginner.vala.page
+++ b/platform-demos/C/beginner.vala.page
@@ -5,8 +5,8 @@
       id="beginner.vala">
 
 <info>
-  <title type="text">Beginner Tutorials (Vala)</title>
-  <link type="guide" xref="vala"/>
+  <title type="text">Tutorial for beginners (Vala)</title>
+  <link type="guide" xref="vala#code-samples"/>
   <revision version="0.1" date="2012-02-19" status="stub"/>
 
   <desc>A beginner's guide to GUI programming using GTK+, including code samples and practice 
exercises.</desc>
@@ -14,9 +14,14 @@
     <name>Tiffany Antopolski</name>
     <email>tiffany antopolski gmail com</email>
   </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasettii gmail com</email>
+      <years>2013</years>
+    </credit>
 </info>
 
-<title>0 Beginner's Tutorials</title>
+<title>Tutorial for beginners and code samples</title>
 <synopsis>
  <p>Although these tutorials are designed for beginners, we can't cover all the basics.  Before attempting 
to follow these tutorials, you are expected to be familiar with the following concepts:</p>
 <list type="numbered">
@@ -29,7 +34,7 @@
   </item>
 </list>
 
-<p>By following these tutorials you will learn the basics of GUI programming using Gtk+.</p>
+<p>By following these tutorials you will learn the basics of GUI programming using GTK+.</p>
 </synopsis>
 
 <section id="tutorials">
diff --git a/platform-demos/C/c.page b/platform-demos/C/c.page
index 36ef2c2..e2335e8 100644
--- a/platform-demos/C/c.page
+++ b/platform-demos/C/c.page
@@ -12,6 +12,22 @@
   </credit>
 </info>
 
-<title>Tutorials, code samples, and plaform demos in C</title>
+<title>Tutorials, code samples and plaform demos in C</title>
+
+<links type="section" />
+
+<section id="code-samples">
+<title>Code samples and tutorial</title>
+
+
+</section>
+
+
+<section id="examples">
+<title>Examples of applications</title>
+
+
+</section>
+
 
 </page>
diff --git a/platform-demos/C/cpp.page b/platform-demos/C/cpp.page
index 9204c45..dce4f59 100644
--- a/platform-demos/C/cpp.page
+++ b/platform-demos/C/cpp.page
@@ -12,6 +12,15 @@
   </credit>
 </info>
 
-<title>Platform demos in C++</title>
+<title>Code samples and platform demos in C++</title>
+
+<links type="section" />
+
+<section id="examples">
+<title>Examples of applications</title>
+
+
+</section>
+
 
 </page>
diff --git a/platform-demos/C/guitar-tuner.c.page b/platform-demos/C/guitar-tuner.c.page
index 7a8ad0f..812284f 100644
--- a/platform-demos/C/guitar-tuner.c.page
+++ b/platform-demos/C/guitar-tuner.c.page
@@ -4,8 +4,8 @@
       id="guitar-tuner.c">
 
   <info>
-    <title type="text">Guitar Tuner (C)</title>
-    <link type="guide" xref="c"/>
+    <title type="text">Guitar tuner (C)</title>
+    <link type="guide" xref="c#examples"/>
 
     <desc>Use Gtk+ and GStreamer to build a simple guitar tuner application for GNOME. Shows off how to use 
the interface designer.</desc>
 
@@ -18,9 +18,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>Guitar Tuner</title>
+<title>Guitar tuner</title>
 
 <synopsis>
   <p>In this tutorial, we're going to make a program which plays tones that you can use to tune a guitar. 
You will learn how to:</p>
diff --git a/platform-demos/C/guitar-tuner.cpp.page b/platform-demos/C/guitar-tuner.cpp.page
index 466b1de..55fd595 100644
--- a/platform-demos/C/guitar-tuner.cpp.page
+++ b/platform-demos/C/guitar-tuner.cpp.page
@@ -3,7 +3,7 @@
       id="guitar-tuner.cpp">
 
   <info>
-    <link type="guide" xref="cpp"/>
+    <link type="guide" xref="cpp#examples"/>
 
     <desc>Use GTKmm and GStreamermm to build a simple guitar tuner application for GNOME. Shows off how to 
use the interface designer.</desc>
 
@@ -16,9 +16,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>Guitar Tuner</title>
+<title>Guitar tuner</title>
 
 <synopsis>
   <p>In this tutorial, we're going to make a program which plays tones that you can use to tune a guitar. 
You will learn how to:</p>
diff --git a/platform-demos/C/guitar-tuner.js.page b/platform-demos/C/guitar-tuner.js.page
index f4c5a8d..2d91db4 100644
--- a/platform-demos/C/guitar-tuner.js.page
+++ b/platform-demos/C/guitar-tuner.js.page
@@ -3,8 +3,8 @@
       type="guide" style="task"
       id="guitar-tuner.js">
   <info>
-  <title type="text">Guitar Tuner (JavaScript)</title>
-    <link type="guide" xref="js"/>
+  <title type="text">Guitar tuner (JavaScript)</title>
+    <link type="guide" xref="js#examples"/>
     <revision version="0.1" date="2012-03-09" status="stub"/>
 
     <credit type="author copyright">
@@ -13,10 +13,10 @@
       <years>2012</years>
     </credit>
 
-    <desc>Use Gtk+ and GStreamer to build a simple guitar tuner application for GNOME.</desc>
+    <desc>Use GTK+ and GStreamer to build a simple guitar tuner application for GNOME.</desc>
   </info>
 
-  <title>2 Guitar Tuner</title>
+  <title>Guitar tuner</title>
 
     <synopsis>
       <p>In this tutorial we'll construct a small application, Guitar Tuner, using JavaScript and GTK+ and 
GStreamer. To do and run all the code examples yourself, you need an editor to write code in, terminal and 
GNOME 3. or higher installed into your computer.</p>
diff --git a/platform-demos/C/guitar-tuner.py.page b/platform-demos/C/guitar-tuner.py.page
index 71d676c..2b15e9c 100644
--- a/platform-demos/C/guitar-tuner.py.page
+++ b/platform-demos/C/guitar-tuner.py.page
@@ -4,7 +4,7 @@
       id="guitar-tuner.py">
 
   <info>
-    <title type="text">Guitar Tuner (Python)</title>
+    <title type="text">Guitar tuner (Python)</title>
     <link type="guide" xref="py#examples"/>
 
     <desc>Use Gtk+ and GStreamer to build a simple guitar tuner application for GNOME. Shows off how to use 
the interface designer.</desc>
@@ -23,9 +23,14 @@
       <email>mmcasetti gmail com</email>
       <years>2013</years>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>Guitar Tuner</title>
+<title>Guitar tuner</title>
 
 <synopsis>
   <p>In this tutorial, we're going to make a program which plays tones that you can use to tune a guitar. 
You will learn how to:</p>
diff --git a/platform-demos/C/guitar-tuner.vala.page b/platform-demos/C/guitar-tuner.vala.page
index 34e729a..620f1a4 100644
--- a/platform-demos/C/guitar-tuner.vala.page
+++ b/platform-demos/C/guitar-tuner.vala.page
@@ -4,9 +4,9 @@
       id="guitar-tuner.vala">
 
   <info>
-    <link type="guide" xref="vala"/>
+    <link type="guide" xref="vala#examples"/>
 
-    <desc>Use <link href="http://developer.gnome.org/platform-overview/stable/gtk";>Gtk+</link> and <link 
href="http://developer.gnome.org/platform-overview/stable/gstreamer";>GStreamer</link> to build a simple 
guitar tuner application for GNOME. Shows off how to use the interface designer.</desc>
+    <desc>Use <link href="http://developer.gnome.org/platform-overview/stable/gtk";>GTK+</link> and <link 
href="http://developer.gnome.org/platform-overview/stable/gstreamer";>GStreamer</link> to build a simple 
guitar tuner application for GNOME. Shows off how to use the interface designer.</desc>
 
     <revision pkgversion="0.1" version="0.1" date="2012-02-09" status="candidate"/>
     <credit type="author">
@@ -21,9 +21,14 @@
       <name>Tiffany Antopolski</name>
       <email>tiffany antopolski gmail com</email>
     </credit>
+  <credit type="editor">
+    <name>Marta Maria Casetti</name>
+    <email>mmcasetti gmail com</email>
+    <years>2013</years>
+  </credit>
   </info>
 
-<title>2 Guitar Tuner</title>
+<title>Guitar tuner</title>
 
 <synopsis>
   <p>In this tutorial you will create an application which plays tones that you can use to tune a guitar. 
You will learn how to:</p>
diff --git a/platform-demos/C/image-viewer.c.page b/platform-demos/C/image-viewer.c.page
index 5ce1d95..68ca6dc 100644
--- a/platform-demos/C/image-viewer.c.page
+++ b/platform-demos/C/image-viewer.c.page
@@ -4,8 +4,8 @@
       id="image-viewer.c">
 
   <info>
-    <title type="text">Image Viewer (C)</title>
-    <link type="guide" xref="c"/>
+    <title type="text">Image viewer (C)</title>
+    <link type="guide" xref="c#examples"/>
 
     <desc>A little bit more than a simple "Hello world" Gtk application.</desc>
 
@@ -18,9 +18,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>Image Viewer</title>
+<title>Image viewer</title>
 
 <synopsis>
   <p>In this tutorial, you will learn:</p>
diff --git a/platform-demos/C/image-viewer.cpp.page b/platform-demos/C/image-viewer.cpp.page
index f6732c2..9b5f4d6 100644
--- a/platform-demos/C/image-viewer.cpp.page
+++ b/platform-demos/C/image-viewer.cpp.page
@@ -3,7 +3,7 @@
       id="image-viewer.cpp">
 
   <info>
-    <link type="guide" xref="cpp"/>
+    <link type="guide" xref="cpp#examples"/>
 
     <desc>A little bit more than a simple "Hello world" GTKmm application.</desc>
 
@@ -16,9 +16,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>Image Viewer</title>
+<title>Image viewer</title>
 
 <synopsis>
   <p>In this tutorial, you will learn:</p>
diff --git a/platform-demos/C/image-viewer.js.page b/platform-demos/C/image-viewer.js.page
index a8f8514..f32b380 100644
--- a/platform-demos/C/image-viewer.js.page
+++ b/platform-demos/C/image-viewer.js.page
@@ -4,10 +4,10 @@
       id="image-viewer.js">
 
   <info>
-  <title type="text">Image Viewer (JavaScript)</title>
-    <link type="guide" xref="js"/>
+  <title type="text">Image viewer (JavaScript)</title>
+    <link type="guide" xref="js#examples"/>
 
-    <desc>A little bit more than a simple "Hello world" application - write an image viewer in GTK. Includes 
an introduction to the JavaScript language.</desc>
+    <desc>A little bit more than a simple "Hello world" application - write an image viewer in GTK+. 
Includes an introduction to the JavaScript language.</desc>
 
     <revision pkgversion="0.1" version="0.1" date="2011-03-19" status="review"/>
     <credit type="author">
@@ -18,10 +18,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
-
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasettii gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>1 Image Viewer</title>
+<title>Image viewer</title>
 
 <synopsis>
   <p>In this tutorial, we're going to write a very simple GTK application that loads and displays an image 
file. You will learn how to:</p>
diff --git a/platform-demos/C/image-viewer.py.page b/platform-demos/C/image-viewer.py.page
index 69bd50a..5142dad 100644
--- a/platform-demos/C/image-viewer.py.page
+++ b/platform-demos/C/image-viewer.py.page
@@ -4,7 +4,7 @@
       id="image-viewer.py">
 
   <info>
-    <title type="text">Image Viewer (Python)</title>
+    <title type="text">Image viewer (Python)</title>
     <link type="guide" xref="py#examples"/>
 
     <desc>A little bit more than a simple "Hello world" application - write an image viewer in GTK. </desc>
@@ -25,7 +25,7 @@
     </credit>
   </info>
 
-<title>Image Viewer</title>
+<title>Image viewer</title>
 
 <synopsis>
   <p>In this tutorial, we're going to write a very simple GTK application that loads and displays an image 
file. You will learn how to:</p>
diff --git a/platform-demos/C/image-viewer.vala.page b/platform-demos/C/image-viewer.vala.page
index 971868c..42708e2 100644
--- a/platform-demos/C/image-viewer.vala.page
+++ b/platform-demos/C/image-viewer.vala.page
@@ -4,10 +4,10 @@
       id="image-viewer.vala">
 
   <info>
-  <title type="text">Image Viewer (Vala)</title>
-    <link type="guide" xref="vala"/>
+  <title type="text">Image viewer (Vala)</title>
+    <link type="guide" xref="vala#examples"/>
 
-    <desc>A little bit more than a simple "Hello world" Gtk application.</desc>
+    <desc>A little bit more than a simple "Hello world" GTK+ application.</desc>
 
     <revision pkgversion="0.1" version="0.1" date="2011-03-18" status="review"/>
     <credit type="author">
@@ -26,9 +26,14 @@
      <name>Tiffany Antopolski</name>
      <email>tiffany antopolski gmail com</email>
     </credit>
+  <credit type="editor">
+    <name>Marta Maria Casetti</name>
+    <email>mmcasetti gmail com</email>
+    <years>2013</years>
+  </credit>
   </info>
 
-<title>1 Image Viewer</title>
+<title>Image viewer</title>
 <synopsis>
   <p>In this tutorial you will create an application which opens and displays an image file. You will 
learn:</p>
   <list type="numbered">
diff --git a/platform-demos/C/js.page b/platform-demos/C/js.page
index 629e34e..ea8d731 100644
--- a/platform-demos/C/js.page
+++ b/platform-demos/C/js.page
@@ -5,14 +5,35 @@
 
 <info>
   <title type='link'>JavaScript</title>
-  <link type="guide" xref="index#tutorials"/>
+  <link type="guide" xref="index#tutorials" group="#first"/>
   <revision version="3.4" date="2012-04-28" status="stub"/>
   <credit type="editor">
     <name>Tiffany Antopolski</name>
     <email>tiffany antopolski gmail com</email>
   </credit>
+  <credit type="editor">
+    <name>Marta Maria Casetti</name>
+    <email>mmcasetti gmail com</email>
+    <years>2013</years>
+  </credit>
+  <credit type="editor">
+    <name>Ekaterina Gerasimova</name>
+    <email>kittykat3756 gmail com</email>
+  </credit>
 </info>
 
 <title>Tutorials, code samples and platform demos in JavaScript</title>
 
+<links type="sections"/>
+
+<section id="code-samples">
+<title>Code samples and tutorials</title>
+
+</section>
+
+<section id="examples">
+<title>Examples of applications</title>
+
+</section>
+
 </page>
diff --git a/platform-demos/C/magic-mirror.vala.page b/platform-demos/C/magic-mirror.vala.page
index c7bfbb2..e7117be 100644
--- a/platform-demos/C/magic-mirror.vala.page
+++ b/platform-demos/C/magic-mirror.vala.page
@@ -4,8 +4,8 @@
       id="magic-mirror.vala">
 
   <info>
-  <title type="text">Magic Mirror (Vala)</title>
-    <link type="guide" xref="vala"/>
+  <title type="text">Magic mirror (Vala)</title>
+    <link type="guide" xref="vala#examples"/>
 
     <desc>Use your webcam as a mirror using the GStreamer framework and Gtk+</desc>
 
@@ -18,9 +18,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>4 Magic Mirror</title>
+<title>Magic mirror</title>
 
 <synopsis>
   <p><em>Your mirror just fell off the wall and broke into a thousand pieces &#x2014; but you need a mirror 
to shave your beard off or add some makeup! You only have 15 minutes left before catching the bus to work. So 
what can you do?</em></p>
diff --git a/platform-demos/C/message-board.c.page b/platform-demos/C/message-board.c.page
index c79ce9c..0a72ea5 100644
--- a/platform-demos/C/message-board.c.page
+++ b/platform-demos/C/message-board.c.page
@@ -4,8 +4,8 @@
       id="message-board.c">
 
   <info>
-    <title type="text">Message Board (C)</title>
-    <link type="guide" xref="c"/>
+    <title type="text">Message board (C)</title>
+    <link type="guide" xref="c#examples"/>
 
     <desc>A simple program using WebKitGTK+ and the DOM.</desc>
 
@@ -15,10 +15,14 @@
       <email>shaunm gnome org</email>
       <years>2010</years>
     </credit>
-
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>Message Board</title>
+<title>Message board</title>
 
 <synopsis>
   <p>In this tutorial, you will learn:</p>
diff --git a/platform-demos/C/photo-wall.c.page b/platform-demos/C/photo-wall.c.page
index 09bb996..284d8fb 100644
--- a/platform-demos/C/photo-wall.c.page
+++ b/platform-demos/C/photo-wall.c.page
@@ -3,8 +3,8 @@
       type="topic"
       id="photo-wall.c">
   <info>
-    <title type="text">Photo Wall (C)</title>
-    <link type="guide" xref="c"/>
+    <title type="text">Photo wall (C)</title>
+    <link type="guide" xref="c#examples"/>
 
     <desc>A Clutter image viewer</desc>
 
@@ -17,9 +17,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>Photo Wall</title>
+<title>Photo wall</title>
 
 <synopsis>
   <p>For this example we will build a simple image viewer using Clutter. You will learn:</p>
diff --git a/platform-demos/C/record-collection.js.page b/platform-demos/C/record-collection.js.page
index cc1bd16..43cdb9b 100644
--- a/platform-demos/C/record-collection.js.page
+++ b/platform-demos/C/record-collection.js.page
@@ -4,8 +4,8 @@
       id="record-collection.js">
 
   <info>
-  <title type="text">Record Collection (JavaScript)</title>
-    <link type="guide" xref="js"/>
+  <title type="text">Record collection (JavaScript)</title>
+    <link type="guide" xref="js#examples"/>
 
     <desc>Create a small database application for ordering your music collection</desc>
 
@@ -18,9 +18,14 @@
       <name>Johannes Schmid</name>
       <email>jhs gnome org</email>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasettii gmail com</email>
+      <years>2013</years>
+    </credit>
   </info>
 
-<title>3 Record Collection</title>
+<title>Record collection</title>
 
 <synopsis>
   <p>In this tutorial, you will learn:</p>
diff --git a/platform-demos/C/vala.page b/platform-demos/C/vala.page
index c374946..7f9ed3b 100644
--- a/platform-demos/C/vala.page
+++ b/platform-demos/C/vala.page
@@ -10,8 +10,23 @@
     <name>Tiffany Antopolski</name>
     <email>tiffany antopolski gmail com</email>
   </credit>
+  <credit type="editor">
+    <name>Marta Maria Casetti</name>
+    <email>mmcasetti gmail com</email>
+    <years>2013</years>
+  </credit>
 </info>
 
 <title>Tutorials, code samples and platform demos in Vala</title>
 
+<links type="section" />
+
+<section id="code-samples">
+<title>Code samples and tutorial</title>
+</section>
+
+<section id="examples">
+<title>Examples of applications</title>
+</section>
+
 </page>
diff --git a/platform-demos/C/weatherApp.js.page b/platform-demos/C/weatherApp.js.page
index e8add0c..709be97 100644
--- a/platform-demos/C/weatherApp.js.page
+++ b/platform-demos/C/weatherApp.js.page
@@ -3,8 +3,8 @@
       type="guide" style="task"
       id="weatherApp.js">
   <info>
-  <title type="text">Weather Application (JavaScript)</title>
-    <link type="guide" xref="js"/>
+  <title type="text">Weather application (JavaScript)</title>
+    <link type="guide" xref="js#examples"/>
     <revision version="0.1" date="2012-03-09" status="stub"/>
 
     <credit type="author copyright">
@@ -12,13 +12,18 @@
       <email>ihmis suski gmail com</email>
       <years>2012</years>
     </credit>
+    <credit type="editor">
+      <name>Marta Maria Casetti</name>
+      <email>mmcasetti gmail com</email>
+      <years>2013</years>
+    </credit>
 
     <desc> How to plan an application that uses asynchronous calls. Asynchronous calls will be presented 
through a weather application.
     </desc>
 
   </info>
 
-  <title>4 Weather Application</title>
+  <title>Weather application</title>
   <synopsis>
     <p>In this guide well construct a weather application using asynchronous calls. Weather information in 
this example is fetched from geonames.org and the application is using the <link href= 
"http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code:_E";>ICAO codes </link> to place your weather 
request. To write and run all the code examples yourself, you need an editor to write code in, Terminal and 
GNOME 3 or higher installed into your computer. In this guide we we'll go through the following parts:</p>
 


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