Metadata-Version: 1.0
Name: tiddlywebplugins.oom
Version: 0.2
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: UNKNOWN
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 names, 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
        
        This code is licensed under the same terms as TiddlyWeb itself.
        
        Copyright 2010 Chris Dent.
        
Platform: Posix; MacOS X; Windows
