[gnome-devel-docs] platform-demos: Added getting ready page (mostly linking to the wiki)
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] platform-demos: Added getting ready page (mostly linking to the wiki)
- Date: Mon, 21 Mar 2011 17:11:44 +0000 (UTC)
commit e0ac2492a8d5b5d090a9a6e4c09bbf9fb188f185
Author: Johannes Schmid <jhs gnome org>
Date: Mon Mar 21 12:59:42 2011 -0400
platform-demos: Added getting ready page (mostly linking to the wiki)
platform-demos/C/getting-ready.page | 62 +++++++++++++++++++++++++++++++++++
platform-demos/C/index.page | 4 ++
platform-demos/C/media/fedora.png | Bin 0 -> 5996 bytes
platform-demos/C/media/opensuse.png | Bin 0 -> 7776 bytes
platform-demos/C/media/ubuntu.png | Bin 0 -> 5725 bytes
platform-demos/Makefile.am | 6 +++-
6 files changed, 71 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/getting-ready.page b/platform-demos/C/getting-ready.page
new file mode 100644
index 0000000..123f7fa
--- /dev/null
+++ b/platform-demos/C/getting-ready.page
@@ -0,0 +1,62 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="getting-ready">
+
+ <info>
+ <link type="guide" xref="index#start"/>
+
+ <desc>Install GNOME development tools</desc>
+
+ <revision pkgversion="0.1" version="0.1" date="2011-03-21" status="review"/>
+ <credit type="author">
+ <name>GNOME Documentation Project</name>
+ <email>gnome-doc-list gnome org</email>
+ </credit>
+ </info>
+
+<title>Getting ready for GNOME development</title>
+
+<section>
+<title>Install the required tools</title>
+<p>Before you can start coding you will have to install the required tools for
+GNOME development on your computer. The instructions for the various
+distributions can be found in the
+<link href="http://live.gnome.org/DeveloperTools/Installation">GNOME wiki</link>.
+This shouldn't take you more than ten minutes. Click on the image to go directly
+to the installation page for your distribution:
+</p>
+<list>
+ <item><p>
+ <link href="http://live.gnome.org/DeveloperTools/Installation/Ubuntu">
+ <media type="image" mime="image/png" src="media/ubuntu.png"><p>Ubuntu</p></media>
+ </link></p>
+ </item>
+ <item><p>
+ <link href="http://live.gnome.org/DeveloperTools/Installation/Fedora">
+ <media type="image" mime="image/png" src="media/fedora.png"><p>Fedora</p></media>
+ </link></p>
+ </item>
+ <item><p>
+ <link href="http://live.gnome.org/DeveloperTools/Installation/OpenSuSE">
+ <media type="image" mime="image/png" src="media/opensuse.png"><p>OpenSuSE</p></media>
+ </link></p>
+ </item>
+ <item><p><link href="http://live.gnome.org/DeveloperTools/Installation">Others</link></p></item>
+</list>
+</section>
+
+<section>
+<title>Required versions</title>
+<p>The guides assume that you have at least the following versions of the tools
+installed:</p>
+<list>
+ <item><p>Anjuta - 3.0</p></item>
+ <item><p>Devhelp - 3.0</p></item>
+ <item><p>Glade - 3.10</p></item>
+</list>
+<p>Of course, any newer version will also work. Now, we wish you a lot of fun
+with the <link xref="index">Demos</link>.</p>
+</section>
+
+
+</page>
diff --git a/platform-demos/C/index.page b/platform-demos/C/index.page
index 36b1e00..e374fbb 100644
--- a/platform-demos/C/index.page
+++ b/platform-demos/C/index.page
@@ -18,6 +18,10 @@
<title>GNOME Developer Platform Demos</title>
+<section id="start">
+<title>Getting Ready</title>
+</section>
+
<section id="c">
<title>C</title>
</section>
diff --git a/platform-demos/C/media/fedora.png b/platform-demos/C/media/fedora.png
new file mode 100644
index 0000000..15b8f44
Binary files /dev/null and b/platform-demos/C/media/fedora.png differ
diff --git a/platform-demos/C/media/opensuse.png b/platform-demos/C/media/opensuse.png
new file mode 100644
index 0000000..ba1289e
Binary files /dev/null and b/platform-demos/C/media/opensuse.png differ
diff --git a/platform-demos/C/media/ubuntu.png b/platform-demos/C/media/ubuntu.png
new file mode 100644
index 0000000..52d9636
Binary files /dev/null and b/platform-demos/C/media/ubuntu.png differ
diff --git a/platform-demos/Makefile.am b/platform-demos/Makefile.am
index 16c43e3..25abcfd 100644
--- a/platform-demos/Makefile.am
+++ b/platform-demos/Makefile.am
@@ -4,7 +4,10 @@ DOC_ID = gnome-devel-demos
DOC_LINGUAS =
-DOC_FIGURES = \
+DOC_FIGURES = \
+ media/ubuntu.png \
+ media/fedora.png \
+ media/opensuse.png \
media/guitar-tuner.png \
media/guitar-tuner-glade.png \
media/guitar-tuner-pipeline.png \
@@ -16,6 +19,7 @@ DOC_FIGURES = \
DOC_ENTITIES =
DOC_PAGES = \
+ getting-started.page
guitar-tuner.c.page \
guitar-tuner.cpp.page \
guitar-tuner.py.page \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]