[gnome-devel-docs] Added stubs for OpenSuSE documentation



commit 7423f33ed7b9ceb10dc664a1f4c3c76e23525d9e
Author: Johannes Schmid <jhs gnome org>
Date:   Sun Dec 5 15:03:33 2010 +0100

    Added stubs for OpenSuSE documentation

 articles/devtools-install/C/fedora.page |   10 ++++----
 articles/devtools-install/C/ubuntu.page |    8 +++---
 articles/devtools-install/opensuse.page |   34 +++++++++++++++++++++++++++++++
 demos/C/index.page                      |    1 +
 4 files changed, 44 insertions(+), 9 deletions(-)
---
diff --git a/articles/devtools-install/C/fedora.page b/articles/devtools-install/C/fedora.page
index 2912d2d..84bcd19 100644
--- a/articles/devtools-install/C/fedora.page
+++ b/articles/devtools-install/C/fedora.page
@@ -17,14 +17,14 @@
 
 <title>Install and set up development environment on Fedora</title>
 
-<section>
-  <title>Check your version</title>
-  <p>Please make sure that you are running the latest version of Fedora. Development usually requires up-to-date
+<note>
+  <p>Please make sure that you are running the latest version of 
+    <a href="http://www.fedoraproject.org";>Fedora</a>. Development usually requires up-to-date
      libraries and tools. It doesn't make sense to do development on older versions of Fedora.</p>
-</section>
+</note>
 
 <section>
-  <title>Installing Anjuta IDE</title>
+  <title>Installing <a href="http://www.anjuta.org";>Anjuta IDE</a></title>
   <steps>
     <item><p>Start <app>Add/Remove Software</app> from the menu</p></item>
     <item><p>Type <em>anjuta</em> into the search box</p></item>
diff --git a/articles/devtools-install/C/ubuntu.page b/articles/devtools-install/C/ubuntu.page
index 48e1a31..a2b833e 100644
--- a/articles/devtools-install/C/ubuntu.page
+++ b/articles/devtools-install/C/ubuntu.page
@@ -17,11 +17,11 @@
 
 <title>Install and set up development environment on Ubuntu</title>
 
-<section>
-  <title>Check your version</title>
-  <p>Please make sure that you are running the latest version of Ubuntu. Development usually requires up-to-date
+<note>
+  <p>Please make sure that you are running the latest version of 
+    <a href="http://www.ubuntu.com";>Ubuntu</a>. Development usually requires up-to-date
      libraries and tools. It doesn't make sense to do development on older versions of Ubuntu.</p>
-</section>
+</note>
 
 <section>
   <title>Installing Anjuta IDE</title>
diff --git a/articles/devtools-install/opensuse.page b/articles/devtools-install/opensuse.page
new file mode 100644
index 0000000..bc7dce7
--- /dev/null
+++ b/articles/devtools-install/opensuse.page
@@ -0,0 +1,34 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="opensuse">
+
+  <info>
+    <link type="guide" xref="index"/>
+  
+    <desc>This tutorial will show you how to install the GNOME development tools on OpenSuSE</desc>
+    
+    <revision pkgversion="0.1" version="0.1" date="2010-12-02" status="stub"/>
+    <credit type="author">
+      <name>GNOME Documentation Project</name>
+      <email>gnome-doc-list gnome org</email>
+    </credit>
+    
+  </info>
+
+<title>Install and set up development environment on OpenSuSE</title>
+
+<note>
+  <p>Please make sure that you are running the latest version of 
+    <a href="http://www.opensuse.org";>OpenSuSE</a>. Development usually requires up-to-date
+     libraries and tools. It doesn't make sense to do development on older versions of OpenSuSE.</p>
+</note>
+
+<section>
+  <title>Installing Anjuta IDE</title>
+</section>
+
+<section>
+  <title>Install development libraries</title>
+</section>
+
+</page>
diff --git a/demos/C/index.page b/demos/C/index.page
index 3b9e0d8..104fe5c 100644
--- a/demos/C/index.page
+++ b/demos/C/index.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:e="http://projectmallard.org/experimental/";
       type="guide"
       id="index">
 <info>



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