1#<?php die() ?> 2# PHP include hack 3 4# 5# Use this file to setup the document to text converter. 6# 7# The plugin trys to convert every media document to a text file. On this 8# progress it uses a given set of external tools to convert it. 9# This tools are defined per file extension. 10# 11# The config stores one extension and it's tool per line. 12# You can use %in% and %out% for the input and output file. 13# 14# example 15# 16#pdf /usr/bin/pdftotext %in% %out% 17#doc /usr/bin/antiword %in% > %out% 18