/[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 17 by dpavlin, Sun Mar 16 21:45:23 2003 UTC revision 36 by dpavlin, Tue May 20 20:41:09 2003 UTC
# Line 3  Line 3 
3          max_hits="1000"          max_hits="1000"
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-2"          charset="iso-8859-1"
7          title="Search through all references"          title="Search through all references"
8          affix="/usr/lib/ispell/american.aff"          affix="/usr/lib/ispell/american.aff"
9          url="/references/"          url="/references/"
# Line 13  Line 13 
13                  <label value="100"> 100</label>                  <label value="100"> 100</label>
14                  <label value="0">unlimited</label>                  <label value="0">unlimited</label>
15          </labels>          </labels>
16            <!-- this is commeted out because you have to enter more paths below
17                 for it to actually be usefull; if there isn't paths tags in
18                 XML config file, this option won't be shown to users... -->
19            <!--
20            <paths>
21                    <path limit="/">all</path>
22            </paths>
23            -->
24          <text>          <text>
25                  <search>Search for </search>                  <search>Search for </search>
26                  <documents> documents containing words: </documents>                  <documents> documents containing words: </documents>
27                  <submit>Search</submit>                  <submit>Search</submit>
28                    <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                  <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>
34          </text>          </text>
35            <!-- additional data to show summary -->
36            <properties>swishdescription swishdocsize</properties>
37            <hit><![CDATA[ <a href="%s">%s</a> [%s]<br>
38            <font color=gray size=-2>%s ... <i>%s bytes</i></font><br>
39            ]]></hit>
40    
41    
42    
43  </config>  </config>

Legend:
Removed from v.17  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26