[gnome-boxes] help: add continuous page



commit 99d454a16d896d35c55e157a944bec75d71e11e7
Author: Michael Hill <mdhill gnome org>
Date:   Sat Sep 6 18:29:04 2014 -0400

    help: add continuous page

 help/C/continuous.page |   51 ++++++++++++++++++++++++++++++++++++++++++++++++
 help/C/index.page      |    8 +++++-
 help/C/shortcuts.page  |    2 +-
 help/Makefile.am       |    1 +
 4 files changed, 59 insertions(+), 3 deletions(-)
---
diff --git a/help/C/continuous.page b/help/C/continuous.page
new file mode 100644
index 0000000..07114f4
--- /dev/null
+++ b/help/C/continuous.page
@@ -0,0 +1,51 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="continuous">
+  <info>
+    <link type="guide" xref="index#advanced"/>
+    <revision pkgversion="3.14" date="2014-09-06" status="review"/>
+
+    <credit type="author copyright">
+      <name>Michael Hill</name>
+      <email>mdhill gnome org</email>
+      <years>2014</years>
+    </credit>
+
+    <desc>Create a box using a Continuous disk image.</desc>
+  </info>
+
+  <title>Using Boxes with Continuous</title>
+
+  <p><link href="https://wiki.gnome.org/Projects/GnomeContinuous";>Continuous</link>
+  is GNOME's continuous build system. Boxes is able to create a box from a
+  Continuous qcow2 image.</p>
+
+  <steps>
+    <item><p>Save the latest image using the link provided in the
+    <link href="https://wiki.gnome.org/Projects/GnomeContinuous#Installation";>Installation</link>
+    section of the wiki page.</p>
+      <note style="info">
+        <p>Images are available in <em>runtime</em> and <em>devel-debug</em>
+        flavors. The <em>devel-debug</em> image results in a virtual machine
+        containing developer tools and headers.</p>
+      </note>
+    </item>
+    <item><p>In <app>Boxes</app>, click <gui style="button">New</gui> to launch
+    the box creation wizard.</p></item>
+    <item><p>An introductory message is displayed. Click
+    <gui style="button">Continue</gui>.</p></item>
+    <item><p>Click <gui style="button">Select a file</gui> and navigate to the
+    Continuous qcow2 image. Select the file and click
+    <gui style="button">Open</gui>.</p></item>
+    <item><p>Click <gui style="button">Continue</gui>. The <gui>Review</gui>
+    page opens.</p></item>
+    <item><p>Click <gui style="button">Customize</gui> to adjust memory or disk
+    size, or to rename the box.</p></item>
+    <item><p>Click <gui style="button">Create</gui>. The collection view
+    returns, and the installation of the box begins.</p></item>
+  </steps>
+
+  <p>The information necessary to upgrade a Continuous vm  can be found on the
+  <link href="https://wiki.gnome.org/Projects/GnomeContinuous";>wiki page</link>.</p>
+
+</page>
diff --git a/help/C/index.page b/help/C/index.page
index eef7e33..3094df5 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -53,14 +53,18 @@
     <title>Using Boxes</title>
   </section>
 
+<!--
+  <section id="properties" style="2column">
+    <title>Properties</title>
+  </section>
+-->
+
   <section id="faq" style="2column">
     <title>Questions</title>
   </section>
 
-<!--
   <section id="advanced" style="2column">
     <title>Advanced Topics</title>
   </section>
--->
 
 </page>
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
index 70bc522..86c2724 100644
--- a/help/C/shortcuts.page
+++ b/help/C/shortcuts.page
@@ -5,7 +5,7 @@
 
   <info>
     <link type="guide" xref="index#use"/>
-    <revision pkgversion="3.13" date="2014-08-18" status="draft"/>
+    <revision pkgversion="3.14" date="2014-09-06" status="review"/>
 
     <credit type="author copyright">
       <name>Lasse Schuirmann</name>
diff --git a/help/Makefile.am b/help/Makefile.am
index baa207d..c79d4ce 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -6,6 +6,7 @@ HELP_MEDIA = figures/boxes_icon.png
 
 HELP_FILES = index.page                        \
        connect.page                    \
+       continuous.page                 \
        create.page                     \
        interface.page                  \
        legal.xml                       \


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