[gnome-games] [iagno/help/C] skeletal outline for new Mallard docs.



commit 9de419361a27a4e90871bf019137a0c2aed71fa0
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sat Dec 10 17:40:24 2011 -0500

    [iagno/help/C] skeletal outline for new Mallard docs.

 iagno/help/C/2player.page        |   19 ++++++++++++
 iagno/help/C/ai-game.page        |   19 ++++++++++++
 iagno/help/C/change-color.page   |   19 ++++++++++++
 iagno/help/C/figures/logo.png    |  Bin 0 -> 856 bytes
 iagno/help/C/figures/logo32.png  |  Bin 0 -> 2501 bytes
 iagno/help/C/index.page          |   39 +++++++++++++++++++++++++
 iagno/help/C/intro.page          |   21 +++++++++++++
 iagno/help/C/license.page        |   59 ++++++++++++++++++++++++++++++++++++++
 iagno/help/C/play.page           |   19 ++++++++++++
 iagno/help/C/quick-move.page     |   19 ++++++++++++
 iagno/help/C/rules.page          |   19 ++++++++++++
 iagno/help/C/shortcuts.page      |   19 ++++++++++++
 iagno/help/C/sound.page          |   19 ++++++++++++
 iagno/help/C/strategy.page       |   19 ++++++++++++
 iagno/help/C/visual-results.page |   19 ++++++++++++
 15 files changed, 309 insertions(+), 0 deletions(-)
---
diff --git a/iagno/help/C/2player.page b/iagno/help/C/2player.page
new file mode 100644
index 0000000..5b084f5
--- /dev/null
+++ b/iagno/help/C/2player.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="2player">
+  <info>
+    <link type="guide" xref="index#tips" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Two-player mode</title>
+
+</page>
diff --git a/iagno/help/C/ai-game.page b/iagno/help/C/ai-game.page
new file mode 100644
index 0000000..7e58250
--- /dev/null
+++ b/iagno/help/C/ai-game.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="ai-game">
+  <info>
+    <link type="guide" xref="index#tips" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Play against the computer</title>
+
+</page>
diff --git a/iagno/help/C/change-color.page b/iagno/help/C/change-color.page
new file mode 100644
index 0000000..0a1a0cc
--- /dev/null
+++ b/iagno/help/C/change-color.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="change-color">
+  <info>
+    <link type="guide" xref="index#tips" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Change color</title>
+
+</page>
diff --git a/iagno/help/C/figures/logo.png b/iagno/help/C/figures/logo.png
new file mode 100644
index 0000000..bb8fe52
Binary files /dev/null and b/iagno/help/C/figures/logo.png differ
diff --git a/iagno/help/C/figures/logo32.png b/iagno/help/C/figures/logo32.png
new file mode 100644
index 0000000..b7adb8e
Binary files /dev/null and b/iagno/help/C/figures/logo32.png differ
diff --git a/iagno/help/C/index.page b/iagno/help/C/index.page
new file mode 100644
index 0000000..2d3abf7
--- /dev/null
+++ b/iagno/help/C/index.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/";
+	type="guide" style="task"
+	id="index">
+
+  <info>
+    <title type='link' role="trail"><media type="image" src="figures/logo.png"/></title>
+    <title type='link'>Iagno</title>
+    <title type='text'>Iagno</title>
+    <revision pkgversion="3.4" version="0.1" date="2011-12-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>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
+  </info>
+
+<title><media type="image" src="figures/logo32.png">Iagno logo</media>Iagno</title>
+
+   <section id="play" style="2column">
+    <title>Game Play</title>
+   </section>
+
+   <section id="tips" style="2column">
+    <title>Useful tips</title>
+   </section>
+
+   <section id="advanced" style="2column">
+    <title>Advanced</title>
+   </section>
+
+   <section id="get-involved" style="2column">
+    <title>Get Involved</title>
+   </section>
+
+
+</page>
diff --git a/iagno/help/C/intro.page b/iagno/help/C/intro.page
new file mode 100644
index 0000000..e46e064
--- /dev/null
+++ b/iagno/help/C/intro.page
@@ -0,0 +1,21 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="intro">
+  <info>
+   <link type="guide" xref="index" /> 
+   <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Introduction</title>
+
+  <p>Short introductory text...</p>
+
+</page>
diff --git a/iagno/help/C/license.page b/iagno/help/C/license.page
new file mode 100644
index 0000000..312b6cf
--- /dev/null
+++ b/iagno/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="2.30" version="0.1" date="2009-12-28" status="draft"/>
+    <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/iagno/help/C/play.page b/iagno/help/C/play.page
new file mode 100644
index 0000000..6576309
--- /dev/null
+++ b/iagno/help/C/play.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="play">
+  <info>
+    <link type="guide" xref="index#play" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>How to Play</title>
+
+</page>
diff --git a/iagno/help/C/quick-move.page b/iagno/help/C/quick-move.page
new file mode 100644
index 0000000..ed4bad9
--- /dev/null
+++ b/iagno/help/C/quick-move.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="quick-move">
+  <info>
+    <link type="guide" xref="index#tips" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Quick move option</title>
+
+</page>
diff --git a/iagno/help/C/rules.page b/iagno/help/C/rules.page
new file mode 100644
index 0000000..cc1d3eb
--- /dev/null
+++ b/iagno/help/C/rules.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="rules">
+  <info>
+    <link type="guide" xref="index#play" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Rules</title>
+
+</page>
diff --git a/iagno/help/C/shortcuts.page b/iagno/help/C/shortcuts.page
new file mode 100644
index 0000000..48e182b
--- /dev/null
+++ b/iagno/help/C/shortcuts.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="shortcuts">
+  <info>
+    <link type="guide" xref="index#advanced" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Keyboard shortcuts</title>
+
+</page>
diff --git a/iagno/help/C/sound.page b/iagno/help/C/sound.page
new file mode 100644
index 0000000..4960b86
--- /dev/null
+++ b/iagno/help/C/sound.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="sound">
+  <info>
+    <link type="guide" xref="index#tips" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Enable and disable sound</title>
+
+</page>
diff --git a/iagno/help/C/strategy.page b/iagno/help/C/strategy.page
new file mode 100644
index 0000000..c7228a4
--- /dev/null
+++ b/iagno/help/C/strategy.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="strategy">
+  <info>
+    <link type="guide" xref="index#tips" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Strategy</title>
+
+</page>
diff --git a/iagno/help/C/visual-results.page b/iagno/help/C/visual-results.page
new file mode 100644
index 0000000..549c06e
--- /dev/null
+++ b/iagno/help/C/visual-results.page
@@ -0,0 +1,19 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="visual-results">
+  <info>
+    <link type="guide" xref="index#tips" />
+    <revision version="0.1" date="2011-12-10" status="stub"/>
+
+    <credit type="author copyright">
+      <name></name>
+      <email></email>
+      <years>2011</years>
+    </credit>
+
+    <desc></desc>
+  </info>
+
+  <title>Visually see game results</title>
+
+</page>



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