Skip to content

Commit

Permalink
Item8629: remove unused config
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/KinoSearchContrib@11224 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
AndrewJones authored and AndrewJones committed Mar 25, 2011
1 parent 4550870 commit 821320a
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions lib/Foswiki/Contrib/KinoSearchContrib/Config.spec
Expand Up @@ -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)
# <dl>
# <dt>antiword</dt><dd>is the default, and should be used on Linux/Unix.</dd>
# <dt>wvHtml</dt><dd> is recommended for use on Windows.</dd>
# <dt>abiword</dt><dd></dd>
# </dl>
$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;
Expand Down

0 comments on commit 821320a

Please sign in to comment.