[frogr] Updated user manual for release 0.6 of frogr.



commit 1bb8c345d525ebb99f3efa35e89ccd8e72002e06
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Thu Aug 4 22:18:20 2011 +0200

    Updated user manual for release 0.6 of frogr.

 help/C/add-pictures.page                  |    2 +-
 help/C/common-problems.page               |    4 +---
 help/C/create-account.page                |    2 +-
 help/C/display.page                       |    6 +++---
 help/C/edit-pictures.page                 |   29 +++++++++++++++++++++++++++++
 help/C/external-viewer.page               |   15 +++++++++++++++
 help/C/figures/edit-picture-details.png   |  Bin 35275 -> 54462 bytes
 help/C/figures/frogr-remote-organizer.png |  Bin 97700 -> 344063 bytes
 help/C/figures/preferences-general.png    |  Bin 28932 -> 28510 bytes
 help/C/figures/preferences-misc.png       |  Bin 0 -> 15009 bytes
 help/C/group-pictures.page                |    2 +-
 help/C/index.page                         |    8 ++------
 help/C/introduction.page                  |    6 +++++-
 help/C/pictures.page                      |    6 +++---
 help/C/preferences.page                   |   22 +++++++++++++++++-----
 help/C/set-pictures.page                  |    3 ++-
 help/C/upload-pictures.page               |    2 +-
 help/Makefile.am                          |    7 +++++--
 18 files changed, 86 insertions(+), 28 deletions(-)
---
diff --git a/help/C/add-pictures.page b/help/C/add-pictures.page
index 4dc66a1..21cc481 100644
--- a/help/C/add-pictures.page
+++ b/help/C/add-pictures.page
@@ -10,6 +10,6 @@
   </info>
 
   <title>Add Pictures</title>
-  <p>You can add a picture using the toolbar <gui>Plus</gui> button. Or, you can use the menu <guiseq><gui>File</gui><gui>Add Pictures</gui></guiseq>.</p>
+  <p>You can add a picture using the toolbar <gui>Plus</gui> button. Or, you can use the menu <guiseq><gui>File</gui><gui>Add Pictures</gui></guiseq>. The added pictures will be displayed and available for transfer to Flickr.</p>
   
 </page>
diff --git a/help/C/common-problems.page b/help/C/common-problems.page
index 2ef3661..9d1e708 100644
--- a/help/C/common-problems.page
+++ b/help/C/common-problems.page
@@ -9,14 +9,12 @@
     <desc>Frequently Asked Questions</desc>
   </info>
 
-  <title>Frogr Introduction</title>
+  <title>Frogr Common Problems</title>
     
   <list>
-
     <item><title>Authorization browser window is not be launched</title>
       <p>Check if you are using a proxy. This is a know bug.</p>
     </item>
-
   </list>
 
 </page>
diff --git a/help/C/create-account.page b/help/C/create-account.page
index e84fb61..ecfc740 100644
--- a/help/C/create-account.page
+++ b/help/C/create-account.page
@@ -11,7 +11,7 @@
   <title>How to create your Account</title>
   <p>First create an Account</p>
   <p>When you first run <app>Frogr</app>, it displays a window explaining you'll have to create an account.</p>
-  <p>Click Ok, it will run your favorite web browser. On your favourite web browser, either create a Flickr account or log in to an existing account.</p>
+  <p>Click Ok, it will run your default web browser. On your default web browser, either create a Flickr account or log in to an existing account.</p>
   <p>Then, authorize <app>Frogr</app> to access to this account. You may now go back to <app>Frogr</app> window and use it to upload any picture!</p>
   
 </page>
diff --git a/help/C/display.page b/help/C/display.page
index 416316c..3286946 100644
--- a/help/C/display.page
+++ b/help/C/display.page
@@ -4,12 +4,12 @@
       id="display">
 
   <info>
-    <link type="guide" xref="index#view"/>
+    <link type="guide" xref="index#organize"/>
     <revision pkgversion="0" version="0.6" date="2011-01-06" status="draft"/>
     <desc>Amending view</desc>
   </info>
 
-  <title>Display Pictures</title>
-  <p>You can sort pictures by title, by date, or as loaded. Click on the menu <gui>View</gui> and select the proper way to sort.</p>
+  <title>Sort Pictures</title>
+  <p>You can sort pictures by title, by date, or as loaded. Click on the menu <gui>View</gui> and select the proper way to sort. You may also use reversed ordering. </p> 
 
 </page>
