/[swish]/trunk/html/all.xml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/html/all.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by dpavlin, Fri Mar 21 22:01:59 2003 UTC revision 76 by dpavlin, Sat Apr 17 18:41:21 2004 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-1"?>  <?xml version="1.0" encoding="ISO-8859-1"?>
2  <config  <config
3          max_hits="1000"          max_hits="10"
4          prog="/usr/bin/swish-e"          prog="/usr/bin/swish-e"
5          index="/rest/references/swish/index/all"          index="/rest/references/swish/index/all"
6          charset="iso-8859-1"          charset="iso-8859-1"
# Line 22  Line 22 
22          </paths>          </paths>
23          -->          -->
24          <text>          <text>
25                  <search>Search for </search>                  <search>Show </search>
26                  <documents> documents containing words: </documents>                  <documents> documents on page containing words: </documents>
27                  <submit>Search</submit>                  <submit>Search</submit>
28                  <limit>Limit this search just to:</limit>                  <limit>Limit this search just to:</limit>
29                  <no_spell>don't use alternative spellings</no_spell>                  <no_spell>don't use alternative spellings</no_spell>
30                    <no_properties>don't display results details</no_properties>
31                  <hits>Showing %s documents (of maximum %d)... (%s)</hits>                  <hits>Showing %s documents (of maximum %d)... (%s)</hits>
32                  <no_hits>Can't find any documents (%s, %s)</no_hits>                  <no_hits>Can't find any documents (%s, %s)</no_hits>
33                    <pages>Pages:</pages>
34                  <footer>Searcher will try to create different variations of words using spelling dictionary. If you enter a word with minus (-) before it, it will exclude documents with this word and plus (+) will do the opposite (e.g. -work +play)</footer>                  <footer>Searcher will try to create different variations of words using spelling dictionary. If you enter a word with minus (-) before it, it will exclude documents with this word and plus (+) will do the opposite (e.g. -work +play)</footer>
35          </text>          </text>
36            <!-- additional data to show summary -->
37            <properties>swishdescription swishdocsize</properties>
38            <hit><![CDATA[ <a href="%s">%s</a> [%s]<br>
39            <font color=gray size=-2>%s ... <i>%s bytes</i></font><br>
40            ]]></hit>
41    
42    
43    
44  </config>  </config>

Legend:
Removed from v.27  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC 1.1.26