1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: swish-e
Section: web
Priority: optional
Maintainer: Ludovic Drolez <ldrolez@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 5), zlib1g-dev, perl, libxml2-dev (>= 2.4.3), libpcre3-dev (>= 3.4), sharutils, autotools-dev
Package: swish-e
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Recommends: libmime-types-perl, libtemplate-perl, libdate-calc-perl
Suggests: libwww-perl, libhtml-parser-perl, xpdf-utils, libmp3-tag-perl, hypermail, wv, catdoc
Description: Simple Web Indexing System for Humans - Enhanced
SWISH-Enhanced is a fast, powerful, flexible, and easy to use system
for indexing collections of HTML Web pages, or any XML or text files like
Open Office Documents, Open Document files, emails, and so on.
.
Key features:
* Quickly index a large number of text, HTML, and XML documents
* Use filters to index any type of files such as PDF, OpenOffice, DOC, XLS,
PPT, MP3.
* Includes a web spider for indexing remote documents over HTTP
* Can use an external program to supply documents including
records from a relational database.
* Word stemming, soundex, metaphone, and double-metaphone indexing for
fuzzy searching
* Powerful Regular Expressions to select documents for indexing or exclusion
* Limit searches to parts of documents such as certain HTML tags or to
XML elements.
* Index file is portable between platforms.
* A Swish-e library is provided to allow embedding Swish-e into your
applications for very fast searching.
.
You'll find ready to use examples for indexing the Debian documentation, PDF,
OpenOffice and MSOffice files, whole Maildir, and more.
Package: swish-e-dev
Architecture: any
Depends: ${shlibs:Depends}, swish-e (= ${binary:Version}), ${misc:Depends}
Description: Simple Web Indexing System for Humans - Enhanced
Static libraries and headers for developing application with SWISH-Enhanced,
a fast, powerful, flexible, and easy to use system indexing engine.
|