diff --git a/help/C/edit-pictures.page b/help/C/edit-pictures.page
new file mode 100644
index 0000000..dd9aea9
--- /dev/null
+++ b/help/C/edit-pictures.page
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="edit-pictures">
+
+  <info>
+    <link type="guide" xref="index#pictures"/>
+    <revision pkgversion="0" version="0.6" date="2011-01-06" status="draft"/>
+    <desc>Amend pictures</desc>
+  </info>
+
+  <title>Edit Pictures</title>
+  <p>To edit the pictures detail, right-click on a picture and choose <gui>Edit Details</gui>.Until you edit the details, these will use the default details.</p>
+  <figure>
+    <title>Edit picture details</title>
+    <desc>Amend the details of the picture.</desc>
+    <media type="image" src="figures/edit-pictures-details.png" mime="image/png" style="right">
+    </media>
+  </figure>
+ 
+  <list>
+    <item><title>Title</title><p>Use this box to amend the title</p></item>
+    <item><title>Description</title><p>Add some description the picture</p></item>
+    <item><title>Visibility</title><p>Choose whether the picture is public or private.</p></item>
+    <item><title>Content Type</title><p>You can amend the type of the picture.</p></item>
+    <item><title>Licence</title><p>You can change the licence.</p></item>
+  </list>
+  
+</page>
diff --git a/help/C/external-viewer.page b/help/C/external-viewer.page
new file mode 100644
index 0000000..a7a2a22
--- /dev/null
+++ b/help/C/external-viewer.page
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="external-viewer">
+
+  <info>
+    <link type="guide" xref="index#pictures"/>
+    <revision pkgversion="0" version="0.6" date="2011-01-06" status="draft"/>
+    <desc>Open some picture in external application</desc>
+  </info>
+
+  <title>External viewer</title>
+  <p> You can display some picture in any application. Right-click on some picture then choose <gui>Open in external viewer</gui>. </p>
+  
+</page>
diff --git a/help/C/figures/edit-picture-details.png b/help/C/figures/edit-picture-details.png
index 3c66ff0..b97c93b 100644
Binary files a/help/C/figures/edit-picture-details.png and b/help/C/figures/edit-picture-details.png differ
diff --git a/help/C/figures/frogr-remote-organizer.png b/help/C/figures/frogr-remote-organizer.png
index 9126be0..d60a21d 100644
Binary files a/help/C/figures/frogr-remote-organizer.png and b/help/C/figures/frogr-remote-organizer.png differ
diff --git a/help/C/figures/preferences-general.png b/help/C/figures/preferences-general.png
index 734f57c..064c3df 100644
Binary files a/help/C/figures/preferences-general.png and b/help/C/figures/preferences-general.png differ
diff --git a/help/C/figures/preferences-misc.png b/help/C/figures/preferences-misc.png
new file mode 100644
index 0000000..6bbf8df
Binary files /dev/null and b/help/C/figures/preferences-misc.png differ
diff --git a/help/C/group-pictures.page b/help/C/group-pictures.page
index 5ad73cd..03d9608 100644
--- a/help/C/group-pictures.page
+++ b/help/C/group-pictures.page
@@ -10,7 +10,7 @@
   </info>
 
   <title>Group Pictures</title>
-  <p>Todo</p>
+  <p>You may add pictures to an already defined group.</p>
 
 </page>
 
diff --git a/help/C/index.page b/help/C/index.page
index bfc5483..d476f37 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -16,11 +16,7 @@
   </section>
 
   <section id="organize">
-    <title>Organize Your Pictures</title>
-  </section>
-
-  <section id="view">
-    <title>Sort Pictures</title>
+    <title>Organize and Sort Your Pictures</title>
   </section>
 
   <section id="customize">
@@ -28,7 +24,7 @@
   </section>
 
   <section id="common-problems">
-    <title>Frenquently Asked Questions</title>
+    <title>Frequently Asked Questions</title>
   </section>
 
 </page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
index 3ff6693..d56ee12 100644
--- a/help/C/introduction.page
+++ b/help/C/introduction.page
@@ -25,12 +25,16 @@
 
   <section><title>Main Features</title>
     <list>
-      <item><p>Allow to upload pictures to flickr</p></item>
+      <item><p>Allow to upload pictures to Flickr</p></item>
       <item><p>Allow uploading pictures located in remote machines</p></item>
       <item><p>Allow adding tags to pictures</p></item>
       <item><p>Allow specifying sets and group pools for the pictures to be added to after the upload process.</p></item>
       <item><p>Support for handling multiple Flickr accounts.</p></item>
     </list>
+  </section>
 
+  <section><title>About</title>
+    <p>You can have more information about <app>Frogr</app> using the menu <guiseq><gui>Help</gui><gui>About</gui></guiseq>.</p>
   </section>
