[gnome-dictionary/wip/help-pages: 2/25] Add better page title and description



commit 4e54c64cd20c79a9fdad412e96b48cd471279353
Author: Sindhu S <sindhus live in>
Date:   Wed Mar 6 13:17:25 2013 +0530

    Add better page title and description

 help/C/definition.page    |    2 +-
 help/C/similar-words.page |    4 ++--
 help/C/sources-guide.page |   34 ++++++++++++++++++++++++++++++++++
 help/Makefile.am          |    3 ++-
 4 files changed, 39 insertions(+), 4 deletions(-)
---
diff --git a/help/C/definition.page b/help/C/definition.page
index 7f50e70..184bec9 100644
--- a/help/C/definition.page
+++ b/help/C/definition.page
@@ -19,6 +19,6 @@
 
   </info>
 
-  <title>Search definitions</title>
+  <title>Look up definitions</title>
 
 </page>
diff --git a/help/C/similar-words.page b/help/C/similar-words.page
index 6eb86e8..90a133a 100644
--- a/help/C/similar-words.page
+++ b/help/C/similar-words.page
@@ -15,10 +15,10 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>Find similar words.</desc>
+    <desc>Search similar words.</desc>
 
   </info>
 
-  <title>Look up similar words</title>
+  <title>Find related words</title>
 
 </page>
diff --git a/help/C/sources-guide.page b/help/C/sources-guide.page
new file mode 100644
index 0000000..78a3d28
--- /dev/null
+++ b/help/C/sources-guide.page
@@ -0,0 +1,34 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="guide"
+      id="sources-guide">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="index#preferences"/>
+    <!--link type="guide" xref=""/-->
+
+    <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>Manage various <app>Dictionary</app> sources.</desc>
+
+  </info>
+
+  <title><app>Dictionary</app> sources</title>
+
+  <p><gui><app>Dictionary</app> sources</gui> are collections of words and
+  their meanings. Each dictionary source contains terms particular to a
+  language or subject. Individually, each dictionary source is called a
+  <em>Dictionary</em>. You can install various dictionaries (both online and
+  offline) related to your interest.</p>
+
+  <section id="guide" style="2column">
+    <title>Manage your dictionary sources</title>
+  </section>
+
+</page>
\ No newline at end of file
diff --git a/help/Makefile.am b/help/Makefile.am
index 8bf8939..3483927 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -11,7 +11,8 @@ HELP_FILES = \
           print.page \
           save-text.page \
           similar-words.page \
-          text-operations.page
+          sources.page \
+          text-operations.page \
 HELP_MEDIA = \
        figures/gnome-dictionary-icon.png       \
 


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