Metadata-Version: 1.0
Name: tiddlywebplugins.voting
Version: 0.2
Summary: UNKNOWN
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.voting
Author: Jon Robson
Author-email: jdlrobson@gmail.com
License: UNKNOWN
Description: A TiddlyWeb plugin that provides the ability for users to score tiddlers.
        Can use for rating a tiddler (1-5 or +1/-1)
        
        usage:
        /tiddlyvoting/increment?title=<title>&bag=<bag>&value=<value>
        will increase the field tiddlyvotes.hits by <value> on the tiddler with title <title> in bag <bag>
        to work, the user must have read access to the bag <bag>
        
        You can define more complex behaviours by a tiddler called config::<bagname> in the tiddlyvoting bag.
        
        This package is licensed under the same terms as TiddlyWeb itself.
Platform: Posix; MacOS X; Windows
