added header_first to WebPAC::Input::CSV
[webpac2] / README
1 WebPAC
2
3 Search engine or data-warehouse?
4
5 For introduction info read WebPAC::Manual. After that, if you think that
6 your data could benefit from WebPAC, take a look at Webpacus. It's AJAX
7 front-end (that degrades nicely for non-JavaScript browsers).
8
9 If that was useful, dive in. Everything is tunable, configuration files
10 are YAML or XML, modules are documented (and most of good tips are actually
11 hidden withing programming documentation).
12
13 INSTALLATION
14
15 To install this module, run the following commands:
16
17     perl Makefile.PL
18     make
19     make test
20     make install
21
22
23 COPYRIGHT AND LICENCE
24
25 Put the correct copyright and licence information here.
26
27 Copyright (C) 2005 Dobrica Pavlinusic
28
29 This library is free software; you can redistribute it and/or modify
30 it under the same terms as Perl itself.