[gnome-dictionary/mallard-help: 3/58] Add basic mallard help structure.



commit 4bee4c490ff0c7b5c14faa078033940ad9369a5a
Author: Sindhu S <sindhus live in>
Date:   Sat Mar 30 13:19:14 2013 +0530

    Add basic mallard help structure.
    
    Add license, author and page structure to index.page.
    Add gnome-dictionary-icon.png to index.page.
    Add CC-by-SA 3.0 Unported license to legal.xml.
    Update ../Makefile.am.
    
    Conflicts:
        help/C/legal.xml

 help/C/figures/gnome-dictionary-icon.png |  Bin 0 -> 1699 bytes
 help/C/index.page                        |   28 ++++++++++++++++++++++++++++
 help/Makefile.am                         |    9 +--------
 3 files changed, 29 insertions(+), 8 deletions(-)
---
diff --git a/help/C/figures/gnome-dictionary-icon.png b/help/C/figures/gnome-dictionary-icon.png
new file mode 100644
index 0000000..0f165d7
Binary files /dev/null and b/help/C/figures/gnome-dictionary-icon.png differ
diff --git a/help/C/index.page b/help/C/index.page
index e69de29..14d8ec7 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -0,0 +1,28 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide" style="2column task"
+      id="index">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <title type="link">Dictionary</title>
+    <title type="text">Dictionary</title>
+
+    <credit type="author copyright">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <desc>Look up words using dictionary sources.</desc>
+  </info>
+
+  <title>
+    <media type="image" mime="image/png" src="figures/gnome-dictionary-icon.png">
+    </media>
+    Dictionary Help
+  </title>
+
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index b13b75a..6af972b 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,14 +7,7 @@ HELP_FILES = \
           legal.xml
                                
 HELP_MEDIA = \
-       figures/gnome-dictionary-add-source.png \       
-       figures/gnome-dictionary-applet-window.png \    
-       figures/gnome-dictionary-applet.png \   
-       figures/gnome-dictionary-application.png \      
-       figures/gnome-dictionary-find.png \     
-       figures/gnome-dictionary-lookup.png \
-       figures/gnome-dictionary-preferences-print.png \        
-       figures/gnome-dictionary-preferences-source.png 
+       figures/gnome-dictionary-icon.png       \
 
 HELP_LINGUAS = ca cs da de el en_GB es eu fi fr gl id it oc ru sl sv uk zh_CN
 


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