Metadata-Version: 1.0
Name: tiddlywebplugins.wikklytextrender
Version: 0.2
Summary: A TiddlyWeb plugin that render TiddlyWiki syntax to HTML, server-side.
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.wikklytextrender
Author: Chris Dent
Author-email: cdent@peermore.com
License: UNKNOWN
Description: A TiddlyWiki wiki syntax to HTML renderer for use with
        TiddlyWeb. Rendering is done using wikklytext.
        
        To use add one or both of the following to tiddlywebconfig.py:
        
        wikitext.default_renderer': 'wikklytextrender',
        'wikitext.default_render_map': {
        'text/x-tiddlywiki': 'wikklytextrender',
        },
        
        Requires: wikklytext, available via easy_install.
        
        If 'wikklytext.safe_mode' is set to False, HTML within tiddler.text
        that is wrapped in <html> tags will be preserved. If True, the HTML
        is removed. True is the default.
        
        See also: http://tiddlyweb.com/ and http://wikklytext.com/
        
Platform: Posix; MacOS X; Windows
