/[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 321 by dpavlin, Sun Apr 18 01:03:27 2004 UTC revision 697 by dpavlin, Sun Mar 13 02:03:30 2005 UTC
# Line 18  Line 18 
18          # original charset, and if you have anything other than plain          # original charset, and if you have anything other than plain
19          # 7-bit ascii in your data, your words will end-up splitted in          # 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!          # index on 8-bit characters and you won't be able to find them!
21          my_unac_filter = /data/webpac/my_unac_string.pm          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
26          # charset encoding for template file *and* users (default iso-8859-1)          # charset encoding for template file *and* users (default iso-8859-1)
27          charset = ISO-8859-2          charset = ISO-8859-2
28            # locale to use (for sorting, uc/lc) (default hr_HR)
29            locale = hr_HR
30          # path to swish binary (default /usr/bin/swish-e)          # path to swish binary (default /usr/bin/swish-e)
31          swish = /usr/bin/swish-e          swish = /usr/bin/swish-e
32          # path to index file          # path to index file
# Line 32  Line 34 
34          # this is hard-coded maximum hits for ALL user. (default 0=disable)          # this is hard-coded maximum hits for ALL user. (default 0=disable)
35          max_hits = 0          max_hits = 0
36          # number of results on each pager page (default 10)          # number of results on each pager page (default 10)
37          on_page = 30          on_page = 100
38          # Minimum number of characters which will be will suplemented by          # Minimum number of characters which will be will suplemented by
39          # wildcard * to find all words which begin with those letters,          # wildcard * to find all words which begin with those letters,
40          # 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 43  Line 45 
45          # (it will replace ##webpac## in this template with output of webpac)          # (it will replace ##webpac## in this template with output of webpac)
46          template = /data/knjiznice/webpac/public_html/template.html          template = /data/knjiznice/webpac/public_html/template.html
47    
48            base_path = /webpac

Legend:
Removed from v.321  
changed lines
  Added in v.697

  ViewVC Help
Powered by ViewVC 1.1.26