[gnome-devel-docs] Initial outline for overview-ui



commit f6b8f252abb3e3a2a0b15c22bf52f3116a097a0c
Author: Michael Hill <mdhill gnome org>
Date:   Wed Jun 19 16:41:10 2013 -0400

    Initial outline for overview-ui

 new-platform-overview/overview-ui.page |   56 +++++++++++++++++++++++--------
 1 files changed, 41 insertions(+), 15 deletions(-)
---
diff --git a/new-platform-overview/overview-ui.page b/new-platform-overview/overview-ui.page
index adffd6b..aa70963 100644
--- a/new-platform-overview/overview-ui.page
+++ b/new-platform-overview/overview-ui.page
@@ -3,12 +3,12 @@
       id="overview-ui">
   <info>
     <link type="guide" xref="index" group="ui"/>
-    <revision version="0.1" date="2012-02-19" status="stub"/>
+    <revision version="0.1" date="2013-06-19" status="stub"/>
 
     <credit type="author copyright">
-      <name>Phil Bull</name>
-      <email>philbull gmail com</email>
-      <years>2012</years>
+      <name>Michael Hill</name>
+      <email>mdhillca gmail com</email>
+      <years>2013</years>
     </credit>
 
     <desc>Standard user interface elements, rendering, animation, and document display.</desc>
@@ -18,27 +18,37 @@
 
 <list>
  <item>
-  <p><em style="strong">Strong selling point #1</em></p>
+  <p><em style="strong">Use a single toolkit for all the widgets in your application</em></p>
  </item>
  <item>
-  <p><em style="strong">Strong selling point #2</em></p>
+  <p><em style="strong">Create fast, visually rich graphical interfaces</em></p>
  </item>
  <item>
-  <p><em style="strong">Strong selling point #3</em></p>
+  <p><em style="strong">Have high quality, antialiased and resolution-independent graphics</em></p>
+ </item>
+ <item>
+  <p><em style="strong">Easily add web functionality to your application</em></p>
+ </item>
+ <item>
+  <p><em style="strong">Access built-in assistive technologies</em></p>
  </item>
 </list>
 
 <p>Marketing blurb, info on what the platform offers.</p>
 
-<media type="image" mime="image/png" src="test_comm1.png" width="65%">
- <p>IMAGE</p>
-</media>
-
 <section id="what">
  <title>What can you do?</title>
  
- <p>For <em style="strong">action</em>, use <em style="strong"><link xref="blah">technology</link></em>.</p>
- 
+ <p>For <em style="strong">a single toolkit for all the widgets in your application</em>, use <em 
style="strong"><link xref="gtk">GTK+</link></em>.</p>
+
+ <p>To <em style="strong">create fast, visually rich graphical interfaces</em>, use <em style="strong"><link 
xref="clutter">Clutter</link></em>.</p>
+
+ <p>To <em style="strong">have high quality, antialiased and resolution-independent 2D graphics</em>, use 
<em style="strong"><link xref="cairo">Cairo</link></em>.</p>
+
+ <p>To <em style="strong">easily add web functionality to your application</em>, use <em 
style="strong"><link xref="webkit">WebKitGTK+</link></em>.</p>
+
+ <p>To <em style="strong">access built-in assistive technologies</em>, use <em style="strong"><link 
xref="atk">ATK</link></em>. Orca, Caribou OSK, GTK+ built-in accessibility tools.</p>
+
 </section>
 
 <section id="samples">
@@ -55,8 +65,24 @@
  <p>You can see lots of real-world applications of system integration in open source projects, like the 
examples given below.</p>
  <list>
   <item>
-   <p><em style="strong">XXX</em> is .</p>
-   <p>(<link href="xxx">Website</link> | <link href="xxx">Screenshot</link> | <link href="xxx">Source 
code</link> )</p>
+   <p><em style="strong">GTK+</em> is .</p>
+   <p>(<link href="http://www.gtk.org/";>Website</link> | <link href="xxx">Screenshot</link> | <link 
href="xxx">Source code</link> )</p>
+  </item>
+  <item>
+   <p><em style="strong">Clutter</em> is .</p>
+   <p>(<link href="https://live.gnome.org/Clutter";>Website</link> | <link href="xxx">Screenshot</link> | 
<link href="xxx">Source code</link> )</p>
+  </item>
+  <item>
+   <p><em style="strong">Cairo</em> is .</p>
+   <p>(<link href="http://cairographics.org/";>Website</link> | <link href="xxx">Screenshot</link> | <link 
href="xxx">Source code</link> )</p>
+  </item>
+  <item>
+   <p><em style="strong">WebKitGTK+</em> is .</p>
+   <p>(<link href="http://webkitgtk.org/";>Website</link> | <link href="xxx">Screenshot</link> | <link 
href="xxx">Source code</link> )</p>
+  </item>
+  <item>
+   <p><em style="strong">ATK</em> is .</p>
+   <p>(<link href="https://live.gnome.org/Accessibility";>Website</link> | <link href="xxx">Screenshot</link> 
| <link href="xxx">Source code</link> )</p>
   </item>
  </list>
 </section>


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