[gnome-dictionary/wip/help-pages: 2/54] Add basic mallard help structure.



commit 3452c845a9282441a96811e50463b4558f609712
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.

 help/C/figures/gnome-dictionary-icon.png |  Bin 0 -> 1699 bytes
 help/C/index.page                        |   27 +++++++++++++++++++++++++++
 help/Makefile.am                         |   12 +-----------
 3 files changed, 28 insertions(+), 11 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..4c3fb48 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -0,0 +1,27 @@
+<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 e3fb764..9827825 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -5,17 +5,7 @@ HELP_ID = gnome-dictionary
 HELP_FILES = \
           index.page \
           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 pt_BR ru sl sv uk zh_CN
-
-


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