[cheese] Update help for 3.8



commit 1f04c071a40eb46d4a08cba51f1ab479b9c55f32
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Mon Apr 15 22:29:02 2013 +0100

    Update help for 3.8
    
    Mark author emails as not translatable. Correct "version" to
    "pkgversion" in revision tags. Update instructions for app menu and new
    preference dialog tabs. Stub mode-wide.page because the instructions are
    wrong.

 help/C/{pref-burst-mode.page => burst-mode.page}   | 19 +++++++++------
 help/C/introduction.page                           | 14 ++++++-----
 help/C/{mode-wide.page => mode-wide.page.stub}     |  6 +++++
 help/C/photo-take.page                             | 17 ++++++++------
 help/C/pref-countdown.page                         | 16 ++++++++-----
 help/C/pref-flash.page                             | 18 +++++++++------
 help/C/pref-image-properties.page                  | 21 +++++++++--------
 ...-photo-resolution.page => pref-resolution.page} | 13 +++++++----
 help/C/video-record.page                           | 27 ++++++++++++++--------
 help/Makefile.am                                   |  5 ++--
 10 files changed, 96 insertions(+), 60 deletions(-)
---
diff --git a/help/C/pref-burst-mode.page b/help/C/burst-mode.page
similarity index 76%
rename from help/C/pref-burst-mode.page
rename to help/C/burst-mode.page
index ba2ea1d..c7ce5cf 100644
--- a/help/C/pref-burst-mode.page
+++ b/help/C/burst-mode.page
@@ -1,19 +1,22 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
-      id="pref-burst-mode">
+      id="burst-mode">
+
   <info>
-    <link type="guide" xref="index#main"/>
-    <revision version="3.0" date="2011-08-24" status="candidate"/>
-    <revision version="3.1" date="2011-09-05" status="review"/>
+    <link type="guide" xref="index#main" group="#first"/>
+    <revision pkgversion="3.0" date="2011-08-24" status="candidate"/>
+    <revision pkgversion="3.1" date="2011-09-05" status="review"/>
+    <revision pkgversion="3.8" date="2013-04-15" status="review"/>
 
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">>yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">>kittykat3756 gmail com</email>
     </credit>
 
     <desc><gui>Burst mode</gui> takes several photos rapidly. Change your pose
@@ -49,12 +52,14 @@
   of the delay between the photos:</p>
   <steps>
     <item>
-      <p>Click <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>.</p>
+      <p>Select
+      <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Capture</gui></guiseq>.</p>
     </item>
     <item>
       <p>Change the options under <gui>Burst mode</gui> and click <gui>Close</gui>.</p>
     </item>
   </steps>
+
   <note>
     <p>The delay is between the last photo taken and the start of the countdown
     for the next photo, not between two photos.</p>
diff --git a/help/C/introduction.page b/help/C/introduction.page
index 4c02cc9..da21997 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -1,21 +1,23 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="introduction">
 
   <info>
     <link type="guide" xref="index" group="#first"/>
-    <revision version="3.0" date="2011-08-24" status="candidate"/>
-    <revision version="3.1" date="2011-09-05" status="review"/>
-    <revision version="3.6" date="2012-05-09" status="review"/>
+    <revision pkgversion="3.0" date="2011-08-24" status="candidate"/>
+    <revision pkgversion="3.1" date="2011-09-05" status="review"/>
+    <revision pkgversion="3.6" date="2012-05-09" status="review"/>
+    <revision pkgversion="3.8" date="2013-04-15" status="review"/>
 
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="author editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">kittykat3756 gmail com</email>
     </credit>
 
     <desc>Introduction to the <app>Cheese</app> webcam application.</desc>
@@ -25,7 +27,7 @@
 
   <p><app>Cheese</app> is a webcam application that lets you take photos and
   record videos using your webcam. You can take multiple photos in quick
