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
|
Source: swish++
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), zlib1g-dev
Vcs-Git: https://salsa.debian.org/debian/swishplusplus.git
Vcs-Browser: https://salsa.debian.org/debian/swishplusplus
Standards-Version: 4.6.0
Homepage: http://swishplusplus.sourceforge.net/
Rules-Requires-Root: no
Package: swish++
Architecture: any
Depends: ${shlibs:Depends}, perl, ${misc:Depends}
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
|