<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>TGFirebugLite</name>
<shortdesc>A TurboGears widgets wrapper for the Firebug Lite JavaScript Library.</shortdesc>
<description>Installation::

    [sudo] easy_install TGFirebugLite

or:

    1. Download the Egg manually from here_ or the Cheeseshop_.
    2. Install with ``easy_install &lt;egg-file&gt;``.

.. _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.</description>
<download-page>http://chrisarndt.de/projects/tgfirebuglite//download/TGFirebugLite-1.0b-py2.4.egg</download-page>
<homepage rdf:resource="http://chrisarndt.de/projects/tgfirebuglite/" />
<maintainer><foaf:Person><foaf:name>Christopher Arndt</foaf:name>
<foaf:mbox_sha1sum>1408773daa952dbd838c7a0d0ff789e8dd1b831b</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0b</revision></Version></release>
</Project></rdf:RDF>