Changeset 861 for trunk/swish-e/conf/example8.config
- Timestamp:
- 03/27/02 10:13:40 (7 years ago)
- Files:
-
- trunk/swish-e/conf/example8.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/conf/example8.config
r221 r861 5 5 # Documentation is included with the swish-e 6 6 # distribution, and also can be found on-line 7 # at http://s unsite.berkeley.edu/SWISH-E/7 # at http://swish-e.org 8 8 # 9 9 # … … 41 41 42 42 43 # Specify where the filter programs can be found44 FilterDir ../filter-bin45 46 43 # Assign the pdf2text.pl filter to .pdf files 47 44 # Please see docs on what data can be passed to the filter. 48 FileFilter .pdf _pdf2html.pl 45 46 FileFilter .pdf ../filter-bin/_pdf2html.pl 49 47 50 48
