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
|
Source: swish++
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), zlib1g-dev, quilt (>= 0.45-3)
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/swish++/
Standards-Version: 3.8.0
Homepage: http://swishplusplus.sourceforge.net/
Package: swish++
Architecture: any
Depends: ${shlibs:Depends}, perl
Suggests: xpdf-utils, antiword
Description: Simple Document Indexing System for Humans: C++ version
SWISH++ is a Unix-based file indexing and searching engine
(typically used to index and search files on web sites). It
was based on SWISH-E although SWISH++ is a complete rewrite.
.
SWISH++ features:
* Lightning-fast indexing
* Indexes META elements, ALT, and other attributes
* Selectively not index text within HTML or XHTML elements
* Intelligently index mail and news files
* Index Unix manual page files
* Apply filters to files on-the-fly prior to indexing
* Index non-text files such as Microsoft Office documents
* Modular indexing architecture
* Index new files incrementally
* Index remote web sites
* Handles large collections of files
* Lightning-fast searching
* Optional word stemming (suffix stripping)
* Ability to run as a search server
* Easy-to-parse results format
|