/[swish]/trunk/make_config.pl
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/make_config.pl

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

revision 53 by dpavlin, Tue Jan 20 18:41:38 2004 UTC revision 59 by dpavlin, Mon Jan 26 08:08:41 2004 UTC
# Line 73  EOF Line 73  EOF
73    
74  my $xml = << "EOF";  my $xml = << "EOF";
75  <config  <config
76          max_hits="1000"          max_hits="10"
77          prog="/usr/bin/swish-e"          prog="/usr/bin/swish-e"
78          index="$dir/index/$name"          index="$dir/index/$name"
79          charset="iso-8859-2"          charset="iso-8859-2"
# Line 97  $xml .= << "EOF"; Line 97  $xml .= << "EOF";
97          >          >
98          <labels>          <labels>
99                  <label value="10"> 10</label>                  <label value="10"> 10</label>
100                    <label value="50"> 100</label>
101                  <label value="100"> 100</label>                  <label value="100"> 100</label>
                 <label value="0">unlimited</label>  
102          </labels>          </labels>
103          <text>          <text>
104                  <search>Search for </search>                  <search>Search for </search>

Legend:
Removed from v.53  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.26