[gnome-games] quadrapassel docs: finalised docs for 3.5.5



commit d70ba5d50218fb23112fd9a265c3a635fbab8bbe
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sat Aug 11 18:42:22 2012 -0400

    quadrapassel docs: finalised docs for 3.5.5

 quadrapassel/help/C/bug-filing.page    |   12 ++--
 quadrapassel/help/C/develop.page       |    7 ++-
 quadrapassel/help/C/documentation.page |    5 +-
 quadrapassel/help/C/get-involved.page  |   26 +---------
 quadrapassel/help/C/index.page         |   19 +++----
 quadrapassel/help/C/keyboard.page      |   48 -------------------
 quadrapassel/help/C/legal.xml          |   81 ++------------------------------
 quadrapassel/help/C/license.page       |   59 +++++++++++++++++++++++
 quadrapassel/help/C/media/star.png     |  Bin 1237 -> 0 bytes
 quadrapassel/help/C/playgame.page      |   16 ++----
 quadrapassel/help/C/preferences.page   |   59 +++++++++++++----------
 quadrapassel/help/C/score.page         |    5 +-
 quadrapassel/help/C/settings.page      |   31 ------------
 quadrapassel/help/C/translate.page     |    3 +-
 quadrapassel/help/Makefile.am          |   29 ++++++++++-
 15 files changed, 157 insertions(+), 243 deletions(-)
---
diff --git a/quadrapassel/help/C/bug-filing.page b/quadrapassel/help/C/bug-filing.page
index bd58941..2e4d7ed 100644
--- a/quadrapassel/help/C/bug-filing.page
+++ b/quadrapassel/help/C/bug-filing.page
@@ -1,11 +1,10 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="topic" style="task"
-      id="reportproblem">
+      id="bug-filing">
 
   <info>
-    <link type="guide" xref="index#get-involved"/>
-    <link type="seealso" xref="commandline"/>
-    <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
+    <revision pkgversion="3.5.5" version="0.1" date="2012-08-11" status="review"/>
+    <link type="guide" xref="get-involved"/>
     <credit type="author copyright">
       <name>Tiffany Antopolski</name>
       <email>tiffany antopolski gmail com</email>
@@ -18,6 +17,7 @@
     <license>
       <p>Creative Commons Share Alike 3.0</p>
     </license>
+    <desc>Found a problem? Feel free to file a bug.</desc>
   </info>
 
 <title>Report a Problem</title>
@@ -25,7 +25,7 @@
    If you notice a problem you can file a <em>bug report</em>. To file a bug, go to <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.  
+   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 <gui>New Account</gui> link to create one.
@@ -35,7 +35,7 @@
    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=gnome-games";>browse</link> for the bug to see if it already exists.
    </p>
    <p>
-   To file your bug, choose the component <gui>quadrapassel</gui> in the <gui>Component</gui> menu. 
+   To file your bug, choose the component <gui>quadrapassel</gui> in the <gui>Component</gui> menu.
    </p>
    <p>
    If you are requesting a new feature, choose <gui>enhancement</gui> in the <gui>Severity</gui> menu.
diff --git a/quadrapassel/help/C/develop.page b/quadrapassel/help/C/develop.page
index 171094f..f4017ee 100644
--- a/quadrapassel/help/C/develop.page
+++ b/quadrapassel/help/C/develop.page
@@ -3,9 +3,9 @@
 	id="develop">
 
   <info>
-   <link type="guide" xref="index#get-involved"/>
-    
-    <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
+   <link type="guide" xref="get-involved"/>
+
+    <revision pkgversion="3.5.5" version="0.1" date="2012-08-11" status="review"/>
     <credit type="author copyright">
       <name>Tiffany Antopolski</name>
       <email>tiffany antopolski gmail com</email>
@@ -18,6 +18,7 @@
     <license>
       <p>Creative Commons Share Alike 3.0</p>
     </license>
+    <desc>Have a plan for developing the game? We are always open to new ideas.</desc>
   </info>
 
 <title>Help develop</title>
diff --git a/quadrapassel/help/C/documentation.page b/quadrapassel/help/C/documentation.page
index f7b3187..7ccb523 100644
--- a/quadrapassel/help/C/documentation.page
+++ b/quadrapassel/help/C/documentation.page
@@ -2,8 +2,8 @@
 	type="topic" style="task"
 	id="documentation">
   <info>
