--- branches/ffzg/global.conf 2004/04/18 01:03:27 321 +++ branches/ffzg/global.conf 2005/09/11 18:46:51 715 @@ -18,13 +18,15 @@ # original charset, and if you have anything other than plain # 7-bit ascii in your data, your words will end-up splitted in # index on 8-bit characters and you won't be able to find them! - my_unac_filter = /data/webpac/my_unac_string.pm + my_unac_filter = /data/knjiznice/webpac/my_unac_string.pm [webpac] # path to template html files template_html = /data/knjiznice/webpac/template_html # charset encoding for template file *and* users (default iso-8859-1) charset = ISO-8859-2 + # locale to use (for sorting, uc/lc) (default hr_HR) + locale = hr_HR # path to swish binary (default /usr/bin/swish-e) swish = /usr/bin/swish-e # path to index file @@ -32,7 +34,7 @@ # this is hard-coded maximum hits for ALL user. (default 0=disable) max_hits = 0 # number of results on each pager page (default 10) - on_page = 30 + on_page = 150 # Minimum number of characters which will be will suplemented by # wildcard * to find all words which begin with those letters, # This should be at least 1, so that queries with non-alpha characters @@ -43,3 +45,4 @@ # (it will replace ##webpac## in this template with output of webpac) template = /data/knjiznice/webpac/public_html/template.html + base_path = /webpac