Simple Python library to access the Dojo Javascript toolkit
ClueDojo is three things:
See src/cluedojo/demoapp.py for an example of how to mount the WSGI component of ClueDojo.
The API is only provided as a convenience for a HTML snippet that includes necessary dojo files. It is not required for using the Dojo files themselves.
Example:
import cluedojo headerhtml = cluedojo.get_google_cdn_block()
Created and maintained by Rocky Burt <rocky@serverzen.com>.
- Removed existing api functions and added:
- cluedojo.get_local_block
- cluedojo.get_google_cdn_block
- cluedojo.get_aol_cdn_block
- Updated to Dojo Toolkit 1.4.2