Metadata-Version: 1.0
Name: TemplateBrowser
Version: 1.0Alpha
Summary: TurboGears Toolbox Template Browser
Home-page: docs.turbogears.org
Author: Fred Lin
Author-email: gasolin+tg@gmail.com
License: UNKNOWN
Download-URL: http://www.python.org/pypi/templatebrowser/
Description: Preview the templates in your project.
        
        
        Features
        -------------
        * Overview the templates contained in the project
        * Able to preview tmpl, kid, html format templates (without static images, external Javascript and styles)
        * Text mode code preview
        
        
        Install It
        -------------
        Use easy_install command to install it::
        
        $easy_install templatebrowser
        
        Use It
        --------------
        Start the toolbox::
        
        $ tg-admin toolbox
        
        Then you'll see a new utility "Template Browser" is shown
        on the toolbox panel.
        
        
        Note you could use it only when you are within the TurboGears project.
        
        
Keywords: turbogears.toolboxcommand
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: TurboGears
