KinoSearchPlugin
Note: this Package is now obsolete, as it has been integrated into the SearchEngineKinoSearchAddOn package
A plugin wrapper around the SearchEngineKinoSearchAddOn
Allows embedding a KinoSearch in any page with a custom format it will automatically update the index when saving, renaming or adding an attachment.
It can take a long time to update when dealing with large attachments
WARNING: This is very new code, it works for me but I have not extensively tested it.
Syntax Rules
%KINOSEARCH{'Search String' format='Formatting string'}%
format takes the following variables to place content.
- $icon - An icon to display filetype when showing attachments
- $match - The Twiki Name of the page being displayed
- $locked - Show if a page is locked
- $texthead - Summary text
Plugin Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write
%<plugin>_<setting>%, i.e.
%NEWPLUGIN_SHORTDESCRIPTION%
- Debug plugin: (See output in
data/debug.txt)
Plugin Installation Instructions
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.
- Download the ZIP file from the Plugin Home (see below)
- Unzip
KinoSearchPlugin.zip in your twiki installation directory. Content: | File: | Description: |
data/TWiki/KinoSearchPlugin.txt | Plugin topic |
data/TWiki/KinoSearchPlugin.txt,v | Plugin topic repository |
lib/TWiki/Plugins/KinoSearchPlugin.pm | Plugin Perl module |
- Configure the Plugin:
- Change the Plugin settings as needed
Plugin Info
Related Topics: TWikiPlugins,
DeveloperDocumentationCategory,
AdminDocumentationCategory,
TWikiPreferences,
SearchEngineKinoSearchAddOn