Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 15, 2010
1 parent 77a3b5e commit 65c28a5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Expand Up @@ -18,16 +18,31 @@ tw2.jit

tw2.jit is a `toscawidgets2 (tw2)`_ wrapper for `thejit`_.

.. comment: TODO -- add a link to a live demo here.
`Screenshots <http://github.com/ralphbean/tw2.jit/raw/master/doc/images/screenshot1.png>`_

`Bugs <http://github.com/ralphbean/tw2.jit/issues/>`_

`toscawidgets2 (tw2)`_ aims to be a practical and useful widgets framework
that helps people build interactive websites with compelling features, faster
and easier. Widgets are re-usable web components that can include a template,
server-side code and JavaScripts/CSS resources. The library aims to be:
flexible, reliable, documented, performant, and as simple as possible.

The JavaScript InfoVis Toolkit (`thejit`_) is a javascript library that
provides web standard based tools to create interactive data visualizations
for the Web. It is pretty, interactive, and fast.

This module, tw2.jit, provides `toscawidgets2 (tw2)`_ widgets that render `thejit`_ data visualizations.


Sampling tw2.jit in the WidgetBrowser
-------------------------------------

The best way to scope out ``tw2.jit`` is to load its widgets in the
``tw2.devtools`` WidgetBrowser. To see the source code that configures them,
check out ``tw2.jit.samples``
check out ``tw2/jit/samples.py``

To give it a try you'll need git, mercurial, python, and virtualenv. Run:

Expand Down

0 comments on commit 65c28a5

Please sign in to comment.