/[swish]/trunk/README
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 /trunk/README

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

revision 20 by dpavlin, Tue Mar 18 19:08:56 2003 UTC revision 41 by dpavlin, Sun Jun 1 12:13:36 2003 UTC
# Line 22  This perl cgi font-end has following int Line 22  This perl cgi font-end has following int
22     templates as I will probably in future)     templates as I will probably in future)
23  4. support for searching using Lingua::Spelling::Alternative module which  4. support for searching using Lingua::Spelling::Alternative module which
24     uses ispell affix or findaffix data to create variations of entered words     uses ispell affix or findaffix data to create variations of entered words
25       (you can use affix and findaffix together; even with more than one file
26       separated buy commans [,] or spaces)
27  5. support for converting swish UTF-8 output to some other encoding on web  5. support for converting swish UTF-8 output to some other encoding on web
28     using iconv.     using iconv.
29    
30    
31  Dobrica Pavlinusic <dpavlin@rot13.org> 2003-03-16  For example how to create useful configuration file take a look at
32    included Makefile. In short, make_config.pl can create configuration
33    file for swish, xml configuration for cgi script and necessary symlink
34    by just:
35    
36    $ make_config.pl name_of_config http://host/url_to_index/ [strip from url]
37    
38    Optional "strip from url" will remove that part of the path when storing
39    in swish index. That enables you to create indexes which can later be merged
40    in one combined index easily. It's also useful if you want to index your
41    whole /doc directory and don't want that prefix in each and every entry in
42    index (which should save some space on disk too!).
43    
44    
45    Dobrica Pavlinusic <dpavlin@rot13.org> 2003-04-26

Legend:
Removed from v.20  
changed lines
  Added in v.41

  ViewVC Help
Powered by ViewVC 1.1.26