Metadata-Version: 1.0
Name: tiddlywebplugins.tiddlydocs
Version: 0.11
Summary: Packaging of Tiddlydocs
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.tiddlydocs
Author: simonmcmanus
Author-email: mcmanus.simon@gmail.com
License: UNKNOWN
Description: This is a Python package providing the client side and server side functionality required to run TiddlyDocs on TiddlyWeb.
        
        More information about TiddlyDocs can be found at http://tiddlydocs.com
        
        Install :
        
        pip install -U tiddlywebplugins.tiddlydocs
        tiddlydocs INSTANCENAME
        cd INSTANCENAME
        
        
        Setup Static plugin/files :
        
        tiddlydocs_static_files.sh
        nano tiddlywebconfig.py
        
        tiddlywebconfig.py to:
        
        "system_plugins": ['tiddlywebplugins.tiddlydocs', 'tiddlywebplugins.static'],
        
        and add:
        
        'static_url_dir': 'doccollab/static',
        
        restart your web server
        
        
Platform: Posix; MacOS X; Windows
