|
Revision 2067, 0.7 kB
(checked in by karpet, 7 months ago)
|
initial import
|
| Line | |
|---|
| 1 |
SWISH::Prog version 0.03 |
|---|
| 2 |
================= |
|---|
| 3 |
|
|---|
| 4 |
ABOUT |
|---|
| 5 |
|
|---|
| 6 |
SWISH::Prog is an indexing framework built around the Swish-e -S Prog feature. |
|---|
| 7 |
It is designed to make writing Swish-e-based search applications |
|---|
| 8 |
easier. |
|---|
| 9 |
|
|---|
| 10 |
INSTALLATION |
|---|
| 11 |
|
|---|
| 12 |
To install this module type the following: |
|---|
| 13 |
|
|---|
| 14 |
perl Makefile.PL |
|---|
| 15 |
make |
|---|
| 16 |
make test |
|---|
| 17 |
make install |
|---|
| 18 |
|
|---|
| 19 |
DEPENDENCIES |
|---|
| 20 |
|
|---|
| 21 |
This module requires these other modules and libraries: |
|---|
| 22 |
|
|---|
| 23 |
Search::Tools |
|---|
| 24 |
SWISH::Filter |
|---|
| 25 |
Class::Accessor::Fast |
|---|
| 26 |
File::Temp |
|---|
| 27 |
File::Basename |
|---|
| 28 |
MIME::Types |
|---|
| 29 |
Data::Dump |
|---|
| 30 |
Path::Class |
|---|
| 31 |
Config::General |
|---|
| 32 |
|
|---|
| 33 |
COPYRIGHT AND LICENCE |
|---|
| 34 |
|
|---|
| 35 |
Copyright 2008 Peter Karman <karman at cpan dot org> |
|---|
| 36 |
|
|---|
| 37 |
This library is free software; you can redistribute it and/or modify |
|---|
| 38 |
it under the same terms as Perl itself. |
|---|
| 39 |
|
|---|