summaryrefslogtreecommitdiff
path: root/converters/doc2html/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'converters/doc2html/MESSAGE')
-rw-r--r--converters/doc2html/MESSAGE15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/doc2html/MESSAGE b/converters/doc2html/MESSAGE
new file mode 100644
index 00000000000..4e589bcf453
--- /dev/null
+++ b/converters/doc2html/MESSAGE
@@ -0,0 +1,15 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1 2001/10/31 21:50:49 zuntum 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
+
+==========================================================================