[gnome-klotski/mallard-help: 4/52] help: Add index.page



commit e63f98ff88dbb5fba9c3927c4470e2d878751b0d
Author: Rashi Aswani <aswanirashi19 gmail com>
Date:   Fri May 23 00:18:41 2014 +0530

    help: Add index.page
    
    Also adds logo images, legal.xml and Makefile.am

 help/C/figures/logo.png   |  Bin 0 -> 649 bytes
 help/C/figures/logo32.png |  Bin 0 -> 2537 bytes
 help/C/index.page         |   41 +++++++++++++++++++++++++++++++++++++++++
 help/C/legal.xml          |    5 +++++
 help/Makefile.am          |   13 +++++++++++++
 5 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/help/C/figures/logo.png b/help/C/figures/logo.png
new file mode 100644
index 0000000..73d60f3
Binary files /dev/null and b/help/C/figures/logo.png differ
diff --git a/help/C/figures/logo32.png b/help/C/figures/logo32.png
new file mode 100644
index 0000000..e6d4903
Binary files /dev/null and b/help/C/figures/logo32.png differ
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..69549a1
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,41 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  xmlns:its="http://www.w3.org/2005/11/its";
+  id="index"
+  type="guide"
+  style="2column">
+
+  <info>
+    <title type="link" role="trail"><media type="image" its:translate="no" src="figures/logo.png"/></title>
+    <title type="link">Klotski</title>
+    <title type="text">Klotski</title>
+    <desc>GNOME Klotski help.</desc>
+    <revision version="3.12" date="2014-05-22" status="draft"/>
+    <credit type="author">
+      <name>Rashi Aswani</name>
+      <email>aswanirashi19 gmail com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title><media type="image" its:translate="no" src="figures/logo32.png">
+  Klotski logo</media> Klotski</title>
+  <p><app>The Klotski</app> application is a clone of the Klotski game. The
+  objective of the game is to move the patterned block to the area bordered by
+  the green markers in the minimum number of moves by sliding the blocks
+  horizontally or vertically.</p>
+
+  <section id="play" style="2column">
+    <title>Playing Klotski</title>
+  </section>
+
+  <section id="tips" style="2column">
+    <title>Useful tips</title>
+  </section>
+
+  <section id="advanced" style="2column">
+    <title>Advanced</title>
+  </section>  
+
+</page>
diff --git a/help/C/legal.xml b/help/C/legal.xml
new file mode 100644
index 0000000..cb5d83f
--- /dev/null
+++ b/help/C/legal.xml
@@ -0,0 +1,5 @@
+<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/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..3124159
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,13 @@
+ YELP_HELP_RULES@
+
+HELP_ID = tali
+HELP_MEDIA = \
+  figures/logo32.png \
+  figures/logo.png
+HELP_FILES = \
+  index.page \
+  legal.xml
+
+HELP_LINGUAS = 
+
+-include $(top_srcdir)/git.mk
\ No newline at end of file


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