-    <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
-   <link type="guide" xref="index#get-involved"/>
+    <revision pkgversion="3.5.5" version="0.1" date="2012-08-11" status="review"/>
+   <link type="guide" xref="get-involved"/>
     <credit type="author copyright">
       <name>Tiffany Antopolski</name>
       <email>tiffany antopolski gmail com</email>
@@ -16,6 +16,7 @@
     <license>
       <p>Creative Commons Share Alike 3.0</p>
     </license>
+    <desc>Contribute to the documentation.</desc>
   </info>
 
 <title>Help write documentation</title>
diff --git a/quadrapassel/help/C/get-involved.page b/quadrapassel/help/C/get-involved.page
index 47b3b4c..828b724 100644
--- a/quadrapassel/help/C/get-involved.page
+++ b/quadrapassel/help/C/get-involved.page
@@ -1,9 +1,8 @@
 <page xmlns="http://projectmallard.org/1.0/";
-	type="topic" style="task"
+	type="guide" style="task"
 	id="get-involved">
   <info>
-    <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
-    <link type="guide" xref="index#play"/>
+    <revision pkgversion="3.5.5" version="0.1" date="2012-08-11" status="review"/>
     <credit type="author copyright">
       <name>Elena Petrevska</name>
       <email>elenapetrevska77 gmail com</email>
@@ -14,29 +13,10 @@
     </license>
   </info>
 
-<title>Get Involved!</title>
+<title>Get Involved</title>
 <p>
 <app>Quadrapassel</app> is maintained by a volunteer community. You are invited to participate in any of the following ways.
 </p>
-<section id="bugs"><title></title>
-	<p><link xref="reportproblem">Report</link></p> 
-	<p>Found a problem? Feel free to file a bug.</p>
-</section>
-
-<section id="develop"><title></title>
-	<p><link xref="develop">Develop</link></p>
-	<p>Have a plan for developing the game? We are always open to new ideas!</p>
-</section>
-
-<section id="document"><title></title>
-	<p><link xref="documentation">Documentation</link></p> 
-	<p>Contribute to the documentation, freely!</p>
-</section>
-
-<section id="translate"><title></title>
-	<p><link xref="translate">Translate</link></p>
-	<p>Do you know a world language?</p>
-</section>
 
 <section id="home"><title></title>
   <p><link xref="index"><media type="image" src="media/go-home.png" />HOME</link></p>
diff --git a/quadrapassel/help/C/index.page b/quadrapassel/help/C/index.page
index b9820f3..201cbe6 100644
--- a/quadrapassel/help/C/index.page
+++ b/quadrapassel/help/C/index.page
@@ -5,7 +5,7 @@
     <title type='link' role="trail"> <media type="image" src="media/quadrapassel22.png" /></title>
     <title type='link'>Quadrapassel</title>
     <title type='text'>Quadrapassel</title>
-    <revision pkgversion="3.2.1" version="0.1" date="2012-03-27" status="draft"/>
+    <revision pkgversion="3.5.5" version="0.1" date="2012-08-11" status="review"/>
     <credit type="author copyright">
       <name>Elena Petrevska</name>
       <email>elenapetrevska77 gmail com</email>
@@ -17,9 +17,7 @@
   </info>
 <title><media type="image" src="media/quadrapassel.png">Quadrapassel logo</media>Quadrapassel</title>
 
-  <p>In Quadrapassel, the GNOME version of Tetris, your goal is to create as many complete horizontal lines as possible. The lines are made from seven different shapes that, in a random order, fall from the top center of the screen. Your task is to rotate and move them across the screen to make complete lines. By making complete horizontal lines, you score more, you level up and the blocks fall faster.</p>
-
-
+  <p>In Quadrapassel, the GNOME version of Tetris, your goal is to create as many complete horizontal lines as possible. The lines are made from seven different shapes. The shapes fall randomly from the top center of the screen. Your task is to rotate and move the shapes across the screen to make complete lines. By making complete horizontal lines, you score points and move up levels. As you progress, the speed of the falling blocks increases.</p>
 
 <table rules="all" shade="all">
   <tr>
@@ -29,13 +27,13 @@
     <td><p></p></td>
     <td><p></p></td>
     <td><p><media type="image" src="media/fig5.png" /></p></td>
-  </tr> 
+  </tr>
   <tr>
     <td><p></p></td>
-    <td colspan="2"><p><link xref="playgame">PLAY Game</link></p></td> 
-    <td colspan="2"><p><link xref="scoremore">Score MORE</link></p></td>
+    <td colspan="2"><p><link xref="playgame">Play the game</link></p></td>
+    <td colspan="2"><p><link xref="score">Score points</link></p></td>
     <td><p></p></td>