-  succession using the <link xref="pref-burst-mode"><gui>Burst</gui> mode</link> and
+  succession using the <link xref="burst-mode"><gui>Burst</gui> mode</link> and
   apply <link xref="effects-apply">special <gui>Effects</gui></link> to add a
   personal touch to them.</p>
 
diff --git a/help/C/mode-wide.page b/help/C/mode-wide.page.stub
similarity index 90%
rename from help/C/mode-wide.page
rename to help/C/mode-wide.page.stub
index d73e32b..dfb61ac 100644
--- a/help/C/mode-wide.page
+++ b/help/C/mode-wide.page.stub
@@ -20,6 +20,12 @@
     is larger.</desc>
   </info>
 
+  <comment>
+    <cite>Kat</cite>
+    <p>This option has been removed from the Cheese UI and should work
+    automatically at some point in the future.</p>
+  </comment>
+
   <title>Make the webcam video preview bigger</title>
 
   <p>The photo stream is where photos and videos appear after you have taken or
diff --git a/help/C/photo-take.page b/help/C/photo-take.page
index 69f062e..266dcaa 100644
--- a/help/C/photo-take.page
+++ b/help/C/photo-take.page
@@ -1,24 +1,27 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="photo-take">
+
   <info>
-    <link type="guide" xref="index#main"/>
+    <link type="guide" xref="index#main" group="#first"/>
     <link type="seealso" xref="pref-flash"/>
     <link type="seealso" xref="pref-countdown"/>
     <link type="seealso" xref="photo-view"/>
     <link type="seealso" xref="photo-delete"/>
 
-    <revision version="3.0" date="2011-08-25" status="candidate"/>
-    <revision version="3.1" date="2011-09-05" status="review"/>
+    <revision pkgversion="3.0" date="2011-08-25" status="candidate"/>
+    <revision pkgversion="3.1" date="2011-09-05" status="review"/>
+    <revision pkgversion="3.8" date="2013-04-15" status="review"/>
 
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="author editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">kittykat3756 gmail com</email>
     </credit>
 
     <desc>Use your webcam to take photos instead of videos.</desc>
@@ -36,7 +39,7 @@
     </item>
     <item>
       <p>Click <gui>Take a Photo</gui>. Alternatively, you can press the
-      capture button on the webcam or the <key>spacebar</key>.</p>
+      capture button on the webcam or the <key>Space</key>.</p>
     </item>
     <item>
       <p>There will be a short countdown, followed by a flash, and the photo
@@ -53,7 +56,7 @@
 
   <note>
     <p>To take multiple photos in rapid succession, use
-    <link xref="pref-burst-mode">burst mode</link>.</p>
+    <link xref="burst-mode">burst mode</link>.</p>
   </note>
 
 </page>
diff --git a/help/C/pref-countdown.page b/help/C/pref-countdown.page
index 2570612..976c390 100644
--- a/help/C/pref-countdown.page
+++ b/help/C/pref-countdown.page
@@ -1,19 +1,22 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="pref-countdown">
+
   <info>
     <link type="guide" xref="index#preferences"/>
-    <revision version="3.0" date="2011-08-25" status="candidate"/>
-    <revision version="3.1" date="2011-09-19" status="review"/>
+    <revision pkgversion="3.0" date="2011-08-25" status="candidate"/>
+    <revision pkgversion="3.1" date="2011-09-19" status="review"/>
+    <revision pkgversion="3.8" date="2013-04-15" status="review"/>
 
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="author editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">kittykat3756 gmail com</email>
     </credit>
 
     <desc>Remove the countdown so that photos are taken instantly.</desc>
@@ -22,7 +25,8 @@
   <title>Disable the <gui>Countdown</gui> before photos are taken</title>
 
   <p>By default, <app>Cheese</app> counts down from three before taking a
-  photo.  You can disable this feature by clicking <guiseq><gui>Edit</gui>
-  <gui>Preferences</gui></guiseq> and unchecking <gui>Countdown</gui>.</p>
+  photo. You can disable this feature by selecting
+  <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Capture</gui></guiseq>
+  and unchecking <gui>Countdown</gui>.</p>
 
 </page>
