/[webpac]/branches/ffzg/global.conf
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 /branches/ffzg/global.conf

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

revision 294 by dpavlin, Wed Mar 31 16:16:11 2004 UTC revision 682 by dpavlin, Mon Feb 28 10:39:16 2005 UTC
# Line 13  Line 13 
13          # display progress bar indicator (default is no)          # display progress bar indicator (default is no)
14          show_progress=1          show_progress=1
15    
16            # Filter characters before feeding them to swish. If you don't use
17            # this file, implementation will fall-back to passing through
18            # original charset, and if you have anything other than plain
19            # 7-bit ascii in your data, your words will end-up splitted in
20            # index on 8-bit characters and you won't be able to find them!
21            my_unac_filter = /data/knjiznice/webpac/my_unac_string.pm
22    
23  [webpac]  [webpac]
24          # path to template html files          # path to template html files
25          template_html = /data/knjiznice/webpac/template_html          template_html = /data/knjiznice/webpac/template_html
# Line 25  Line 32 
32          # this is hard-coded maximum hits for ALL user. (default 0=disable)          # this is hard-coded maximum hits for ALL user. (default 0=disable)
33          max_hits = 0          max_hits = 0
34          # number of results on each pager page (default 10)          # number of results on each pager page (default 10)
35          on_page = 30          on_page = 100
36          # Minimum number of characters which will be will suplemented by          # Minimum number of characters which will be will suplemented by
37          # wildcard * to find all words which begin with those letters,          # wildcard * to find all words which begin with those letters,
38          # This should be at least 1, so that queries with non-alpha characters          # This should be at least 1, so that queries with non-alpha characters
# Line 36  Line 43 
43          # (it will replace ##webpac## in this template with output of webpac)          # (it will replace ##webpac## in this template with output of webpac)
44          template = /data/knjiznice/webpac/public_html/template.html          template = /data/knjiznice/webpac/public_html/template.html
45    
46            base_path = /webpac

Legend:
Removed from v.294  
changed lines
  Added in v.682

  ViewVC Help
Powered by ViewVC 1.1.26