[eog] help: mallard topics stubbed out.



commit 9ec30ae9a87cc0b39ec42d26cc948e690e0730d8
Author: Tiffany Antopolski <tiffany antopolski com>
Date:   Mon Apr 11 02:36:38 2011 -0400

    help: mallard topics stubbed out.

 help/C/bug-filing.page           |   47 ++++++++++++++++++++++++++++++
 help/C/commandline.page          |   26 +++++++++++++++++
 help/C/copy-paste.page           |   27 +++++++++++++++++
 help/C/default-photo-editor.page |   33 +++++++++++++++++++++
 help/C/exif-digital.page         |   25 ++++++++++++++++
 help/C/figures/eog.png           |  Bin 0 -> 2330 bytes
 help/C/flip.page                 |   26 +++++++++++++++++
 help/C/format-change.page        |   25 ++++++++++++++++
 help/C/formats.page              |   58 ++++++++++++++++++++++++++++++++++++++
 help/C/image-edit.page           |   24 +++++++++++++++
 help/C/image-open.page           |   23 +++++++++++++++
 help/C/index.page                |   48 +++++++++++++++++++++++++++++++
 help/C/introduction.page         |   24 +++++++++++++++
 help/C/keyboard-shortcuts.page   |   29 +++++++++++++++++++
 help/C/preferences.page          |   41 ++++++++++++++++++++++++++
 help/C/print-photo.page          |   25 ++++++++++++++++
 help/C/print-settings.page       |   25 ++++++++++++++++
 help/C/rotate.page               |   26 +++++++++++++++++
 help/C/saving-changes.page       |   24 +++++++++++++++
 help/C/toolbar.page              |   35 +++++++++++++++++++++++
 help/C/zoom.page                 |   44 ++++++++++++++++++++++++++++
 21 files changed, 635 insertions(+), 0 deletions(-)
