[gnome-devel-docs] Start reworking the index



commit 1b6cafbda98adbc66d4c7731794d1ef622c52f12
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Tue Jun 18 16:09:10 2013 -0400

    Start reworking the index

 new-platform-overview/equation.png                 |  Bin 17579 -> 17396 bytes
 new-platform-overview/index.page                   |  105 +++++++++-----------
 new-platform-overview/overview-gettingstarted.page |    5 +-
 3 files changed, 50 insertions(+), 60 deletions(-)
---
diff --git a/new-platform-overview/equation.png b/new-platform-overview/equation.png
index 295d843..2f11f45 100644
Binary files a/new-platform-overview/equation.png and b/new-platform-overview/equation.png differ
diff --git a/new-platform-overview/index.page b/new-platform-overview/index.page
index 7026f79..dd8e8fa 100644
--- a/new-platform-overview/index.page
+++ b/new-platform-overview/index.page
@@ -2,71 +2,60 @@
       type="guide" style="task"
       id="index">
 
-<info>
-  <desc>Overview of the powerful technologies inside the GNOME platform for developers.</desc>
-  <revision pkgversion="2.24" version="0.1" date="2007-03-16" status="incomplete"/>
-  <revision pkgversion="3.0" version="0.2" date="2011-03-18" status="incomplete"/>
-  <revision pkgversion="3.10" version="0.9" date="2013-05-23" status="incomplete"/>
-  <credit type="author">
-    <name>Shaun McCance</name>
-    <email>shaunm gnome org</email>
-    <!--<years>2005-2011</years>-->
-  </credit>
-  <credit type="author">
-    <name>Phil Bull</name>
-    <email>philbull gmail com</email>
-    <!--<years>2012</years>-->
-  </credit>
-  <credit type="author">
-    <name>Federico Mena-Quintero</name>
-    <email>federico gnome org</email>
-    <!--<years>2012</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>
-  <include href="cc-by-sa-3-0.xml" xmlns="http://www.w3.org/2001/XInclude"/>
-</info>
-
-<title>Developer's Overview of the GNOME Platform</title>
+  <info>
+    <revision pkgversion="2.24" version="0.1" date="2007-03-16" status="incomplete"/>
+    <revision pkgversion="3.0" version="0.2" date="2011-03-18" status="incomplete"/>
+    <revision pkgversion="3.10" version="0.9" date="2013-06-17" status="incomplete"/>
+    <credit type="author">
+      <name>Shaun McCance</name>
+      <email>shaunm gnome org</email>
+      <years>2005-2011</years>
+    </credit>
+    <credit type="author">
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
+      <years>2012</years>
+    </credit>
+    <credit type="author">
+      <name>Federico Mena-Quintero</name>
+      <email>federico gnome org</email>
+      <years>2012</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>
+    <credit type="author">
+      <name>Ekaterina Gerasimova</name>
+      <email>kittykat3756 gmail com</email>
+      <years>2013</years>
+    </credit>
 
+    <include href="cc-by-sa-3-0.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-<media src="equation.png" width="90%">
- <p>GNOME equation</p>
-</media>
+    <desc>Overview of the powerful technologies inside the GNOME platform for developers.</desc>
 
-<p>GNOME is a powerful 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>
+    <title type="link" role="trail">GNOME</title>
+</info>
 
-<p>In addition to the desktop environment, GNOME also provides a
-development platform to write applications for that desktop.  All of
-GNOME's core utilities such as the text editor (GEdit) and file
-manager (Nautilus) are built using this development platform.  Large
-applications like Evolution and Inkscape can also be built using
-GNOME's platform libraries.</p>
+  <title>Develop for the GNOME Platform</title>
 
-<p>The most fundamental part of GNOME is the <link xref="gtk">GTK+
-toolkit</link>.  It provides the basic, graphical widget toolkit that
-all GNOME applications use.</p>
+<media src="equation.png">
+  <p>The GNOME equation: computer + GNOME = heart</p>
+</media>
 
-<p>Simple graphical applications can be written directly using only GTK+.
-However, programs that require deeper integration with the rest of
-GNOME's services, for example, to store passwords in secure storage,
-or to access the user's addressbook, will need to use other GNOME
-libraries as well as GTK+.</p>
+  <p>Welcome to the GNOME developer overview. GNOME offers a range of tools
+  that can be used in your application.</p>
 
-<p>This document provides a high-level overview of the GNOME platform
-and its libraries, along with links to reference documentation for
-each part of the platform.</p>
+<section id="start" style="2column">
+  <title>Get started</title>
+  <p></p>
+</section>
 
 <section id="overview" style="2column">
  <info>
diff --git a/new-platform-overview/overview-gettingstarted.page 
b/new-platform-overview/overview-gettingstarted.page
index 5f90dee..154cf16 100644
--- a/new-platform-overview/overview-gettingstarted.page
+++ b/new-platform-overview/overview-gettingstarted.page
@@ -1,9 +1,10 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="topic" style="task"
-      id="overview-gettingstarted">
+      id="get-started">
+
   <info>
   
-    <link type="guide" xref="index#overview" group="#first" />
+    <link type="guide" xref="index#start" group="#first" />
     <revision version="0.1" date="2012-02-19" status="stub"/>
 
     <credit type="author copyright">


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