diff --git a/help/C/pref-flash.page b/help/C/pref-flash.page
index 18a1818..5ec3f8e 100644
--- a/help/C/pref-flash.page
+++ b/help/C/pref-flash.page
@@ -1,18 +1,22 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="pref-flash">
+
   <info>
     <link type="guide" xref="index#preferences"/>
-    <revision version="3.0" date="2011-08-25" status="candidate"/>
-    <revision version="3.1" date="2011-09-19" status="review"/>
+    <revision pkgversion="3.0" date="2011-08-25" status="candidate"/>
+    <revision pkgversion="3.1" date="2011-09-19" status="review"/>
+    <revision pkgversion="3.8" date="2013-04-15" status="review"/>
+
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="author editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">kittykat3756 gmail com</email>
     </credit>
 
     <desc>Stop the screen from flashing white when taking a photo.</desc>
@@ -23,8 +27,8 @@
   <p>When you take a photo with Cheese, the computer screen briefly turns white.
   This provides additional light.</p>
 
-  <p>To disable this feature, click
-  <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq> and uncheck <gui>Fire
-  Flash</gui>.</p>
+  <p>To disable this feature, select
+  <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Capture</gui></guiseq>
+  and uncheck <gui>Fire Flash</gui>.</p>
 
 </page>
diff --git a/help/C/pref-image-properties.page b/help/C/pref-image-properties.page
index 54e52ae..8f32188 100644
--- a/help/C/pref-image-properties.page
+++ b/help/C/pref-image-properties.page
@@ -1,23 +1,26 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="pref-image-properties">
+
   <info>
     <link type="guide" xref="index#preferences"/>
     <link type="guide" xref="index#problems"/>
-    <revision version="3.0" date="2011-08-24" status="candidate"/>
-    <revision version="3.1" date="2011-09-05" status="review"/>
+    <revision pkgversion="3.0" date="2011-08-24" status="candidate"/>
+    <revision pkgversion="3.1" date="2011-09-05" status="review"/>
+    <revision pkgversion="3.8" date="2013-04-15" status="review"/>
+
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">kittykat3756 gmail com</email>
     </credit>
 
-    <desc>Adjust the saturation, contrast, brightness and hue to make photos and
-    videos look better.</desc>
+    <desc>Adjust the saturation, contrast, brightness and hue to make photos and videos look better.</desc>
   </info>
 
   <title>My photos and videos look wrong</title>
@@ -27,11 +30,11 @@
 
   <steps>
     <item>
-     <p>Click <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>.</p>
+     <p>Select
+     <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Image</gui></guiseq>.</p>
     </item>
     <item>
-     <p>Under <gui>Image properties</gui>, change the sliders to find the best
-     settings for your webcam.</p>
+     <p>Move the sliders to find the best settings for your webcam.</p>
     </item>
     <item>
      <p>Click <gui>Close</gui> and check to see if the photos and videos look
diff --git a/help/C/pref-photo-resolution.page b/help/C/pref-resolution.page
similarity index 79%
rename from help/C/pref-photo-resolution.page
rename to help/C/pref-resolution.page
index ebde679..26bdf87 100644
--- a/help/C/pref-photo-resolution.page
+++ b/help/C/pref-resolution.page
@@ -1,6 +1,8 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
-      id="pref-photo-resolution">
+      id="pref-resolution">
+
   <info>
     <link type="guide" xref="index#preferences"/>
     <revision version="3.0" date="2011-08-25" status="candidate"/>
@@ -8,12 +10,12 @@
 
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">kittykat3756 gmail com</email>
     </credit>
 
     <desc>The resolution of a video or photo determines how much detail you can
@@ -33,14 +35,15 @@
 
   <steps>
     <item>