+
 </page>
diff --git a/help/C/pictures.page b/help/C/pictures.page
index cd92605..03771b7 100644
--- a/help/C/pictures.page
+++ b/help/C/pictures.page
@@ -6,10 +6,10 @@
   <info>
     <link type="guide" xref="index#pictures"/>
     <revision pkgversion="0" version="0.6" date="2011-01-06" status="draft"/>
-    <desc>Pictures</desc>
+    <desc>Add, remove and upload pictures</desc>
   </info>
 
-  <title>Pictures</title>
-  <p> Add, remove, or upload pictures </p>
+  <title>Transfer Pictures</title>
+  <p> You first have to add pictures before to be able to upload it.</p>
   
 </page>
diff --git a/help/C/preferences.page b/help/C/preferences.page
index 24e1c24..c9a2274 100644
--- a/help/C/preferences.page
+++ b/help/C/preferences.page
@@ -16,23 +16,35 @@
   <section id="preferences-general">
     <title>General Preferences</title>
     <figure>
-      <title><gui>Frogr</gui> window</title>
-      <desc><app>Frogr</app> main window</desc>
+      <title><gui>Frogr</gui> general preferences</title>
+      <desc><app>Frogr</app> general preferences</desc>
       <media type="image" src="figures/preferences-general.png" mime="image/png" style="right">
-        <p><app>Frogr</app> main window.</p>
+        <p><app>Frogr</app> general preferences.</p>
       </media>
     </figure>
   </section>
 
   <section id="preferences-connection">
     <title>Connection Preferences</title>
+    <p>This tab allows you to set up a proxy.</p>
     <figure>
-      <title><gui>Frogr </gui> window</title>
-      <desc><app>Frogr</app> main window</desc>
+      <title><gui>Frogr </gui> connection preferences</title>
+      <desc><app>Frogr</app> connection preferences</desc>
       <media type="image" src="figures/preferences-connection.png" mime="image/png" style="right">
         <p><app>Frogr</app> main window.</p>
       </media>
     </figure>
   </section>
 
+  <section id="preferences-misc">
+    <title>Miscelleanous Preferences</title>
+    <figure>
+      <title><gui>Frogr </gui> misc preferences window</title>
+      <desc><app>Frogr</app> misc preferences window</desc>
+      <media type="image" src="figures/preferences-misc.png" mime="image/png" style="right">
+        <p><app>Frogr</app> misc preferences window.</p>
+      </media>
+    </figure>
+  </section>
+
 </page>
diff --git a/help/C/set-pictures.page b/help/C/set-pictures.page
index 864ca80..5ad2f63 100644
--- a/help/C/set-pictures.page
+++ b/help/C/set-pictures.page
@@ -10,7 +10,8 @@
   </info>
 
   <title>Set Pictures</title>
-  <p>Todo</p>
+  <p>You can add some pictures to a set of pictures. A set is a category. Set do not imply hierarchical view.</p>
+  <p>Right-click on one or more pictures and choose <gui>Add to set</gui>. You may choose to add to an already existing set or create a new one.</p>
 
 </page>
 
diff --git a/help/C/upload-pictures.page b/help/C/upload-pictures.page
index a6fa0ff..31cadd1 100644
--- a/help/C/upload-pictures.page
+++ b/help/C/upload-pictures.page
@@ -10,6 +10,6 @@
   </info>
 
   <title>Upload Pictures</title>
-  <p>You can upload a picture using the toolbar <gui>arrow</gui> button. Or, you can use the menu <guiseq><gui>Actions</gui><gui>Upload All</gui></guiseq>.</p>
+  <p>You can upload a picture using the toolbar <gui>arrow</gui> button. Or, you can use the menu <guiseq><gui>Actions</gui><gui>Upload All</gui></guiseq>. The uploaded pictures will disappear from the list. You may remove some pictures before to upload all the remaining ones.</p>
   
 </page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 3d3b506..c3d3f9f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,16 +14,19 @@ include $(top_srcdir)/gnome-doc-utils.make
 
 DOC_ID = frogr
 DOC_FIGURES = \
-	figures/edit-pictures-details.png \
+	figures/edit-picture-details.png \
 	figures/frogr-remote-organizer.png \
 	figures/preferences-connection.png \
-	figures/preferences-general.png
+	figures/preferences-general.png \
+	figures/preferences-misc.png
 
 DOC_PAGES = \
 	add-pictures.page \
 	group-pictures.page \
 	preferences.page \
 	common-problems.page \
+	edit-pictures.page \
+	external-viewer.page \
 	index.page \
 	remove-pictures.page \
 	create-account.page \



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