-  </tr> 
+  </tr>
   <tr>
     <td><p></p></td>
     <td><p></p></td>
@@ -54,8 +52,8 @@
   </tr>
    <tr>
     <td><p></p></td>
-    <td  colspan="2"><p><link xref="settings">Settings</link></p></td>
-    <td  colspan="2"><p><link xref="get-involved">GET Involved</link></p></td>
+    <td  colspan="2"><p><link xref="preferences">Preferences</link></p></td>
+    <td  colspan="2"><p><link xref="get-involved">Get involved</link></p></td>
     <td><p></p></td>
     <td><p></p></td>
   </tr>
@@ -71,4 +69,3 @@
 </table>
 
 </page>
-
diff --git a/quadrapassel/help/C/legal.xml b/quadrapassel/help/C/legal.xml
index ac97e1d..cb5d83f 100644
--- a/quadrapassel/help/C/legal.xml
+++ b/quadrapassel/help/C/legal.xml
@@ -1,76 +1,5 @@
-  <legalnotice id="legalnotice">
-	<para>
-	  Permission is granted to copy, distribute and/or modify this
-	  document under the terms of the GNU Free Documentation
-	  License (GFDL), Version 1.1 or any later version published
-	  by the Free Software Foundation with no Invariant Sections,
-	  no Front-Cover Texts, and no Back-Cover Texts.  You can find
-	  a copy of the GFDL at this <ulink type="help"
-	  url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
-	  distributed with this manual.
-         </para>
-         <para> This manual is part of a collection of GNOME manuals
-          distributed under the GFDL.  If you want to distribute this
-          manual separately from the collection, you can do so by
-          adding a copy of the license to the manual, as described in
-          section 6 of the license.
-	</para>
-
-	<para>
-	  Many of the names used by companies to distinguish their
-	  products and services are claimed as trademarks. Where those
-	  names appear in any GNOME documentation, and the members of
-	  the GNOME Documentation Project are made aware of those
-	  trademarks, then the names are in capital letters or initial
-	  capital letters.
-	</para>
-
-	<para>
-	  DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
-	  UNDER  THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
-	  WITH THE FURTHER UNDERSTANDING THAT:
-
-	  <orderedlist>
-		<listitem>
-		  <para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
-                    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
-                    IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
-                    THAT THE DOCUMENT OR MODIFIED VERSION OF THE
-                    DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
-                    A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
-                    RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
-                    OF THE DOCUMENT OR MODIFIED VERSION OF THE
-                    DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
-                    MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
-                    YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
-                    CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
-                    SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
-                    OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
-                    LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
-                    VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
-                    EXCEPT UNDER THIS DISCLAIMER; AND
-		  </para>
-		</listitem>
-		<listitem>
-		  <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
-                       THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
-                       CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
-                       INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
-                       DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
-                       OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
-                       PARTIES, BE LIABLE TO ANY PERSON FOR ANY
-                       DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
-                       CONSEQUENTIAL DAMAGES OF ANY CHARACTER
-                       INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
-                       OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
-                       MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
-                       LOSSES ARISING OUT OF OR RELATING TO USE OF THE
-                       DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
-                       EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
-                       THE POSSIBILITY OF SUCH DAMAGES.
-		  </para>
-		</listitem>
-	  </orderedlist>
-	</para>
-  </legalnotice>
-
+<license xmlns="http://projectmallard.org/1.0/";
+         href="http://creativecommons.org/licenses/by-sa/3.0/";>
+  <p>This work is licensed under a <link href="http://creativecommons.org/licenses/by-sa/3.0/";>Creative
+  Commons Attribution-ShareAlike 3.0 Unported License</link>.</p>
+</license>
diff --git a/quadrapassel/help/C/license.page b/quadrapassel/help/C/license.page
new file mode 100644
index 0000000..f9f5dbe
--- /dev/null
+++ b/quadrapassel/help/C/license.page
@@ -0,0 +1,59 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  id="license">
+  
+  <info>
+    <link type="seealso" xref="index"/>
+    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
+    <desc>Legal information.</desc>
+  </info>
+
+  <title>License</title>
+  <p>
+    <!-- 
+    Translators: try to use the same translation as the one provided by the CreativeCommons website. 
+    If there is no translation for your language, consider providing one to CreativeCommons.
+    -->
+    This work is distributed under a CreativeCommons Attribution-Share Alike
+    3.0 Unported license.
+  </p>
+  <p>
+    You are free:
+  </p>
+  <terms>
+    <item>
+      <title><em>To share</em></title>
+      <p>To copy, distribute and transmit the work.</p>
+    </item>
+    <item>
+      <title><em>To remix</em></title>
+      <p>To adapt the work.</p> 
+    </item>
+  </terms>
+  <p>
+    Under the following conditions:
+  </p>
+  <terms>
+    <item>
+      <title><em>Attribution</em></title>
+      <p>
+        You must attribute the work in the manner specified by the author or 
+        licensor (but not in any way that suggests that they endorse you or 
+        your use of the work).  
+      </p>
+    </item>
+    <item>
+      <title><em>Share Alike</em></title>
+      <p>
+        If you alter, transform, or build upon this work, you may distribute the 
+        resulting work only under the same, similar or a compatible license.  
+      </p>
+    </item>
+  </terms>
+  <p>
+    <!-- Translators: there are no official localized versions of the legal code, only the deed is localized. -->
+    For the full text of the license, see the 
+    <link href="http://creativecommons.org/licenses/by-sa/3.0/legalcode";>CreativeCommons website</link>, 
+    or read the full <link href="http://creativecommons.org/licenses/by-sa/3.0/";>Commons Deed</link>. 
+  </p>
+</page>
diff --git a/quadrapassel/help/C/playgame.page b/quadrapassel/help/C/playgame.page
index fb7ada2..9300135 100644
--- a/quadrapassel/help/C/playgame.page
+++ b/quadrapassel/help/C/playgame.page
@@ -2,8 +2,7 @@
 	type="topic" style="task"
 	id="playgame">
   <info>
