[gnome-devel-docs/wip/dxhackfest2013] getting-started: add index.page



commit 3b91fae394dbc73e280c9607db10e73800038b59
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Fri Feb 1 10:36:59 2013 +0100

    getting-started: add index.page

 getting-started/C/first-gnome-application.page |    2 +-
 getting-started/C/index.page                   |   34 ++++++++++++++++++++++++
 getting-started/C/libraries-introduction.page  |    2 +-
 getting-started/Makefile.am                    |   10 +++---
 4 files changed, 41 insertions(+), 7 deletions(-)
---
diff --git a/getting-started/C/first-gnome-application.page b/getting-started/C/first-gnome-application.page
index 4f56cd0..c6b1b83 100644
--- a/getting-started/C/first-gnome-application.page
+++ b/getting-started/C/first-gnome-application.page
@@ -6,7 +6,7 @@
 
 <info>
   <title type="text">Writing Your First GNOME Application</title>
-  <link type="guide" xref="c"/>
+  <link type="guide" xref="index"/>
   <revision version="0.1" date="2013-01-31" status="stub"/>
 
   <desc>An introductory guide to writing a GNOME application.</desc>
diff --git a/getting-started/C/index.page b/getting-started/C/index.page
new file mode 100644
index 0000000..0186246
--- /dev/null
+++ b/getting-started/C/index.page
@@ -0,0 +1,34 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide" style="task"
+      id="index">
+
+<info>
+  <desc>Getting started developing with GNOME technologies.</desc>
+  <revision pkgversion="3.8" version="0.1" date="2013-01-31" status="incomplete"/>
+  <credit type="author">
+    <name>Shaun McCance</name>
+    <email>shaunm gnome org</email>
+    <!--<years>2005-2011</years>-->
+  </credit>
+  <credit type="collaborator">
+    <name>GermÃn PÃo-CaamaÃo</name>
+    <email>gpoo gnome org</email>
+    <!--<years>2011</years>-->
+  </credit>
+  <credit type="publisher">
+    <name>GNOME Foundation</name>
+    <page xmlns="http://xmlns.com/foaf/0.1/";>http://foundation.gnome.org/</page>
+  </credit>
+  <title type="link" role="trail">GNOME</title>
+</info>
+
+<title>Getting Started</title>
+
+<p>GNOME is a powerful but simple desktop environment with a strong focus
+on usability, accessibility, and internationalization.  GNOME is designed to
+be usable by everybody, regardless of technical expertise, disabilitites, or
+native language.  GNOME makes it easy for people to use their computers.</p>
+
+<links style="toronto"/>
+
+</page>
diff --git a/getting-started/C/libraries-introduction.page b/getting-started/C/libraries-introduction.page
index c52a75d..2b5dd7d 100644
--- a/getting-started/C/libraries-introduction.page
+++ b/getting-started/C/libraries-introduction.page
@@ -6,7 +6,7 @@
 
 <info>
   <title type="text">GNOME Libraries Introduction</title>
-  <link type="guide" xref="c"/>
+  <link type="guide" xref="index"/>
   <revision version="0.1" date="2013-01-31" status="stub"/>
 
   <desc>An introductory guide to GNOME application development libraries.</desc>
diff --git a/getting-started/Makefile.am b/getting-started/Makefile.am
index 616d26b..9dee3cd 100644
--- a/getting-started/Makefile.am
+++ b/getting-started/Makefile.am
@@ -3,11 +3,11 @@
 HELP_ID = gnome-devel-getting-started
 
 HELP_FILES =				\
-	c.page	                        \
-        first-gnome-application.page    \
+	index.page			\
+	first-gnome-application.page	\
 	libraries-introduction.page	\
 
 HELP_MEDIA =	\
-	media/fedora.png                \
-	media/opensuse.png              \
-	media/ubuntu.png                \
+	media/fedora.png		\
+	media/opensuse.png		\
+	media/ubuntu.png



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