File: README

package info (click to toggle)
swish-e 2.4.5-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,044 kB
  • ctags: 7,630
  • sloc: ansic: 47,771; sh: 8,968; perl: 3,170; makefile: 587; 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.