-    <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
-    <link type="guide" xref="index#play"/>
+    <revision pkgversion="3.5.5" version="0.1" date="2012-08-11" status="review"/>
     <credit type="author copyright">
       <name>Elena Petrevska</name>
       <email>elenapetrevska77 gmail com</email>
@@ -25,21 +24,18 @@
 
 <list>
   <item><p>The <key>&#8592;</key> and <key>&#8594;</key> keys move the blocks across the screen.</p></item>
-  <item><p>The <key>&#8593;</key> key rotates the block. The rotation (which is counterclockwise by default) can be changed in <link xref="preferences">Preferences</link>.</p></item>
-  <item><p>The <key>SPACEBAR</key> and <key>&#8595;</key> key increase the speed of the drop. The <key>SPACEBAR</key> causes a hard-drop (instant move to the bottom). The <key>&#8595;</key> key causes a hard-drop (temporary increase in speed while the key is held down).</p></item>
-  <item><p>Once you are familiar with the controls, you are ready to play!</p></item>
+  <item><p>The <key>&#8593;</key> key rotates the block. The rotation (which is counterclockwise by default) can be changed in the <link xref="preferences">Preferences</link>.</p></item>
+  <item><p>The <key>SPACEBAR</key> and <key>&#8595;</key> key increase the speed of the drop. The <key>SPACEBAR</key> causes a hard-drop (instant move to the bottom). The <key>&#8595;</key> key causes a soft-drop (temporary increase in speed while the key is held down).</p></item>
 </list>
 </section>
 
 <section id="rules">
 <title>Rules</title>
 
-<p>There are couple of rules that you should keep in mind:</p>
+<p>There are a couple of rules that you should keep in mind:</p>
 <list>
-	<item><p> At any time during the game, you can <link xref="keyboard">pause</link>, end, start a <link xref="keyboard">new game</link>, get <link xref="keyboard">help</link> and <link xref="keyboard">quit</link> the program.</p></item>
-	<item><p> If you want to change some preference, that is, to open <guiseq><gui>Setting</gui><gui>Preferences</gui></guiseq>, you should end your game first.</p></item>
-	<item><p>As soon as you click the menu, you pause the game.</p></item>
-	<item><p>You can pause the game as many times as you want!</p></item>
+  <item><p>You can pause, end, start a new game, get help or quit the program at any time.</p></item>
+  <item><p>You can pause the game as many times as you want.</p></item>
 </list>
 </section>
 
diff --git a/quadrapassel/help/C/preferences.page b/quadrapassel/help/C/preferences.page
index f7662f9..ccca501 100644
--- a/quadrapassel/help/C/preferences.page
+++ b/quadrapassel/help/C/preferences.page
@@ -3,7 +3,6 @@
 	id="preferences">
   <info>
     <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
