added search indexer

This commit is contained in:
JT Smith 2006-01-20 21:18:09 +00:00
parent cb5e059b2e
commit fd3fb924f3
12 changed files with 214 additions and 16 deletions

View file

@ -117,6 +117,15 @@ templateParsers = WebGUI::Asset::Template::HTMLTemplate
defaultTemplateParser = WebGUI::Asset::Template::HTMLTemplate
# Specify external helper apps that will enable WebGUI's search
# engine to index content in various uploaded file formats. The
# helpers must take the path to the file as an argument and
# return either text or html content.
searchIndexerPlugins = txt => "/bin/cat", \
readme => "/bin/cat", \
html => "/bin/cat", \
htm => "/bin/cat"
# Specify a the list of assets you want to appear in your
# Add Content menus.