[gnome-dictionary/wip/help-pages: 1/27] Add new help pages



commit eb5cdd12c9e88523068c6e0e0d8a02c21bf39fe5
Author: Sindhu S <sindhus live in>
Date:   Wed Mar 6 21:01:13 2013 +0530

    Add new help pages
    
    Add pages that describe basic help under the features section.
    Update entries in Makefile.am.
    Add new file definition.page.
    Add help to find text within definitions.
    Rename search.page to find.page.

 help/C/definition.page      |   24 ++++++++++++++++++++++
 help/C/find.page            |   47 +++++++++++++++++++++++++++++++++++++++++++
 help/C/introduction.page    |   24 ++++++++++++++++++++++
 help/C/print.page           |   24 ++++++++++++++++++++++
 help/C/save-text.page       |   24 ++++++++++++++++++++++
 help/C/similar-words.page   |   24 ++++++++++++++++++++++
 help/C/text-operations.page |   24 ++++++++++++++++++++++
 help/Makefile.am            |   11 ++++++++-
 8 files changed, 200 insertions(+), 2 deletions(-)
---
diff --git a/help/C/definition.page b/help/C/definition.page
new file mode 100644
index 0000000..7f50e70
--- /dev/null
+++ b/help/C/definition.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="definition">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="index#features"/>
+    <!--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>Find meanings of words.</desc>
+
+  </info>
+
+  <title>Search definitions</title>
+
+</page>
diff --git a/help/C/find.page b/help/C/find.page
new file mode 100644
index 0000000..6b41edd
--- /dev/null
+++ b/help/C/find.page
@@ -0,0 +1,47 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="find">
+
+  <info>
+    <revision version="0.1" date="2013-03-28" status="review"/>
+    <link type="guide" xref="index#features"/>
+    <!--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>Search for text in definitions.</desc>
+
+  </info>
+
+  <title>Find text</title>
+
+  <p><app>Dictionary</app> is able to search specific text in definitions.</p>
+
+  <steps>
+    <title>To find text in definitions:</title>
+    <item>
+      <p>Select <guiseq><gui style="menu">Edit</gui>
+      <gui style="menitem">Find</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>The <gui>Find</gui> bar will appear at the bottom of the
+      <app>Dictionary</app> window. Type in the desired term to find within
+      the the currently displayed definition. If the term is found, it is
+      highlighted.</p>
+    </item>
+  </steps>
+
+  <note style="tip">
+    <p>If multiple terms are found in the definition that match your search
+    term, then to navigate these results use you may use:
+    <keyseq><key>Ctrl</key><key>G</key></keyseq> to find the next occurence of
+    the term and <keyseq><key>Shift</key><key>Ctrl</key><key>G</key></keyseq>
+    to find previous occurence of the term.</p>
+  </note>
+</page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
new file mode 100644
index 0000000..8ee1c89
--- /dev/null
+++ b/help/C/introduction.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="introduction">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="index"/>
+    <!--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>What is <app>Dictionary</app>?</desc>
+
+  </info>
+
+  <title>Introduction</title>
+
+</page>
diff --git a/help/C/print.page b/help/C/print.page
new file mode 100644
index 0000000..63159d3
--- /dev/null
+++ b/help/C/print.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="print">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="index#features"/>
+    <!--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>Preview and print definitions.</desc>
+
+  </info>
+
+  <title>Print defintions</title>
+
+</page>
diff --git a/help/C/save-text.page b/help/C/save-text.page
new file mode 100644
index 0000000..0a1a9aa
--- /dev/null
+++ b/help/C/save-text.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="save-text">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="index#features"/>
+    <!--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>Save definitions on file.</desc>
+
+  </info>
+
+  <title>Save definitions</title>
+
+</page>
diff --git a/help/C/similar-words.page b/help/C/similar-words.page
new file mode 100644
index 0000000..6eb86e8
--- /dev/null
+++ b/help/C/similar-words.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="similar-words">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="index#features"/>
+    <!--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>Find similar words.</desc>
+
+  </info>
+
+  <title>Look up similar words</title>
+
+</page>
diff --git a/help/C/text-operations.page b/help/C/text-operations.page
new file mode 100644
index 0000000..35b59f8
--- /dev/null
+++ b/help/C/text-operations.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="text-operations">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="index#features"/>
+    <!--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>Operations on text <app>Dictionary</app>.</desc>
+
+  </info>
+
+  <title>Text operations</title>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 9827825..6edc502 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -3,9 +3,16 @@
 HELP_ID = gnome-dictionary
 
 HELP_FILES = \
+          definition.page \
+          find.page \
           index.page \
-          legal.xml
+          introduction.page \
+          legal.xml \
+          print.page \
+          save-text.page \
+          similar-words.page \
+          text-operations.page 
 HELP_MEDIA = \
-       figures/gnome-dictionary-icon.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]