Metadata-Version: 1.0
Name: tiddlywebplugins.whoosher
Version: 0.9.9
Summary: A TiddlyWeb plugin that provides an indexed search interface using Whoosh.
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.whoosher
Author: Chris Dent
Author-email: cdent@peermore.com
License: UNKNOWN
Description: 
        A TiddlyWeb[1] plugin which provides a Whoosh[2]-based indexing and
        search interface. Requires tiddlyweb 1.1.x.
        
        The plugin:
        
        * Replaces the search interface of the store that is in use (if any).
        * Provides a system for structured queries of the index.
        * Automatically updates the index when a new tiddler is written to
        the store.
        * Provides twanager commands for reindexing the entire store, and
        making command line searches of the index.
        
        See the module documentation for installation and configuration
        instructions: pydoc tiddlywebplugins.whoosher
        
        Whoosher can also work with tiddlywebplugins.dispather.
        
        [1] http://tiddlyweb.com/
        [2] http://whoosh.ca/
        
Platform: Posix; MacOS X; Windows
