Author: Bertrand Mansion
Email: [EMAIL PROTECTED]
Message:
Hi,
I haven't used mnogosearch yet but as it looks promising, I will give it a try soon.
At the moment, I am working on a config class in php for PEAR. I have been able
to link it to another form class I have done called QuickForm. QuickForm takes an
xml definition file, parses it, and display the resulting form.
Using my config class, I can retreive information contained in a configuration file
(ie indexer.conf) and prefill the generated form with values from this file or with
default values.
In order to make this work correctly, I need to know more about the way
mnogosearch parses its conf file :
in indexer.conf, there are options like this one:
#VarDir /usr/local/mnogosearch/var
This is commented by default. What happens if I uncomment it and put no values
in there, like this :
VarDir
Does it take a default value, does it consider the option is not set or will it make
an error ?
About LocalCharset, is it possible to use more than one charset and thus, have
multiple lines with LocalCharset ?
Could these lines :
Disallow *.b *.sh *.md5 *.rpm
Disallow *.arj *.tar *.zip *.tgz *.gz *.z *.bz2
be written like this :
Disallow *.b *.sh *.md5 *.rpm \
*.arj *.tar *.zip *.tgz *.gz *.z *.bz2
Same question for include. Example :
Include langmap.conf
Include stopwords.conf
Can be written like this ?
Include langmap.conf stopwords.conf
Thanks,
Bertrand Mansion
Mamasam
Reply: <http://www.mnogosearch.org/board/message.php?id=5617>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]