diff --git a/lib/Foswiki/Contrib/KinoSearchContrib/Config.spec b/lib/Foswiki/Contrib/KinoSearchContrib/Config.spec index 57575f3..4eaa8e1 100755 --- a/lib/Foswiki/Contrib/KinoSearchContrib/Config.spec +++ b/lib/Foswiki/Contrib/KinoSearchContrib/Config.spec @@ -44,43 +44,6 @@ $Foswiki::cfg{KinoSearchContrib}{SearchAttachmentsOnly} = '0'; # Attachments only label. Provides a link to search for attachments only if $Foswiki::cfg{KinoSearchContrib}{SearchAttachmentsOnly} is true. $Foswiki::cfg{KinoSearchContrib}{AttachmentsOnlyLabel} = 'Show only attachments'; -# **SELECT antiword,wv,abiword** -# Select which MS Word indexer to use (you need to have antiword, abiword or wvHtml installed) -#
-#
antiword
is the default, and should be used on Linux/Unix.
-#
wvHtml
is recommended for use on Windows.
-#
abiword
-#
-$Foswiki::cfg{KinoSearchContrib}{WordIndexer} = 'antiword'; - -# **COMMAND** -# abiword command -$Foswiki::cfg{KinoSearchContrib}{abiwordCmd} = 'abiword'; - -# **COMMAND** -# antiword command -$Foswiki::cfg{KinoSearchContrib}{antiwordCmd} = 'antiword'; - -# **COMMAND** -# wvHtml command -$Foswiki::cfg{KinoSearchContrib}{wvHtmlCmd} = 'wvHtml'; - -# **COMMAND** -# ppthtml command -$Foswiki::cfg{KinoSearchContrib}{ppthtmlCmd} = 'ppthtml'; - -# **COMMAND** -# pdftotext command -$Foswiki::cfg{KinoSearchContrib}{pdftotextCmd} = 'pdftotext'; - -# **COMMAND** -# pptx2txt.pl command -$Foswiki::cfg{KinoSearchContrib}{pptx2txtCmd} = 'pptx2txt.pl'; - -# **COMMAND** -# docx2txt.pl command -$Foswiki::cfg{KinoSearchContrib}{docx2txtCmd} = 'docx2txt.pl'; - # **BOOLEAN** #If using Foswiki::Store::SearchAlgorithms::Kino, enable this for SEARCH to also show attachments (Default is false) $Foswiki::cfg{KinoSearchContrib}{showAttachments} = 0;