Metadata-Version: 1.0
Name: tiddlywebplugins.docs
Version: 0.2
Summary: Automatic HTTP API documentation for TiddlyWeb
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.docs
Author: Chris Dent
Author-email: cdent@peermore.com
License: UNKNOWN
Description: 
        A serialization which provides documentation of the request methods
        and serializations for all the resources available from the current
        TiddlyWeb instance.
        
        That is: for any existing resource if you get it as text/x-tiddlyweb-docs
        this code will automatically generate documentation about this thing.
        
        So, for example http://example.com/bags/foo/tiddlers.x-doc will
        list the serializations and HTTP methods available at that URI.
        
        The motivation for this is to cause lack-of-documentation shame.
        
        Install by adding tiddlywebplugins.docs to system_plugins in
        tiddlywebconfig.py.
        
        Copyright 2011 Chris Dent <cdent@peermore.com>
        BSD License
        
Platform: Posix; MacOS X; Windows
