[gnome-getting-started-docs] classic: Update some .page files



commit 2d9437b2947b0d34b310719d1f1a803a72e913dc
Author: Petr Kovar <pkovar redhat com>
Date:   Thu Jun 20 16:45:54 2013 +0200

    classic: Update some .page files
    
    classic has no videos.

 gnome-help/C/gs-browse-web-firefox.page        |   19 +++++++++++++++++++
 gnome-help/C/gs-change-date-time-timezone.page |   16 +++++++++++++++-
 gnome-help/C/gs-switch-tasks.page              |   24 ++++++++++++++++++++++++
 3 files changed, 58 insertions(+), 1 deletions(-)
---
diff --git a/gnome-help/C/gs-browse-web-firefox.page b/gnome-help/C/gs-browse-web-firefox.page
index d06fd67..e2183cb 100644
--- a/gnome-help/C/gs-browse-web-firefox.page
+++ b/gnome-help/C/gs-browse-web-firefox.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:if="http://projectmallard.org/if/1.0/";
       xmlns:ui="http://projectmallard.org/experimental/ui/";
       type="topic"
       style="ui"
@@ -20,6 +21,9 @@
 
   <title>Browse the web</title>
 
+<if:choose>
+<if:when test="!platform:gnome-classic">
+
     <media type="image" src="gs-web-browser1-firefox.svg" width="100%" />
 
     <steps>
@@ -34,6 +38,21 @@
     xref="gs-use-system-search">just typing</link> <em>Firefox</em> in the
     <gui>Activities Overview</gui>.</p></note>
 
+</if:when>
+<if:when test="platform:gnome-classic">
+
+    <media type="image" src="gs-web-browser1-firefox-classic.svg" width="100%" />
+
+    <steps>
+      <item><p>Click the <gui>Applications</gui> menu at the top left of the
+      screen.</p></item>
+      <item><p>From the menu, select <guiseq><gui>Internet</gui><gui>Firefox</gui>
+      </guiseq>.</p></item>
+    </steps>
+
+</if:when>
+</if:choose>
+
     <media type="image" src="gs-web-browser2-firefox.svg" width="100%" />
 
     <steps style="continues">
diff --git a/gnome-help/C/gs-change-date-time-timezone.page b/gnome-help/C/gs-change-date-time-timezone.page
index 22a82a8..3fd7411 100644
--- a/gnome-help/C/gs-change-date-time-timezone.page
+++ b/gnome-help/C/gs-change-date-time-timezone.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:if="http://projectmallard.org/if/1.0/";
       xmlns:ui="http://projectmallard.org/experimental/ui/";
       type="topic"
       style="ui"
@@ -21,6 +22,9 @@
 
   <title>Change the date, time and timezone</title>
 
+<if:choose>
+<if:when test="!platform:gnome-classic">
+
   <ui:overlay width="812" height="452">
   <media type="video" src="figures/gnome-timezone.webm" width="700" height="394">
     <ui:thumb src="gs-thumb-timezone.svg"/>
@@ -50,6 +54,11 @@
   </media>
   </ui:overlay>
 
+</if:when>
+<if:when test="platform:gnome-classic">
+</if:when>
+</if:choose>
+
   <section id="change-date-time">
     <title>Change the date, time and timezone</title>
 
@@ -57,7 +66,12 @@
     <item><p>Click the clock on the top bar.</p></item>
     <item><p>Select the <gui>Date &amp; Time Settings</gui> item.</p></item>
     <item>
-    <!--FIXME: changing timezone hopefully won't require authorization-->
+    
+    <comment>
+    <cite date="2013-06-20">pmkovar</cite>
+    <p>Changing timezone hopefully won't require authorization.</p>
+    </comment>
+
     <p>You may need to click the <gui>Unlock</gui> button and type the
      administrator's password.</p></item>
     <item><p>Click on your location on the map.</p>
diff --git a/gnome-help/C/gs-switch-tasks.page b/gnome-help/C/gs-switch-tasks.page
index b859e87..873c284 100644
--- a/gnome-help/C/gs-switch-tasks.page
+++ b/gnome-help/C/gs-switch-tasks.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:if="http://projectmallard.org/if/1.0/";
       xmlns:ui="http://projectmallard.org/experimental/ui/";
       type="topic" style="ui"
       id="gs-switch-tasks">
@@ -19,6 +20,9 @@
 
   <title>Switch tasks</title>
 
+<if:choose>
+<if:when test="!platform:gnome-classic">
+
   <ui:overlay width="812" height="452">
   <media type="video" src="figures/gnome-task-switching.webm" width="700" height="394">
     <ui:thumb src="gs-thumb-task-switching.svg"/>
@@ -82,9 +86,17 @@
   </media>
   </ui:overlay>
 
+</if:when>
+<if:when test="platform:gnome-classic">
+</if:when>
+</if:choose>
+
   <section id="switch-tasks-overview">
     <title>Switch tasks</title>
 
+<if:choose>
+<if:when test="!platform:gnome-classic">
+
   <steps>
     <item><p>Move your mouse pointer to the <gui>Activities</gui> corner at the
      top left of the screen to show the <gui>Activities Overview</gui> where you
@@ -92,6 +104,18 @@
      <item><p>Click a window to switch to that task.</p></item>
   </steps>
 
+</if:when>
+<if:when test="platform:gnome-classic">
+
+  <steps>
+    <item><p>You can switch between tasks by using the window list at the bottom
+     of the screen. Open tasks appear as buttons in the window list.</p></item>
+     <item><p>Click a button in the window list to switch to that task.</p></item>
+  </steps>
+
+</if:when>
+</if:choose>
+
   </section>
 
   <section id="switching-tasks-tiling">


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