[gnome-boxes/wip/user-help: 2/21] Add supported protocols



commit 4b0ac97bff0f0d3a3f2e1806b02da6d9d3dcda80
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date:   Sun Apr 8 22:33:52 2012 +0200

    Add supported protocols
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670766

 help/C/figures/boxes_icon.png                      |  Bin 0 -> 1489 bytes
 help/C/index.page                                  |   10 ++++----
 help/C/list-of-supported-protocols.page            |   22 ++++++++++++++++++++
 help/C/what-is-a-virtual-machine.page              |    8 ++++--
 ...ine.page => why-do-I-need-virtual-machine.page} |    3 +-
 5 files changed, 34 insertions(+), 9 deletions(-)
---
diff --git a/help/C/figures/boxes_icon.png b/help/C/figures/boxes_icon.png
new file mode 100644
index 0000000..041e868
Binary files /dev/null and b/help/C/figures/boxes_icon.png differ
diff --git a/help/C/index.page b/help/C/index.page
index b86a95f..60a768c 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -3,20 +3,20 @@
       id="index">
   <info>
     <revision version="0.1" date="2012-04-08" status="stub"/>
-
+    <title role="trail" type="link"><media type="image" mime="image/png" 
src="figures/boxes_icon.png">Help</media></title>
     <credit type="author copyright">
       <name>Baptiste Mille-Mathias</name>
       <email>baptistem gnome org</email>
       <years>2012</years>
     </credit>
 
-    <desc></desc>
+    <desc>Documentation for Boxes application</desc>
   </info>
 
-  <title>Boxes</title>
+  <title><media type="image" src="figures/boxes_icon.png" />Boxes</title>
 
   <p><app>Boxes</app> is an application that gives you access to <link
-  id="what-is-a-virtual-machine">virtual machines</link></p>, running locally
-  or remotely.
+  xref="what-is-a-virtual-machine">virtual machines</link>, running locally
+  or remotely. It allows also to connect to remote computers display.</p>
 
 </page>
diff --git a/help/C/list-of-supported-protocols.page b/help/C/list-of-supported-protocols.page
new file mode 100644
index 0000000..b5919ad
--- /dev/null
+++ b/help/C/list-of-supported-protocols.page
@@ -0,0 +1,22 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="list-of-supported-protocols">
+  <info>
+    <revision version="0.1" date="2012-04-08" status="stub"/>
+
+    <credit type="author copyright">
+      <name>Baptiste Mille-Mathias</name>
+      <email>baptistem gnome org</email>
+      <years>2012</years>
+    </credit>
+
+  </info>
+
+  <title>List of the supported protocols</title>
+
+  <list>
+    <item><p>SPICE</p></item>
+    <item><p>VNC</p></item>
+  </list>
+
+</page>
diff --git a/help/C/what-is-a-virtual-machine.page b/help/C/what-is-a-virtual-machine.page
index fe80989..6522602 100644
--- a/help/C/what-is-a-virtual-machine.page
+++ b/help/C/what-is-a-virtual-machine.page
@@ -3,6 +3,7 @@
       id="what-is-a-virtual-machine">
   <info>
     <revision version="0.1" date="2012-04-08" status="stub"/>
+    <link type="seealso" xref="why-do-I-need-virtual-machine"/>
 
     <credit type="author copyright">
       <name>Baptiste Mille-Mathias</name>
@@ -15,9 +16,10 @@
   <title>What is a virtual machine?</title>
 
   <p>A virtual machine is a simulated computer running inside another computer,
-  this simulated computer is often called "guess", and the real machine, "host"
+  this simulated computer is often called "guest", and the real machine "host"
   </p>.
-  <p>The guess can have a have access to the real hardware the host is running
-  on, or it can run on a emulated hardware.</p>
+  <p>The guest can have a have access to the real hardware the host is running,
+  in this case, we are calling virtualization, or the guest can run a fake
+  hardware, so in this case, that'll be called emulation</p>
 
 </page>
diff --git a/help/C/why-do-I-need-to-run-virtual-machine.page b/help/C/why-do-I-need-virtual-machine.page
similarity index 86%
rename from help/C/why-do-I-need-to-run-virtual-machine.page
rename to help/C/why-do-I-need-virtual-machine.page
index acf7b55..cbd619f 100644
--- a/help/C/why-do-I-need-to-run-virtual-machine.page
+++ b/help/C/why-do-I-need-virtual-machine.page
@@ -1,9 +1,10 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="topic" style="task"
-      id="why-do-I-need-a-virtual-machine">
+      id="why-do-I-need-virtual-machine">
   <info>
     <revision version="0.1" date="2012-04-08" status="stub"/>
 
+    <link type="seealso" xref="what-is-a-virtual-machine"/>
     <credit type="author copyright">
       <name>Baptiste Mille-Mathias</name>
       <email>baptistem gnome org</email>


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