[gnome-dictionary/wip/help-pages: 13/32] Add list of available strategies.



commit cf942ecea0110dd13a7bb4062b0f144b797a3f4a
Author: Sindhu S <sindhus live in>
Date:   Thu Mar 28 20:53:17 2013 +0530

    Add list of available strategies.

 help/C/strategies.page |   52 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 51 insertions(+), 1 deletions(-)
---
diff --git a/help/C/strategies.page b/help/C/strategies.page
index 0547497..de4e690 100644
--- a/help/C/strategies.page
+++ b/help/C/strategies.page
@@ -19,8 +19,58 @@
 
   </info>
 
-  <title><app>Search</app> strategies</title>
+  <title>Definition strategies</title>
 
   <p></p>
 
+  <terms>
+    <item>
+      <title>Match headwords exactly</title>
+      <p></p>
+    </item>
+    <item>
+      <title>March prefixes</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match prefixes (skip, count)</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match substring occuring anywhere in a headword</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match suffixes</title>
+      <p></p>
+    </item>
+    <item>
+      <title>POSIX 1003.2 (modern) regular expressions</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Old (basic) regular expressions</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match using SOUNDEX algorithm</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match headwords withinLevenshtein distance one</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match separate words within headwords</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match the first word within headwords</title>
+      <p></p>
+    </item>
+    <item>
+      <title>Match the last word within headwords</title>
+      <p></p>
+    </item>
+  </terms>
 </page>


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