---
diff --git a/help/C/bug-filing.page b/help/C/bug-filing.page
new file mode 100644
index 0000000..5401075
--- /dev/null
+++ b/help/C/bug-filing.page
@@ -0,0 +1,47 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="bugs">
+
+  <info>
+    <link type="guide" xref="index#get-involved"/>
+    <desc>How and where to report problems.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-08" status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+<title>File a bug against <app>Eye of Gnome Image Viewer</app></title>
+<p>
+   To file a bug against the image viewer, click on the link <link href = "https://bugzilla.gnome.org/"/>.
+   </p>
+   <p>
+   This is a bug tracking system where users and developers can file details about bugs, crashes and request enhancements.  
+   </p>
+   <p>
+   To participate you need an account which will give you the ability to gain access, file bugs, and make comments.  Also, you need to register so you can receive updates by e-mail about the status of your bug. If you don't already have an account, just click on the "New" link to create one.
+   </p>
+   <p>
+   Once you have an account, log in, click on <guiseq><gui>File a
+Bug</gui><gui>Core</gui><gui>eog</gui></guiseq>.
+   Before reporting a bug, please read the <link href =
+"https://bugzilla.gnome.org/page.cgi?id=bug-writing.html";>bug writing
+guidelines</link>,  and please <link
+href="https://bugzilla.gnome.org/browse.cgi?product=eog";>browse</link> for the bug to see if it already exists.
+   </p>
+   <p>
+   To file your bug, choose the component in the <gui>Component</gui> menu.  If you are not sure which component your bug pertains to, choose <gui>general</gui>.
+   </p>
+   <p>
+   If you are requesting a new feature, choose <gui>enhancement</gui> in the <gui>Severity</gui> menu.
+   Fill in the Summary and Description sections and click <gui>Commit</gui>.
+   </p>
+   <p>
+      Your report will be given an ID number, and its status will be updated as it is being dealt with.
+   </p>
+</page>
diff --git a/help/C/commandline.page b/help/C/commandline.page
new file mode 100644
index 0000000..26e7937
--- /dev/null
+++ b/help/C/commandline.page
@@ -0,0 +1,26 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="commandline">
+
+  <info>
+    <link type="guide" xref="index#advanced"/>
+    <desc></desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Commandline</title>
+
+<p></p>
+</page>
+
+
diff --git a/help/C/copy-paste.page b/help/C/copy-paste.page
new file mode 100644
index 0000000..f7a5908
--- /dev/null
+++ b/help/C/copy-paste.page
@@ -0,0 +1,27 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="copy-paste">
+
+  <info>
+    <link type="guide" xref="index#tips"/>
+    <link type="guide" xref="index#faq"/>
+    <desc>How to copy/paste from the <app>image viewer</app> into
+another application.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Copy and paste between programs</title>
+<p></p>
+
+</page>
+
diff --git a/help/C/default-photo-editor.page b/help/C/default-photo-editor.page
new file mode 100644
index 0000000..9a186fb
--- /dev/null
+++ b/help/C/default-photo-editor.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="default-photo-editor">
+
+  <info>
+    <link type="guide" xref="index#edit"/>
+    <desc></desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Change the default image editing program</title>
+
+<p>The following programs can be used to edit images in the <app>image
+viewer</app>:</p>
+<list>
+<item><p>Shotwell</p></item>
+<item><p>Gimp</p></item>
+<item><p></p></item>
+<item><p></p></item>
+<item><p></p></item>
+</list>
+</page>
+
diff --git a/help/C/exif-digital.page b/help/C/exif-digital.page
new file mode 100644
index 0000000..37241dd
--- /dev/null
+++ b/help/C/exif-digital.page
@@ -0,0 +1,25 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="exif-digital">
+
+  <info>
+   <link type="guide" xref="index#viewing"/>
+   <desc>Seeing information stored with digital photo files.</desc>
+
+   <revision pkgversion="3.2" version="0.1" date="2011-04-10"
+status="draft"/>
+   <credit type="author">
+     <name>Tiffany Antopolski</name>
+     <email>tiffany antopolski gmail com</email>
+   </credit>
+   <license>
+     <p>Creative Commons Share Alike 3.0</p>
+   </license>
+
+  </info>
+
+<title>Viewing digital photo data</title>
+
+  <p></p>
+
+</page>
diff --git a/help/C/figures/eog.png b/help/C/figures/eog.png
new file mode 100644
index 0000000..6b2a536
Binary files /dev/null and b/help/C/figures/eog.png differ
diff --git a/help/C/flip.page b/help/C/flip.page
new file mode 100644
index 0000000..954f369
--- /dev/null
+++ b/help/C/flip.page
@@ -0,0 +1,26 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="flip">
+
+  <info>
+    <link type="guide" xref="index#edit"/>
+    <link type="guide" xref="index#viewing"/>
+    <desc></desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Flip image</title>
+
+<p></p>
+</page>
+
diff --git a/help/C/format-change.page b/help/C/format-change.page
new file mode 100644
index 0000000..56065cc
--- /dev/null
+++ b/help/C/format-change.page
@@ -0,0 +1,25 @@
+<page xmlns="http://projectmallard.org/1.0/"; 
+      type="topic" style="task" 
+      id="format-change"> 
+ 
+  <info> 
+    <link type="guide" xref="index#edit"/> 
+    <desc></desc> 
+ 
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11" 
+status="draft"/> 
+    <credit type="author"> 
+      <name>Tiffany Antopolski</name> 
+      <email>tiffany antopolski com</email> 
+    </credit> 
+    <license> 
+      <p>Creative Commons Share Alike 3.0</p> 
+    </license> 
+ 
+  </info> 
+ 
+<title>Save image in a different format</title> 
+ 
+<p></p> 
+</page>
+
diff --git a/help/C/formats.page b/help/C/formats.page
new file mode 100644
index 0000000..7454a3e
--- /dev/null
+++ b/help/C/formats.page
@@ -0,0 +1,58 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="formats">
+
+  <info>
+    <link type="guide" xref="index#viewing"/>
+    <desc>PNG, JPEG, TIFF and others.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-08"
+status="draft"/>
+  <credit type="author">
+    <name>Tiffany Antopolski</name>
+    <email>tiffany antopolski gmail com</email>
+  </credit>
+  <license>
+   <p>Creative Commons Share Alicke 3.0</p>
+  </license>
+  </info>
+
+ <title>Supported formats</title>
+
+  <p>
+    The image viewer is able to open the following formats:
+  </p>
+  <list>
+   <item><p>ANI - Animation</p></item>
+   <item><p>BMP - Bitmap</p></item>
+   <item><p>GIF - Graphics Intercahnge Format</p></item>
+   <item><p>ICO - Windows Icon</p></item>
+   <item><p>JPEG/JPG - Joint Photographic Experts Group</p></item>
+   <item><p>PCX - PC Paintbrush</p></item>
+   <item><p>PNG - Portable Network Graphics</p></item>
+   <item><p>PNM - Portable Anymap from the PPM Toolkit</p></item>
+   <item><p>RAS - Sun Raster</p></item>
+   <item><p>SVG - Scalable Vector Graphics</p></item>
+   <item><p>TGA - Targa</p></item>
+   <item><p>TIFF - Tagged Image File Format</p></item>
+   <item><p>WBMP - Wireless Bitmap</p></item>
+   <item><p>XBM - X Bitmap</p></item>
+   <item><p>XPM - X Pixmap</p></item>
+  </list>
+  <p>
+   If you try to open an unsupported format, you will get a <em>Could
+not load image 'image_name'.</em> error.
+  </p>
+  <note><p>The image viewer may be able to open other formats not listed
+here.  </p></note>
+
+  <p>The image viewer is able to save the following formats:</p>
+  <list>
+   <item><p>BMP</p></item>
+   <item><p>ICO</p></item>
+   <item><p>JPEG/JPG</p></item>
+   <item><p>PNG</p></item>
+  </list>
+  <note><p>It may be possible to save other image formats depending on
+the system configuration and other installed software.</p></note>
+</page>
diff --git a/help/C/image-edit.page b/help/C/image-edit.page
new file mode 100644
index 0000000..2eb8f0f
--- /dev/null
+++ b/help/C/image-edit.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="image-edit">
+
+  <info>
+    <link type="guide" xref="index#edit"/>
+    <desc>How to edit your images.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Editing images using the <app>image viewer</app>.</title>
+
+<p></p>
+</page>
diff --git a/help/C/image-open.page b/help/C/image-open.page
new file mode 100644
index 0000000..df2156f
--- /dev/null
+++ b/help/C/image-open.page
@@ -0,0 +1,23 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="image-open">
+
+  <info>
+    <link type="guide" xref="index#viewing"/>
+    <desc>Viewing images, slideshows, fullscreen etc.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-08"
+status="draft"/>
+  <credit type="author">
+    <name>Tiffany Antopolski</name>
+    <email>tiffany antopolski gmail com</email>
+  </credit>
+  <license>
+   <p>Creative Commons Share Alicke 3.0</p>
+  </license>
+  </info>
+
+ <title>Opening and viewing your images</title>
+
+  <p></p>
+</page>
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..654a696
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,48 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide" style="task"
+      id="index">
+
+  <info>
+    <desc>Help for the Eye of Gnome Image Viewer.</desc>
+    <title type='link'>Eye of Gnome Image Viewer</title>
+    <title type='text'>Eye of Gnome Image Viewer</title>
+    <revision pkgversion="3.2" version="0.1" date="2011-04-08"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski gmail com</email>
+    </credit>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
+  </info>
+
+<title><media type="image" src="figures/eog.png">Eye of Gnome logo</media>
+Eye of Gnome Image Viewer</title>
+
+<section id="viewing" style="2column">
+    <title>Viewing images</title>
+</section>
+
+<section id="edit" style="2column">
+    <title>Editing images</title>
+</section>
+
+<section id="printing" style="2column">
+    <title>Printing</title>
+</section>
+
+<section id="advanced" style="2column">
+    <title>Advanced</title>
+</section>
+
+<section id="faq" style="2column" >
+    <title>Frequently Asked Questions</title>
+</section>
+
+<section id="tips" style="2column">
+    <title>Tips and Tricks</title>
+</section>
+
+<section id="get-involved" style="2column" >
+    <title>Get involved</title>
+</section>
+</page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
new file mode 100644
index 0000000..1ba1f15
--- /dev/null
+++ b/help/C/introduction.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="introduction">
+
+  <info>
+    <link type="guide" xref="index"/>
+    <desc>Introduction to the <app>Eye of Gnome Document Viewer</app>.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-08"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Introduction</title>
+
+<p><app>Eye of Gnome</app> is a document viewer. See <link xref="formats"/> for a list of file types you can view.</p>
+</page>
diff --git a/help/C/keyboard-shortcuts.page b/help/C/keyboard-shortcuts.page
new file mode 100644
index 0000000..f0f3a16
--- /dev/null
+++ b/help/C/keyboard-shortcuts.page
@@ -0,0 +1,29 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="keyboard-shortcuts">
+
+  <info>
+    <link type="guide" xref="index#tips"/>
+    <link type="guide" xref="index#advanced"/>
+    <desc></desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Keyboard Shortcuts</title>
+
+<comment> see evince keyboard shortcuts... also has section on creating
+your own shortcuts</comment>
+
+<p></p>
+</page>
+
diff --git a/help/C/preferences.page b/help/C/preferences.page
new file mode 100644
index 0000000..24f1672
--- /dev/null
+++ b/help/C/preferences.page
@@ -0,0 +1,41 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="preferences">
+
+  <info>
+    <link type="guide" xref="index#tips"/>
+    <desc><link xref="preferences#view">Image view</link>, <link
+xref="preferences#slides">slide show</link> and <link
+xref="preferences#plugins">plugins</link>.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Preferences</title>
+
+<section id="view">
+<title>Image view preferences</title>
+<p></p>
+</section>
+
+<section id="slides">
+<title>Slide show preferences</title>
+<p></p>
+</section>
+
+<section id="plugins">
+<title>Plugin preferences</title>
+<p></p>
+</section>
+
+</page>
+
diff --git a/help/C/print-photo.page b/help/C/print-photo.page
new file mode 100644
index 0000000..ecd5821
--- /dev/null
+++ b/help/C/print-photo.page
@@ -0,0 +1,25 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="print-photo">
+
+  <info>
+    <link type="guide" xref="index#printing"/>
+    <desc>Selecting paper, quality and arrangement of photos.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Printing photos</title>
+
+<p></p>
+</page>
+
diff --git a/help/C/print-settings.page b/help/C/print-settings.page
new file mode 100644
index 0000000..cc17ba1
--- /dev/null
+++ b/help/C/print-settings.page
@@ -0,0 +1,25 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="print-settings">
+
+  <info>
+    <link type="guide" xref="index#printing"/>
+    <desc>Adjust position, size and layout of image.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Page setup and image settings</title>
+
+<p></p>
+</page>
+
diff --git a/help/C/rotate.page b/help/C/rotate.page
new file mode 100644
index 0000000..1f2fb1e
--- /dev/null
+++ b/help/C/rotate.page
@@ -0,0 +1,26 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="rotate">
+
+  <info>
+    <link type="guide" xref="index#edit"/>
+    <link type="guide" xref="index#viewing"/>
+    <desc></desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Rotate image</title>
+
+<p></p>
+</page>
+
diff --git a/help/C/saving-changes.page b/help/C/saving-changes.page
new file mode 100644
index 0000000..bb693b7
--- /dev/null
+++ b/help/C/saving-changes.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="saving-changes">
+
+  <info>
+    <link type="guide" xref="index#edit"/>
+    <desc>Supported formats for changes.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>What formats can I save my changes in?</title>
+
+<p></p>
+</page>
diff --git a/help/C/toolbar.page b/help/C/toolbar.page
new file mode 100644
index 0000000..02716cc
--- /dev/null
+++ b/help/C/toolbar.page
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="toolbar">
+
+  <info>
+    <link type="guide" xref="index#tips"/>
+    <desc><link xref="toolbar#view">Show, hide</link> or 
+<link
+xref="toolbar#edit">edit</link> the toolbar.</desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Toolbar</title>
+
+<section id="view">
+<title>Show or hide the toolbar</title>
+</section>
+
+<section id="edit">
+<title>Decide what features are in the toolbar</title>
+</section>
+
+<p></p>
+</page>
+
diff --git a/help/C/zoom.page b/help/C/zoom.page
new file mode 100644
index 0000000..6a430cf
--- /dev/null
+++ b/help/C/zoom.page
@@ -0,0 +1,44 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="zoom">
+
+  <info>
+    <link type="guide" xref="index#viewing"/>
+    <desc><guiseq><gui>View</gui><gui>Zoom In</gui></guiseq></desc>
+
+    <revision pkgversion="3.2" version="0.1" date="2011-04-11"
+status="draft"/>
+    <credit type="author">
+      <name>Tiffany Antopolski</name>
+      <email>tiffany antopolski com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+
+  </info>
+
+<title>Adjust zoom preferences</title>
+
+<p>To zoom in or out click <guiseq><gui>View</gui><gui>Zoom In</gui></guiseq> or <guiseq><gui>View</gui><gui>Zoom Out</gui></guiseq>.</p>
+
+<p>To view the image in its full size, click <guiseq><gui>View</gui><gui>Normal Size</gui></guiseq>.</p>
+
+<p>To fit the entire image into the window, click <guiseq><gui>View</gui><gui>Best Fit</gui></guiseq>.</p>
+
+<section id="wheel">
+<title>Using the mouse wheel</title>
+<p></p>
+</section>
+
+<section id="keyboard">
+<title>Using the keyboard</title>
+<p></p>
+</section>
+
+<section id="toolbar">
+<title>Using the tooolbar</title>
+<p></p>
+</section>
+</page>
+



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