[gnome-getting-started-docs] Add an early prototype



commit 35f4b53bd93898644a3e8d63b5dbca8980521e44
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 19 08:06:25 2012 -0400

    Add an early prototype
    
    This is just an attempt to prove that we can get close to the
    design with yelp. I expect all the content to be replaced.

 getting-started/C/apps.page                    |   15 +++++
 getting-started/C/change-wallpaper.page        |   13 +++++
 getting-started/C/figures/apps.png             |  Bin 0 -> 48927 bytes
 getting-started/C/figures/dash.png             |  Bin 0 -> 12637 bytes
 getting-started/C/figures/enter.png            |  Bin 0 -> 2497 bytes
 getting-started/C/figures/hot-corner.png       |  Bin 0 -> 10168 bytes
 getting-started/C/figures/hot-corner2.png      |  Bin 0 -> 6482 bytes
 getting-started/C/figures/keyboard.png         |  Bin 0 -> 21572 bytes
 getting-started/C/figures/online.png           |  Bin 0 -> 21949 bytes
 getting-started/C/figures/scrolling-touch.webm |  Bin 0 -> 2757267 bytes
 getting-started/C/figures/search.png           |  Bin 0 -> 36695 bytes
 getting-started/C/figures/super-key.png        |  Bin 0 -> 4850 bytes
 getting-started/C/google-account.page          |   13 +++++
 getting-started/C/install-software.page        |   13 +++++
 getting-started/C/launch-browser.page          |   68 ++++++++++++++++++++++++
 getting-started/C/online.page                  |   15 +++++
 getting-started/C/search.page                  |   15 +++++
 17 files changed, 152 insertions(+), 0 deletions(-)
