[gnome-dictionary/wip/help-pages: 26/31] Update help about editing and deleting dictionary sources



commit a6c84f032c9d6c12ccee05989fb4ef33bcf6327f
Author: Sindhu S <sindhus live in>
Date:   Sat Mar 30 11:02:42 2013 -0400

    Update help about editing and deleting dictionary sources
    
    Update Makefile.am.

 help/C/sources-delete.page      |   50 ++++++++++++++++++++++++++++++
 help/C/sources-delete.page.stub |   25 ---------------
 help/C/sources-edit.page        |   65 +++++++++++++++++++++++++++++++++++++++
 help/C/sources-edit.page.stub   |   23 --------------
 help/Makefile.am                |    2 +
 5 files changed, 117 insertions(+), 48 deletions(-)
---
diff --git a/help/C/sources-delete.page b/help/C/sources-delete.page
new file mode 100644
index 0000000..9e41a42
--- /dev/null
+++ b/help/C/sources-delete.page
@@ -0,0 +1,50 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="sources-delete">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="sources-guide#guide"/>
+    <link type="seealso" xref="prob-error-while-retrieving-definition"/>
+    <!--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"/>
+
+  </info>
+
+  <title>Delete Dictionary Sources</title>
+
+  <p>When some <link xref="sources-add-remote">dictionary sources</link>
+  stop working for you or if you do not require a particular dictionary
+  source, you may choose to delete such dictionary sources.</p>
+
+  <steps>
+    <title>To delete a dictionary source:</title>
+    <item>
+      <p>Select <guiseq><gui style="menu"><app>Dictionary</app></gui>
+      <gui style="menuitem">Preferences</gui>
+      <gui style="tab">Source</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>Select the desired dictionary source.</p>
+    </item>
+    <item>
+      <p>Click <gui style="button">Remove</gui>.</p>
+      <note style="warning">
+        <p>A dictionary source once deleted cannot be restored.</p>
+      </note>
+    </item>
+    <item>
+      <p>To close the <gui>Dictionary Preferences</gui> dialog and return to
+      <app>Dictionary</app>, click
+      <gui style="button">Close</gui>.</p>
+    </item>
+  </steps>
+
+</page>
\ No newline at end of file
diff --git a/help/C/sources-edit.page b/help/C/sources-edit.page
new file mode 100644
index 0000000..303b19f
--- /dev/null
+++ b/help/C/sources-edit.page
@@ -0,0 +1,65 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="sources-edit">
+
+  <info>
+    <revision version="0.1" date="2013-03-06" status="draft"/>
+    <link type="guide" xref="sources-guide#guide"/>
+    <!--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"/>
+
+  </info>
+
+  <title>Edit a dictionary source</title>
+
+  <p>You can customize a dictionary source to update details such as it's
+  description, remote address and so on.</p>
+
+  <steps>
+    <title>To edit a dictionary source:</title>
+    <item>
+      <p>Select <guiseq><gui style="menu">Dictionary</gui><gui style="menuitem">Preferences</gui><gui 
style="tab">Source</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>You can edit the following fields:</p>
+      <list>
+        <item>
+          <p><gui style="input">Description:</gui> adds a short note about the
+          dictionary source.</p>
+        </item>
+        <item>
+          <p><gui style="menu">Transport:</gui> indicates the type of 
+          server.</p>
+        </item>
+        <item>
+          <p><gui style="input">Hostname:</gui> indicates the remote address
+          where the dictionary source is located.</p>
+        </item>
+        <item>
+          <p><gui style="input">Port:</gui> indicates the remote port for the
+          associated <gui style="input">Hostname</gui>.</p>
+        </item>
+      </list>
+    </item>
+    <item>
+      <p>To view available dictionaries under the dictionary source, select
+      <guiseq><gui style="menu"><app>Dictionary</app></gui>
+      <gui style="menuitem">Preferences</gui>
+      <gui style="tab">Dictionaries</gui></guiseq>. Optionally, you may use
+      the arrow icon to refresh the list and the brush icon to clear the
+      list.</p>
+    </item>
+    <item>
+      <p>To close the <gui>Dictionary Source</gui> dialog and return to
+      <app>Dictionary</app>, click <gui style="button">Close</gui>.</p>
+    </item>
+  </steps>
+
+</page>
\ No newline at end of file
diff --git a/help/Makefile.am b/help/Makefile.am
index b5551a5..d8c77be 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -16,6 +16,8 @@ HELP_FILES = \
           save-definition.page \
           similar-words.page \
           sources-default.page \
+          sources-delete.page \
+          sources-edit.page \
           sources-guide.page \
           sources-select.page \
           text-operations.page


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