-
     <credit type="author copyright">
       <name>Elena Petrevska</name>
       <email>elenapetrevska77 gmail com</email>
@@ -12,56 +11,64 @@
     <credit type="editor">
       <name>Tiffany Antopolski</name>
       <email>tiffany antopolski gmail com</email>
-    </credit>      
+    </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
     </license>
+    <desc>Preferences for the game and the theme.</desc>
   </info>
 
 
 <title>Game Preferences</title>
 
-<p>If you want to change the game preferences, click <guiseq><gui>Settings</gui><gui>Preferences</gui><gui>Game</gui></guiseq>.</p>
-<p>There are three tabs available. The <gui>Controls</gui> tab is explained in <link xref="keyboard#controls">Controls</link>; <gui>Game</gui> and <gui>Theme</gui> are explained here:</p>
+  <p>To change the game preferences, click the <guiseq><gui>Quadrapassel menu</gui><gui>Preferences</gui></guiseq>.</p>
 
-<section id="game">
-<title>Game</title>
-   <p>Under the <gui>Game</gui> tab, you can change the way in which the game starts.</p>
+  <p>The three tabs availabe are <gui>Controls</gui>, <gui>Game</gui> and <gui>Theme</gui>.</p>
 
-  <p>All the options serve to help you adapt the game based on your needs.</p>
+<section id="controls">
+<title>Controls</title>
+  <p>By double-clicking on the given controls, thus selecting the new one, you can change the control keys.</p>
 </section>
 
-<section id="setup">
-<title>Setup</title>
+<section id="game">
+<title>Game</title>
+   <p>Under the <gui>Game</gui> tab, you can change the way in which the game starts:</p>
 <list>
-  <item><p><gui>Number of pre-filled rows</gui> serves as an indicator of how many rows with blocks there will be immediately after you start.</p></item>
-  <item><p><gui>Density of blocks in a pre-filled row</gui> controls how dense, or how many blocks there will be immediately after you start.</p></item>
+  <item><p><gui>Number of pre-filled rows</gui> indicates how many rows with blocks there will be when the game starts.</p></item>
+  <item><p><gui>Density of blocks in a pre-filled row</gui> indicates how many blocks there will be in a pre-filled row when the game starts.</p></item>
   <item><p><gui>Starting level</gui> controls the speed with which you will start.</p></item>
 </list>
-<p>These options can vary from 0 to 19, 0 to 10, and 0 to 20 respectively.</p>
-</section>
+<p>These options can vary from 0 to 19, 0 to 10, and 1 to 20 respectively.</p>
 
-<section id="operation">
-<title>Operation</title>
+<p>Other available options are:</p>
 <list>
-  <item><p><gui>Enable sounds</gui> controls if there is sound while playing.</p></item>
-  <item><p>Checking<gui> review next block</gui> enables you to see what the next block will be.</p></item>
-  <item><p><gui>Use random block colors</gui> serves to change or keep the color of the blocks. For example, "The square will always be blue" or "The square will randomly change its color".</p></item>
-  <item><p><gui>Choose difficult blocks</gui> option will change the difficulty of the blocks that fall. Checking this option means that there will be harder and more complex blocks released one after another.</p></item>
-  <item><p>The rotation, by default, is counterclockwise. If you want to change it, uncheck the <gui>Rotate blocks counterclockwise</gui>option.</p></item>
-  <item><p><gui>Show where the block will land</gui> will detect the spot where the block will fall, thus will make it easier for you to land the block in the correct position. This option is mostly beneficial for beginners.</p></item>
+  <item><p><gui>Enable sounds</gui></p></item>
+  <item><p><gui>Preview next block</gui></p></item>
+  <item><p><gui>Choose difficult blocks</gui></p></item>
+  <item><p><gui>Rotate blocks counterclockwise</gui></p></item>
+  <item><p><gui>Show where the block will land</gui></p></item>
 </list>
 </section>
 
 <section id="theme">
 <title>Theme</title>
