Metadata-Version: 1.0
Name: gsquickstart
Version: 1.0Beta2
Summary: TurboGears genshi quickstart template
Home-page: http://trac.turbogears.org/browser/projects/GenshiQuickStart
Author: Fred Lin
Author-email: gasolin+tg@gmail.com
License: MIT
Download-URL: http://www.python.org/pypi/gsquickstart/
Description: 
        
        gsquickstart is a Turbogears template plugin for genshi template.
        It will install a paste template for Turbogears' quickstart usage.
        
        Install
        -----------
        Install with setuptools::
        
        $easy_install gsquickstart
        
        Usage
        -----------
        
        gsquickstart Just as normal tg-admin quickstart,
        but you've to specify the tggenshi(TurboGears Genshi) template instead of the default kid template::
        
        $tg-admin quickstart -t tggenshi [project name]
        
        
        Notice
        ---------
        
        TurboGears 1.0 documents are written for the default setting of kid+sqlobject.
        
        But genshi template has some difference between kid template.
        
        You may expect problems when using genshi template instead.
        
        Take widgets for example, you've to use '${ET(myform())}' instead of '${myform()}' in template.
        
        
        What's new in Beta2?
        
        * Able to be indexed by turbogears cogbin
        
        
Keywords: turbogears.quickstart.template
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: TurboGears
