Metadata-Version: 1.0
Name: TGFirebugLite
Version: 1.0b
Summary: A TurboGears widgets wrapper for the Firebug Lite JavaScript Library.
Home-page: http://chrisarndt.de/projects/tgfirebuglite/
Author: Christopher Arndt
Author-email: chris@chrisarndt.de
License: MPL/GPL/LGPL
Download-URL: http://chrisarndt.de/projects/tgfirebuglite/download/TGFirebugLite-1.0b-py2.4.egg
Description: Installation::
        
        [sudo] easy_install TGFirebugLite
        
        or:
        
        1. Download the Egg manually from here_ or the Cheeseshop_.
        2. Install with ``easy_install <egg-file>``.
        
        .. _here: http://chrisarndt.de/projects/tgfirebuglite/download/
        .. _Cheeseshop: http://python.org/pypi/TGFirebugLite
        
        Usage:
        
        To use this widget, just add it to the ``tg.include_widgets`` configuration
        setting, for example in your ``dev.cfg``::
        
        tg.include_widgets = ['firebug.widgets.firebug_js', ...]
        
        If you don't care to simulate the Firebug console, but you want to prevent calls to ``console.log()`` in your JavaScript code from causing errors, then just change the widget name to ``firebug.widgets.firebugx_js``.
        
        To try it out, just hit F12 after your page has loaded and the Firebug console
        frame will open at the bottom of your page. You can enter JavaScript commands
        at the command line right at the bottom and see their outcome in the console
        logging area above.
        
        Please see http://www.getfirebug.com/lite.html for more information.
        
Keywords: turbogears.widgets
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: TurboGears
Classifier: Framework :: TurboGears :: Widgets
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Debuggers
