mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
16 lines
753 B
Plaintext
16 lines
753 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2002/09/12 17:13:53 wiz Exp $
|
|
|
|
To use with htdig, add the following to your htdig.conf file:
|
|
|
|
external_parsers: application/rtf->text/html ${PREFIX}/bin/doc2html \
|
|
text/rtf->text/html ${PREFIX}/bin/doc2html \
|
|
application/pdf->text/html ${PREFIX}/bin/doc2html \
|
|
application/postscript->text/html ${PREFIX}/bin/doc2html \
|
|
application/msword->text/html ${PREFIX}/bin/doc2html \
|
|
application/msexcel->text/html ${PREFIX}/bin/doc2html \
|
|
application/vnd.ms-excel->text/html ${PREFIX}/bin/doc2html \
|
|
application/vnd.ms-powerpoint->text/html ${PREFIX}/bin/doc2html
|
|
|
|
===========================================================================
|