-      <p>Click <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>.</p>
+      <p>Select
+      <guiseq><gui>Cheese</gui><gui>Preferences</gui><gui>Webcam</gui></guiseq>.</p>
     </item>
     <item>
       <p>Choose a different resolution from the drop-down list. Some webcams
       only support one resolution, so you may not have a choice.</p>
     </item>
     <item>
-      <p>Click <gui>Close</gui>.</p>
+      <p>Press <gui>Close</gui>.</p>
     </item>
   </steps>
 
diff --git a/help/C/video-record.page b/help/C/video-record.page
index d3f0097..7d7eea2 100644
--- a/help/C/video-record.page
+++ b/help/C/video-record.page
@@ -1,19 +1,22 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
       type="topic" style="task"
       id="video-record">
+
   <info>
-    <link type="guide" xref="index#main"/>
-    <revision version="3.0" date="2011-08-25" status="candidate"/>
-    <revision version="3.1" date="2011-09-05" status="review"/>
+    <link type="guide" xref="index#main" group="#first"/>
+    <revision pkgversion="3.0" date="2011-08-25" status="candidate"/>
+    <revision pkgversion="3.1" date="2011-09-05" status="review"/>
+    <revision pkgversion="3.8" date="2013-04-15" status="review"/>
 
     <credit type="author copyright">
       <name>Julita Inca</name>
-      <email>yrazes gmail com</email>
+      <email its:translate="no">yrazes gmail com</email>
       <years>2011</years>
     </credit>
     <credit type="editor">
       <name>Ekaterina Gerasimova</name>
-      <email>kittykat3756 gmail com</email>
+      <email its:translate="no">kittykat3756 gmail com</email>
     </credit>
 
     <desc>Use your webcam to record short movies for sharing with friends.</desc>
@@ -26,13 +29,16 @@
   <steps>
     <item>
       <p>Make sure that you are in <gui>Video mode</gui>. If you are, the button
-      in the middle of the window will say <gui>Start Recording</gui>.</p>
+      in the middle of the window will say <gui style="button">Record a
+      Video</gui>.</p>
       <p>You can switch to <gui>Video mode</gui> by clicking the button in the
-      main window or by clicking <guiseq><gui>Cheese</gui><gui>Video</gui></guiseq>.</p>
+      main window or by selecting
+      <guiseq><gui>Cheese</gui><gui>Video</gui></guiseq>.</p>
     </item>
     <item>
-      <p>Click <gui>Start Recording</gui>, or press the <key>spacebar</key>.
-      <app>Cheese</app> will start recording from your webcam.</p>
+      <p>Click <gui style="button">Record a Video</gui>, or press the
+      <key>Space</key>. <app>Cheese</app> will start recording a video using
+      your webcam.</p>
     </item>
     <item>
      <p>To stop recording, click <gui>Stop Recording</gui> or press
@@ -50,6 +56,7 @@
 
   <p>If you have problems sharing a video with people using other operating
   systems (like Windows or Mac OS), you may need to
-  <link href="help:gnome-help/video-sending">convert it to a different format</link>.</p>
+  <link href="help:gnome-help/video-sending">convert it to a different
+  format</link>.</p>
 
 </page>
diff --git a/help/Makefile.am b/help/Makefile.am
index cda1976..9f02145 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -15,20 +15,19 @@ HELP_MEDIA = \
        figures/settings.png
 
 HELP_FILES = \
+       burst-mode.page \
        effects-apply.page \
        index.page \
        introduction.page \
-       mode-wide.page \
        photo-delete.page \
        photo-save.page \
        photo-take.page \
        photo-view.page \
-       pref-burst-mode.page \
        pref-countdown.page \
        pref-flash.page \
        pref-fullscreen.page \
        pref-image-properties.page \
-       pref-photo-resolution.page \
+       pref-resolution.page \
        video-record.page
 
 HELP_LINGUAS = ca cs de el en_GB es fi fr gl hu id it ko lv nl oc pa pt_BR ru sl sv te th zh_CN


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