~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to help/fa/search.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2010-11-25 21:26:48 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20101125212648-mc64wvs0nw3xp7bx
Tags: 3.1.4-1
[ Jonathan Marsden ]
* New upstream release 3.1.4
* Removed debian/patch/* since the one patch was included upstream.
* Bumped Standards-Version to 3.9.1 (no changes required).
* debian/README.Debian: Corrected spelling and reworded for clarity.
* debian/control: Add Jonathan Marsden back into Uploaders.

[ Dmitrijs Ledkovs ]
* Added local options dpkg-source to unapply patches and fail on
  upstream source changes (ignoring false positives).
* Added bzr-builddeb hook to generate source-format before build. If you
  are not using bzr-builddeb, you must run "./debian/rules clean" before
  building.
* patches/xul-2.0.patch: bump UPPER_RANGE to allow running against xul20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<!-- ============= Search  ============-->
3
 
<sect2 id="xiphos-searchpane">
4
 
                <title>Simple Searches</title>
5
 
                <para>
6
 
                To conduct a quick search within the current Bible or commentary module, the Search Bar in the Sidebar should usually be adequate. Click either
7
 
                in the menu bar <guimenuitem>Edit-&gt;Search</guimenuitem> or in the Sidebar <guimenuitem>Modules-&gt;Search</guimenuitem> to access it.
8
 
                </para> 
9
 
        
10
 
                <figure>
11
 
                <title>The Search Bar</title>
12
 
                       <screenshot> 
13
 
          <mediaobject> 
14
 
            <imageobject><imagedata fileref="figures/interface_searchpane.png" format="PNG"/> 
15
 
            </imageobject>
16
 
            <!-- EPS versions of the figures are not required at the moment. -->
17
 
            <!-- 
18
 
                    <imageobject>
19
 
                <imagedata fileref="figures/interface_searchpane.eps" format="EPS"/>
20
 
                    </imageobject>
21
 
            -->
22
 
            <textobject> 
23
 
              <phrase>The Search Bar</phrase> 
24
 
            </textobject> 
25
 
          </mediaobject> 
26
 
        
27
 
                       </screenshot>
28
 
 
29
 
                </figure>
30
 
              <para>
31
 
                The <interface>Search Dialog</interface> consists of the following parts:
32
 
                </para>
33
 
                        <itemizedlist>
34
 
                                <listitem>
35
 
                                        <para>
36
 
                                        Search Key Entry box
37
 
                                        </para>
38
 
                                </listitem>
39
 
                                <listitem>
40
 
                                        <para>
41
 
                                        Search Module Selector
42
 
                                        </para>
43
 
                                </listitem>
44
 
                                <listitem>
45
 
                                        <para>
46
 
                                        Search Type Selector
47
 
                                        </para>
48
 
                                </listitem>
49
 
                                <listitem>
50
 
                                        <para>
51
 
                                        Search Options Checkbox
52
 
                                        </para>
53
 
                                </listitem>
54
 
                                <listitem>
55
 
                                        <para>
56
 
                                        Search Scope Selector
57
 
                                        </para>
58
 
                                </listitem>
59
 
                                <listitem>
60
 
                                        <para>
61
 
                                        Search Results View
62
 
                                        </para>
63
 
                                </listitem>
64
 
                        </itemizedlist>                 
65
 
                <sect3 id="xiphos-search-key">
66
 
                        <title>Search Key Entry Box</title>
67
 
                        <para>Allows entry of the key for which you would like to search. The 
68
 
                        search key can be a word, part of a word, several words, a phrase, or 
69
 
                        a regular expression depending on the type of search selected. When 
70
 
                        the search key is entered and all other selections in the search dialog 
71
 
                        are complete, click the <guibutton>Find</guibutton> button to begin 
72
 
                        the search.
73
 
                        </para>
74
 
                        <para>
75
 
                        This search uses the optimized search method (see next section) if
76
 
                        the module has previously been indexed, and will use AND semantics by default 
77
 
                        (verses must contain all words you entered).
78
 
                        </para>
79
 
                        </sect3>
80
 
                
81
 
                <sect3 id="xiphos-search-modselect">
82
 
                        <title>Search Module Selector</title>
83
 
                        <para>Allows selection of which modules you would like to search. 
84
 
                        Select <guibutton>Bible</guibutton> to search Bible versions or 
85
 
                        <guibutton>Commentary</guibutton> to search commentaries. Only 
86
 
                        the currently active module will be searched.</para>
87
 
                </sect3>
88
 
                
89
 
                <sect3 id="xiphos-search-typeselect">
90
 
                <title>Search Type Selector</title>
91
 
                <para>Allows selection of the type of search. There are three search
92
 
                types available:
93
 
                </para>
94
 
                        <variablelist>
95
 
                                <varlistentry>
96
 
                                        <term><guibutton>Multi word</guibutton></term> 
97
 
                                        <listitem><para>This type will match any verse that has 
98
 
                                        all the words in the search key, regardless of where 
99
 
                                        they appear in the verse.</para></listitem>
100
 
                                </varlistentry>
101
 
                                <varlistentry>
102
 
                                        <term><guibutton>Regular expression</guibutton></term> 
103
 
                                        <listitem><para>This search uses a regular expression
104
 
                                        as a search key. A regular expression is a pattern used 
105
 
                                        to match a string of text. A regular expression can be 
106
 
                                        used to find verses with words that match a particular 
107
 
                                        pattern. For example the regular expression
108
 
                                        <userinput>[a-z]*iah </userinput> will match verses that contain
109
 
                                        the words Aiah, Ahaziah, Athaliah and Amariah.</para>
110
 
                                        <para>A complete discussion of regular expressions is 
111
 
                                        beyond the scope of this manual, but more information 
112
 
                                        can be found in the grep man page.</para></listitem>
113
 
                                </varlistentry>
114
 
                                <varlistentry>
115
 
                                        <term><guibutton>Exact phrase</guibutton></term> 
116
 
                                        <listitem><para>This type will match the search key
117
 
                                        exatly as entered. If the search key is <userinput>
118
 
                                        it is good</userinput>, this search would match a verse
119
 
                                        which contains "<emphasis>it is good</emphasis>," but 
120
 
                                        would not match a verse which contains "<emphasis>
121
 
                                        good</emphasis>, and doeth <emphasis>it</emphasis> not, 
122
 
                                        to him it <emphasis>is</emphasis> sin."</para></listitem>
123
 
                                </varlistentry>
124
 
                        </variablelist>
125
 
                </sect3>
126
 
 
127
 
                <sect3 id="xiphos-search-options">
128
 
                        <title>Search Options Checkbox</title>
129
 
                        <para>Allows selecting of search options. The only available option 
130
 
                        is <guibutton>Match case</guibutton>. Check this box to make the 
131
 
                        search case sensitive.</para>
132
 
                </sect3>
133
 
                
134
 
                <sect3 id="xiphos-search-scopeselect">
135
 
                        <title>Search Scope Selector</title>
136
 
                        <para>Allows defining the range within the specificed module that will
137
 
                        be searched. There are three search scopes available:</para>
138
 
                        <variablelist>
139
 
                                <varlistentry>
140
 
                                        <term><guibutton>No scope</guibutton></term>
141
 
                                        <listitem><para>This button causes the search to
142
 
                                        to include the entire module.</para>
143
 
                                        </listitem>
144
 
                                </varlistentry>
145
 
                                <varlistentry>
146
 
                                        <term><guibutton>Use bounds</guibutton></term>
147
 
                                        <listitem><para>Selecting this button produces two dropdown
148
 
                                        selector boxes marked <guilabel>Lower</guilabel> and
149
 
                                        <guilabel>Upper</guilabel>. Select the first book
150
 
                                        to search in the <guilabel>Lower</guilabel> box and
151
 
                                        the last book to search in the <guilabel>Upper</guilabel>
152
 
                                        box. The search will begin with the <guilabel>Lower
153
 
                                        </guilabel> book and end with the <guilabel>Upper
154
 
                                        </guilabel> book and include all books in between.
155
 
                                        </para>
156
 
                                        <para>Chapter and verse numbers can be entered into
157
 
                                        the search bound boxes as well to further narrow the
158
 
                                        search. </para>
159
 
                                        </listitem>
160
 
                                </varlistentry>
161
 
                                <varlistentry>
162
 
                                        <term><guibutton>Last search</guibutton></term>
163
 
                                        <listitem><para>Select this button to do a new 
164
 
                                        search including only the verses returned as a 
165
 
                                        result of the last search. Use this with a new 
166
 
                                        search key to narrow the search further.</para>
167
 
                                        </listitem>
168
 
                                </varlistentry>
169
 
                        </variablelist> 
170
 
                </sect3>
171
 
                <sect3 id="xiphos-search-results">
172
 
                        <title>Search Results View</title>
173
 
                        <para>This shows a list of the current search results for previewing, navigation, or saving.</para>
174
 
                        <variablelist>
175
 
                                <varlistentry>
176
 
                                        <term>Preview</term>
177
 
                                        <listitem><para>To preview the search result, simply click on an individual result.
178
 
                                        The entry will show in the preview pane.
179
 
                                        </para>
180
 
                                        </listitem>
181
 
                                </varlistentry>
182
 
                                <varlistentry>
183
 
                                        <term>Navigation</term>
184
 
                                        <listitem><para>Navigation to the search result can be done in two ways. To open the result
185
 
                                        in a new tab, middle-click the mouse. To open the result in the current tab, double-click the result.
186
 
                                        </para>
187
 
                                        </listitem>
188
 
                                </varlistentry>
189
 
                                <varlistentry>
190
 
                                        <term>Save Results</term>
191
 
                                        <listitem><para>You may save your results as a list of bookmarks. To do this, right-click and select
192
 
                                        <guilabel>Save List</guilabel>. You will be prompted to enter a name for the folder that your results
193
 
                                        will be saved to. After you have saved the results, you may view them by going to your bookmarks and
194
 
                                        finding the folder you just named.
195
 
                                        </para>
196
 
                                        </listitem>
197
 
                                </varlistentry>
198
 
                        </variablelist>
199
 
        </sect3>
200
 
        </sect2>