Metadata-Version: 1.0
Name: tiddlywebplugins.oom
Version: 0.4
Summary: A TiddlyWeb plugin providing a one of many select filter.
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.oom
Author: Chris Dent
Author-email: cdent@peermore.com
License: BSD
Description: 
        This is a TiddlyWeb plugin which extends the TiddlyWeb filter syntax 
        to add 'oom' (One Of Many) which matches if the named attribute is any
        of those named in the provided list. It is similar to
        tiddlywebplugins.mselect but only matches the named attribute against
        many values, not many possible attributes.
        
        This will return all tiddlers with tag blog or published (or both) and
        then sort by modified:
        
            oom=tag:blog,published;sort=-modified
        
        For more information on TiddlyWeb see http://tiddlyweb.com
        
Platform: Posix; MacOS X; Windows
