Metadata-Version: 1.0
Name: tg-interface
Version: 1.2-0.01
Summary: interface.js javascript library for TurboGears
Home-page: UNKNOWN
Author: Derek Anderson
Author-email: derek@enomaly.com
License: MIT
Description: 
        
        Install
        ==============
        Use setuptools to install::
        
        $easy_install tg_interface
        
        Details
        ==============
        While I really like the jQuery library, it lacks a lot
        of pretty plugins like you can get with dojo, scriptaculous
        or the likes. In order to remedy this problem, I have created
        a quick and dirty wrapper for the fantastic "interface.js",
        available here:
        
        http://interface.eyecon.ro/download
        
        This library just installs interface, so the best place to put
        it is in the tg_include_widgets location described below, right
        AFTER the jquery.jquery definition.
        
        
        Usage
        ==============
        
        tg_interface
        ~~~~~~~~~
        
        include in config/app.cfg::
        
        tg.include_widgets = ['jquery.jquery','tg_interface.tg_interface']
        
Keywords: turbogears.widgets
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
Classifier: Framework :: TurboGears :: Widgets
