/[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 34 - (show annotations)
Sun Oct 10 05:11:29 2004 UTC (19 years, 5 months ago) by dpavlin
File size: 1368 byte(s)
last changes before packaging 0.05

1 jsFind version 0.05
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 - search more than one index from same interface.
13
14 It also includes numerous changes to JavaScript part of jsFind including
15 experimental support for Opera 7.54 using iframes.
16
17
18 INSTALLATION
19
20 To install this module type the following:
21
22 perl Makefile.PL
23 make
24 make test
25 make install
26
27 DEPENDENCIES
28
29 This module requires these other modules and libraries:
30
31 Carp
32 File::Path
33 HTML::Entities
34 Text::Iconv
35
36 COPYRIGHT AND LICENCE
37
38 Copyright (C) 2004 by Dobrica Pavlinusic
39
40 This program is free software; you can redistribute it and/or modify it
41 under the terms of the GNU General Public License as published by the Free
42 Software Foundation; either version 2 of the License, or (at your option)
43 any later version. This program is distributed in the hope that it will be
44 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
45 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
46 Public License for more details.
47
48

  ViewVC Help
Powered by ViewVC 1.1.26