/[jsFind]/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

Contents of /trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Sat Aug 28 15:19:22 2004 UTC (19 years, 8 months ago) by dpavlin
File size: 1192 byte(s)
final touches before first release to CPAN

1 jsFind version 0.03
2 ===================
3
4 This module can be used to create index files for jsFind, powerful tool
5 for adding a search engine to a CDROM archive or catalog without
6 requiring the user to install anything.
7
8 Main difference between this module and scripts delivered with jsFind are:
9
10 - You don't need to use swish-e to create index
11 - You can programatically (and incrementaly) create index for jsFind
12
13 INSTALLATION
14
15 To install this module type the following:
16
17 perl Makefile.PL
18 make
19 make test
20 make install
21
22 DEPENDENCIES
23
24 This module requires these other modules and libraries:
25
26 Carp
27 File::Path
28 HTML::Entities
29 Text::Iconv
30
31 COPYRIGHT AND LICENCE
32
33 Copyright (C) 2004 by Dobrica Pavlinusic
34
35 This program is free software; you can redistribute it and/or modify it
36 under the terms of the GNU General Public License as published by the Free
37 Software Foundation; either version 2 of the License, or (at your option)
38 any later version. This program is distributed in the hope that it will be
39 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
40 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
41 Public License for more details.
42
43

  ViewVC Help
Powered by ViewVC 1.1.26