File: README

package info (click to toggle)
swish-e 2.4.7-7.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 8,188 kB
  • sloc: ansic: 51,640; sh: 8,889; perl: 3,019; makefile: 591; xml: 9
file content (25 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (11)
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
Here are some very basic filter scripts that could be used with the 
FileFilter configuration directive.

In general, Swish-e's FileFilter feature is best used with binary programs 
to avoid the time parsing and compiling a script for each document that 
needs to be filtered.

    _binfilter.sh
        This filter uses the strings(1) command to extract
        text out of binary files.
        

    _pdf2html.pl
        Filter uses the xpdf package's programs pdfinfo and pdftotext
        to convert a PDF file into html.


    swish_filter.pl
        Uses the SWISH::Filter module to filter a number of different types
        of documents with the same script.