---
diff --git a/getting-started/C/apps.page b/getting-started/C/apps.page
new file mode 100644
index 0000000..590c3e0
--- /dev/null
+++ b/getting-started/C/apps.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:ui="http://projectmallard.org/experimental/ui/";
+      type="guide" style="ui"
+      id="apps">
+
+  <info>
+   <link type="guide" xref="index" group="videos"/>
+   <title> role="trail" type="link">Where are my applications?</title>
+   <ui:thumb src="figures/apps.png"/>
+  </info>
+
+  <title>Where are my applications?</title>
+
+  <media type="video" src="figures/scrolling-touch.webm"/>
+</page>
diff --git a/getting-started/C/change-wallpaper.page b/getting-started/C/change-wallpaper.page
new file mode 100644
index 0000000..dc6a6c1
--- /dev/null
+++ b/getting-started/C/change-wallpaper.page
@@ -0,0 +1,13 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide" style="ui"
+      id="change-wallpaper">
+
+  <info>
+   <link type="guide" xref="index" group="tasks"/>
+   <title> role="trail" type="link">Change the wallpaper</title>
+  </info>
+
+  <title>Change the wallpaper</title>
+
+  <p>Blue stripes 4ever!</p>
+</page>
diff --git a/getting-started/C/figures/apps.png b/getting-started/C/figures/apps.png
new file mode 100644
index 0000000..cf19f24
Binary files /dev/null and b/getting-started/C/figures/apps.png differ
diff --git a/getting-started/C/figures/dash.png b/getting-started/C/figures/dash.png
new file mode 100644
index 0000000..7c4094b
Binary files /dev/null and b/getting-started/C/figures/dash.png differ
diff --git a/getting-started/C/figures/enter.png b/getting-started/C/figures/enter.png
new file mode 100644
index 0000000..c0d9f94
Binary files /dev/null and b/getting-started/C/figures/enter.png differ
diff --git a/getting-started/C/figures/hot-corner.png b/getting-started/C/figures/hot-corner.png
new file mode 100644
index 0000000..8abc15a
Binary files /dev/null and b/getting-started/C/figures/hot-corner.png differ
diff --git a/getting-started/C/figures/hot-corner2.png b/getting-started/C/figures/hot-corner2.png
new file mode 100644
index 0000000..2e956ef
Binary files /dev/null and b/getting-started/C/figures/hot-corner2.png differ
diff --git a/getting-started/C/figures/keyboard.png b/getting-started/C/figures/keyboard.png
new file mode 100644
index 0000000..5570393
Binary files /dev/null and b/getting-started/C/figures/keyboard.png differ
diff --git a/getting-started/C/figures/online.png b/getting-started/C/figures/online.png
new file mode 100644
index 0000000..8d001b0
Binary files /dev/null and b/getting-started/C/figures/online.png differ
diff --git a/getting-started/C/figures/scrolling-touch.webm b/getting-started/C/figures/scrolling-touch.webm
new file mode 100644
index 0000000..be86ad4
Binary files /dev/null and b/getting-started/C/figures/scrolling-touch.webm differ
diff --git a/getting-started/C/figures/search.png b/getting-started/C/figures/search.png
new file mode 100644
index 0000000..f7a9a0a
Binary files /dev/null and b/getting-started/C/figures/search.png differ
diff --git a/getting-started/C/figures/super-key.png b/getting-started/C/figures/super-key.png
new file mode 100644
index 0000000..6458b67
Binary files /dev/null and b/getting-started/C/figures/super-key.png differ
diff --git a/getting-started/C/google-account.page b/getting-started/C/google-account.page
new file mode 100644
index 0000000..896de66
--- /dev/null
+++ b/getting-started/C/google-account.page
@@ -0,0 +1,13 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide" style="ui"
+      id="google account">
+
+  <info>
+   <link type="guide" xref="index" group="tasks"/>
+   <title> role="trail" type="link">Set up a Google account</title>
+  </info>
+
+  <title>Set up a Google account</title>
+
+  <p>See Online accounts</p>
+</page>
diff --git a/getting-started/C/install-software.page b/getting-started/C/install-software.page
new file mode 100644
index 0000000..f0c95c8
--- /dev/null
+++ b/getting-started/C/install-software.page
@@ -0,0 +1,13 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide" style="ui"
+      id="install-software">
+
+  <info>
+   <link type="guide" xref="index" group="tasks"/>
+   <title> role="trail" type="link">Install Software</title>
+  </info>
+
+  <title>Install Software</title>
+
+  <p>There's an app for that...</p>
+</page>
diff --git a/getting-started/C/launch-browser.page b/getting-started/C/launch-browser.page
new file mode 100644
index 0000000..90503e0
--- /dev/null
+++ b/getting-started/C/launch-browser.page
@@ -0,0 +1,68 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide" style="ui"
+      id="shell-overview">
+
+  <info>
+   <link type="guide" xref="index" group="tasks"/>
+   <title> role="trail" type="link">Launch a Browser</title>
+  </info>
+
+  <title>Launch a Browser</title>
+
+<!--
+  <steps>
+    <title>Show Activities</title>
+
+   <item><p>Throw the pointer in the top left corner, or...</p></item>
+   <item><p>click on Activities, or...</p></item>
+   <item><p>press the logo key on the keyboard</p></item>
+  </steps>
+
+  <section><title>Show Activities</title>
+    <figure style="floatstart">
+      <desc>Throw the pointer in the top left corner, or...</desc>
+      <media type="image" src="figures/hot-corner.png"/>
+    </figure>
+    <figure style="floatstart">
+      <desc>click on Activities, or...</desc>
+      <media type="image" src="figures/hot-corner2.png"/>
+    </figure>
+    <figure style="floatstart">
+      <desc>press the logo key on the keyboard</desc>
+      <media type="image" src="figures/super-key.png"/>
+    </figure>
+  </section>
+
+-->
+
+  <section><title>Show Activities</title>
+    <p>
+      <media type="image" src="figures/hot-corner.png"/>
+     Throw the pointer in the top left corner, or...
+    </p>
+    <p>
+      <media type="image" src="figures/hot-corner2.png"/>
+      click on Activities. or...
+    </p>
+    <p>
+      <media type="image" src="figures/super-key.png"/>
+      press the Logo key on the keyboard
+    </p>
+  </section>
+
+  <section><title>Launch applications</title>
+    <p>
+      <media type="image" src="figures/dash.png"/>
+      Left click on the browser icon in the dash, or...
+    </p>
+    <p>
+      <media type="image" src="figures/keyboard.png"/>
+      just start typing 'web' and...
+    </p>
+    <p>
+      <media type="image" src="figures/enter.png"/>
+      press the Enter key
+    </p>
+  </section>
+
+</page>
diff --git a/getting-started/C/online.page b/getting-started/C/online.page
new file mode 100644
index 0000000..71938cb
--- /dev/null
+++ b/getting-started/C/online.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:ui="http://projectmallard.org/experimental/ui/";
+      type="guide" style="ui"
+      id="online">
+
+  <info>
+   <link type="guide" xref="index" group="videos"/>
+   <title> role="trail" type="link">Going online</title>
+   <ui:thumb src="figures/online.png"/>
+  </info>
+
+  <title>Going online</title>
+
+  <media type="video" src="figures/scrolling-touch.webm"/>
+</page>
diff --git a/getting-started/C/search.page b/getting-started/C/search.page
new file mode 100644
index 0000000..f618b04
--- /dev/null
+++ b/getting-started/C/search.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:ui="http://projectmallard.org/experimental/ui/";
+      type="guide" style="ui"
+      id="search">
+
+  <info>
+   <link type="guide" xref="index" group="videos"/>
+   <title> role="trail" type="link">Using search</title>
+   <ui:thumb src="figures/search.png"/>
+  </info>
+
+  <title>Using search</title>
+
+  <media type="video" src="figures/scrolling-touch.webm"/>
+</page>



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