|
Revision 2014, 0.5 kB
(checked in by karpet, 7 months ago)
|
new bindings to match API reorg
|
| Line | |
|---|
| 1 |
SWISH-3 version 0.01 |
|---|
| 2 |
========================== |
|---|
| 3 |
|
|---|
| 4 |
SWISH::3 is a Perl interface to libswish3, the Swish-e compatible |
|---|
| 5 |
document parser. |
|---|
| 6 |
|
|---|
| 7 |
INSTALLATION |
|---|
| 8 |
|
|---|
| 9 |
To install this module type the following: |
|---|
| 10 |
|
|---|
| 11 |
perl Makefile.PL |
|---|
| 12 |
make |
|---|
| 13 |
make test |
|---|
| 14 |
make install |
|---|
| 15 |
|
|---|
| 16 |
DEPENDENCIES |
|---|
| 17 |
|
|---|
| 18 |
This module requires these other modules and libraries: |
|---|
| 19 |
|
|---|
| 20 |
Swish3 http://dev.swish-e.org/wiki/swish3 |
|---|
| 21 |
|
|---|
| 22 |
COPYRIGHT AND LICENCE |
|---|
| 23 |
|
|---|
| 24 |
Copyright (C) 2008 by Peter Karman |
|---|
| 25 |
|
|---|
| 26 |
This library is free software; you can redistribute it and/or modify |
|---|
| 27 |
it under the same terms as Perl itself. |
|---|
| 28 |
|
|---|