Welcome to TiddlyWeb’s documentation!

Contents:

Indices and tables

Test

Access to Tiddlers via the web. GET and PUT a Tiddler, GET a list of revisions of a Tiddler.

tiddlyweb.web.handler.tiddler.delete(environ, start_response)

Delete this tiddler from the store. What delete means is up to the store.

tiddlyweb.web.handler.tiddler.get(environ, start_response)

Get a representation of a single tiddler, dependent on the chosen serialization and permissions of the containing bag.

tiddlyweb.web.handler.tiddler.get_revisions(environ, start_response)

Get the list of revisions for this tiddler.

tiddlyweb.web.handler.tiddler.post_revisions(environ, start_response)

Take a collection of JSON tiddlers, each with a text key and value, and process them into the store. That collection is known as a TiddlerChronicle.

tiddlyweb.web.handler.tiddler.put(environ, start_response)

Put a tiddler into the store.

Table Of Contents

This Page