--- trunk/README 2003/03/18 19:08:56 20 +++ trunk/README 2003/04/30 12:40:09 32 @@ -26,4 +26,18 @@ using iconv. -Dobrica Pavlinusic 2003-03-16 +For example how to create useful configuration file take a look at +included Makefile. In short, make_config.pl can create configuration +file for swish, xml configuration for cgi script and necessary symlink +by just: + +$ make_config.pl name_of_config http://host/url_to_index/ [strip from url] + +Optional "strip from url" will remove that part of the path when storing +in swish index. That enables you to create indexes which can later be merged +in one combined index easily. It's also useful if you want to index your +whole /doc directory and don't want that prefix in each and every entry in +index (which should save some space on disk too!). + + +Dobrica Pavlinusic 2003-04-26