|
Revision 2070, 1.0 kB
(checked in by karpet, 7 months ago)
|
this is the cpan version. TODO integrate back into swish-e dist
|
| Line | |
|---|
| 1 |
SWISH-Filter |
|---|
| 2 |
========================= |
|---|
| 3 |
|
|---|
| 4 |
ABOUT |
|---|
| 5 |
|
|---|
| 6 |
SWISH::Filter is a suite of modules for converting multiple formats |
|---|
| 7 |
into HTML, XML or plain text. It is intended for use with Swish-e |
|---|
| 8 |
but can be used all on its own. |
|---|
| 9 |
|
|---|
| 10 |
SWISH::Filter relies on MIME types to call pluggable filter modules, |
|---|
| 11 |
which may in turn call external programs to perform the actual filtering. |
|---|
| 12 |
SWISH::Filters::Base defines an API for writing your own filters. |
|---|
| 13 |
|
|---|
| 14 |
INSTALLATION |
|---|
| 15 |
|
|---|
| 16 |
To install this module type the following: |
|---|
| 17 |
|
|---|
| 18 |
perl Makefile.PL |
|---|
| 19 |
make |
|---|
| 20 |
make test |
|---|
| 21 |
make install |
|---|
| 22 |
|
|---|
| 23 |
DEPENDENCIES |
|---|
| 24 |
|
|---|
| 25 |
This module requires these other modules and libraries: |
|---|
| 26 |
|
|---|
| 27 |
Carp |
|---|
| 28 |
File::Basename |
|---|
| 29 |
File::Temp |
|---|
| 30 |
Symbol |
|---|
| 31 |
|
|---|
| 32 |
In addition, many of the Filters::* modules require |
|---|
| 33 |
third-party packages or libraries for performing |
|---|
| 34 |
the actual filtering of documents. |
|---|
| 35 |
|
|---|
| 36 |
COPYRIGHT AND LICENCE |
|---|
| 37 |
|
|---|
| 38 |
Copyright (C) 2006 by Bill Moseley |
|---|
| 39 |
|
|---|
| 40 |
Current maintained by Peter Karman perl@peknet.com |
|---|
| 41 |
|
|---|
| 42 |
This library is free software; you can redistribute it and/or modify |
|---|
| 43 |
it under the same terms as Perl itself. |
|---|
| 44 |
|
|---|