-<p>To be able to change the theme, go to <guiseq><gui>Settings</gui><gui>Preference</gui><gui>Theme</gui></guiseq>. Four different themes are available for Quadrapassel. What changes are the blocks' contours.
-</p>
-<p>You can decide between: Plain, Tango Flat, Tango Shaded, and Clean. It is up to you!</p>
+  <p>To change the theme:</p>
+  <steps>
+    <item><p>click the <guiseq><gui>Quadrapassel menu</gui><gui>Preference</gui></guiseq>.</p></item>
+    <item><p>select the <gui>Theme</gui> tab.</p></item>
+  </steps>
+  <p>
+    Four different themes are available for the blocks' contours:
+  </p>
+  <list>
+    <item><p>Plain</p></item>
+    <item><p>Tango Flat</p></item>
+    <item><p>Tango Shaded</p></item>
+    <item><p>Clean</p></item>
+  </list>
 </section>
 
 <section id="previous-home"><title></title>
- <p><link xref="settings"><media type="image" src="media/go-previous.png" />Settings</link></p>
  <p><link xref="index"><media type="image" src="media/go-home.png" />HOME</link></p>
 </section>
 
diff --git a/quadrapassel/help/C/score.page b/quadrapassel/help/C/score.page
index a7d0e8c..1617ca4 100644
--- a/quadrapassel/help/C/score.page
+++ b/quadrapassel/help/C/score.page
@@ -1,9 +1,8 @@
 <page xmlns="http://projectmallard.org/1.0/";
 	type="topic" style="task"
-	id="scoremore">
+	id="score">
   <info>
     <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
-    <link type="guide" xref="index#play"/>
     <credit type="author copyright">
       <name>Elena Petrevska</name>
       <email>elenapetrevska77 gmail com</email>
@@ -24,7 +23,7 @@
 <section id="score-more">
 <title>Score More</title>
  <p>If you start from level 1, the only way to go to the next level is by completing more lines, that is, scoring more points. In order for you to have a better score, try to adapt the screen, the keyboard, and the level (the speed) that fits you the most!</p>
-<p>You can make many changes to the keyboard controls, the contour of the blocks, the number and density of lines with which you start, and the speed of drop. You can change your settings in in <link xref="preferences">Preference</link>, under <link xref="settings">Settings</link>. After deciding what fits you the most, you will rock!</p>
+<p>You can make many changes to the keyboard controls, the contour of the blocks, the number and density of lines with which you start, and the speed of drop. You can change your settings in in <link xref="preferences">Preference</link>. After deciding what fits you the most, you will rock!</p>
 </section>
 
 <section id="high-scores">
diff --git a/quadrapassel/help/C/translate.page b/quadrapassel/help/C/translate.page
index 2526205..adb674c 100644
--- a/quadrapassel/help/C/translate.page
+++ b/quadrapassel/help/C/translate.page
@@ -3,7 +3,7 @@
 	id="translate">
   <info>
     <revision pkgversion="3.4.0" version="0.1" date="2012-03-27" status="draft"/>
-     <link type="guide" xref="index#get-involved"/>
+     <link type="guide" xref="get-involved"/>
     <credit type="author copyright">
       <name>Tiffany Antopolski</name>
       <email>tiffany antopolski gmail com</email>
@@ -13,6 +13,7 @@
       <name>Elena Petrevska</name>
       <email>elenapetrevska77 gmail com</email>
     </credit>
+    <desc>Do you know a world language?</desc>
   </info>
 
 <title>Help translate</title>
diff --git a/quadrapassel/help/Makefile.am b/quadrapassel/help/Makefile.am
index e90a637..8083ec2 100644
--- a/quadrapassel/help/Makefile.am
+++ b/quadrapassel/help/Makefile.am
@@ -1,11 +1,34 @@
 @YELP_HELP_RULES@
 HELP_ID = quadrapassel
 
-HELP_MEDIA = 
+HELP_MEDIA = \
+	media/fig2.png		\
+	media/fig3.png		\
+	media/fig4.png		\
+	media/fig5.png		\
+	media/go-home.png	\
+	media/go-previous.png	\
+	media/part1.jpg		\
+	media/part2.jpg		\
+	media/part3.jpg		\
+	media/part4.jpg		\
+	media/previous.png	\
+	media/quadrapassel.png	\
+	media/quadrapassel22.png
+
 
 HELP_FILES = \
-	legal.xml \
-	index.docbook
+	bug-filing.page		\
+	develop.page		\
+	documentation.page	\
+	get-involved.page	\
+	index.page		\
+	legal.xml		\
+	license.page		\
+	playgame.page		\
+	preferences.page	\
+	score.page		\
+	translate.page
 
 HELP_LINGUAS = ca cs de el en_GB es eu fi fr it ja oc ro sl sr sr latin sv zh_CN
 



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