[gnome-boxes] help: cleanup prior to rewrite



commit 278f10ce68b8eac38a021eee76c562c59b70c8b0
Author: Michael Hill <mdhill gnome org>
Date:   Sat Sep 6 11:11:42 2014 -0400

    help: cleanup prior to rewrite

 help/C/create.page                  |   23 +++++++++--------------
 help/C/figures/collection.png       |  Bin 113109 -> 0 bytes
 help/C/figures/list.png             |  Bin 137730 -> 0 bytes
 help/C/figures/properties.png       |  Bin 124852 -> 0 bytes
 help/C/figures/selection.png        |  Bin 115202 -> 0 bytes
 help/C/figures/wizard.png           |  Bin 171896 -> 0 bytes
 help/C/index.page                   |    8 +++++++-
 help/C/interface.page               |   20 --------------------
 help/C/keyboard-shortcuts.page.stub |   35 -----------------------------------
 help/C/shortcuts.page               |    7 +------
 help/Makefile.am                    |    7 +------
 11 files changed, 18 insertions(+), 82 deletions(-)
---
diff --git a/help/C/create.page b/help/C/create.page
index 06e2cfc..7397262 100644
--- a/help/C/create.page
+++ b/help/C/create.page
@@ -2,7 +2,8 @@
       type="topic" style="task"
       id="create">
   <info>
-    <revision pkgversion="3.8.0" version="0.1" date="2013-03-17" status="candidate"/>
+    <revision pkgversion="3.8.0" date="2013-03-17" status="candidate"/>
+    <revision pkgversion="3.14.0" date="2014-09-06" status="review"/>
     <link type="guide" xref="index#start"/>
 
     <credit type="author copyright">
@@ -28,21 +29,15 @@
     <item><p>An introductory message is displayed. Click
     <gui style="button">Continue</gui>.</p></item>
     <item><p>At the wizard's <gui>Source Selection</gui> screen, choose a source
-    to determine the type of box you want to create.</p>
-
-      <media type="image" src="figures/list.png"
-         width="500" height="303">
-        <p>Source selection</p>
-      </media>
-    </item>
-
-    <item><p>Create a local virtual machine using one of the following:</p>
+    to determine the type of box you want to create. A local virtual machine
+    can be created by:</p>
 
       <list>
-        <item><p>select from the list of isos found by <app>Boxes</app>.</p></item>
-        <item><p>insert installation media in your CD/DVD drive or USB port.</p></item>
-        <item><p>provide a filename or location for an iso file.</p></item>
-        <item><p>provide a URL to connect locally as you would for a
+        <item><p>selecting from the list of isos found by <app>Boxes</app>.</p></item>
+        <item><p>inserting installation media in your CD/DVD drive or USB
+        port.</p></item>
+        <item><p>providing a filename or location for an iso file.</p></item>
+        <item><p>providing a URL to connect locally as you would for a
         <link xref="connect">remote connection</link>.</p></item>
       </list>
 
diff --git a/help/C/index.page b/help/C/index.page
index a417927..eef7e33 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -19,7 +19,7 @@
     <credit type="editor">
       <name>Michael Hill</name>
       <email its:translate="no">mdhillca gmail com</email>
-      <years>2013</years>
+      <years>2014</years>
     </credit>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
@@ -57,4 +57,10 @@
     <title>Questions</title>
   </section>
 
+<!--
+  <section id="advanced" style="2column">
+    <title>Advanced Topics</title>
+  </section>
+-->
+
 </page>
diff --git a/help/C/interface.page b/help/C/interface.page
index ada5ce7..dd241aa 100644
--- a/help/C/interface.page
+++ b/help/C/interface.page
@@ -26,11 +26,6 @@
   opens in the <em>collection view</em>, displaying thumbnails of your boxes.
   Favourites or frequently-used boxes appear at the top of the list.</p>
 
-  <media type="image" src="figures/collection.png"
-       width="500" height="316">
-    <p>Collection view</p>
-  </media>
-
   </section>
 
   <section id="wizard">
@@ -39,11 +34,6 @@
   <p>Clicking <gui style="button">New</gui> launches the <em>wizard</em>, which guides
   you through the process of box creation.</p>
 
-  <media type="image" src="figures/wizard.png"
-       width="500" height="312">
-    <p>The wizard</p>
-  </media>
-
   </section>
 
   <section id="selection">
@@ -53,11 +43,6 @@
   thumbnail puts you in <em>selection mode</em>, where various operations can be
   performed on boxes, individually or in groups.</p>
 
-  <media type="image" src="figures/selection.png"
-       width="500" height="316">
-    <p>Selection mode</p>
-  </media>
-
   </section>
 
   <section id="properties">
@@ -67,11 +52,6 @@
   opens the <em>properties view</em>, where details of a box can be
   configured.</p>
 
-  <media type="image" src="figures/properties.png"
-       width="500" height="316">
-    <p>Properties view</p>
-  </media>
-
   </section>
 
 </page>
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
index 33d0e55..70bc522 100644
--- a/help/C/shortcuts.page
+++ b/help/C/shortcuts.page
@@ -4,7 +4,7 @@
       id="shortcuts">
 
   <info>
-    <link type="guide" xref="index#start" group="#first"/>
+    <link type="guide" xref="index#use"/>
     <revision pkgversion="3.13" date="2014-08-18" status="draft"/>
 
     <credit type="author copyright">
@@ -12,11 +12,6 @@
       <email its:translate="no">lasse schuirmann gmail com</email>
       <years>2014</years>
     </credit>
-<!--    <credit type="copyright editor">
-      <name></name>
-      <email its:translate="no"></email>
-      <years></years>
-    </credit>-->
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
diff --git a/help/Makefile.am b/help/Makefile.am
index 105f7a8..baa207d 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -2,12 +2,7 @@
 
 HELP_ID = gnome-boxes
 
-HELP_MEDIA = figures/boxes_icon.png    \
-       figures/collection.png          \
-       figures/list.png                \
-       figures/properties.png          \
-       figures/selection.png           \
-       figures/wizard.png
+HELP_MEDIA = figures/boxes_icon.png
 
 HELP_FILES = index.page                        \
        connect.page                    \


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