hurry.resource style resources for Slimbox.
Project description
Introduction
This library packages Slimbox for hurry.resource. It relies on hurry.jquery for the dependency.
How to use?
You can import Slimbox from hurry.slimbox and .need it where you want these resources to be included on a page:
from hurry.slimbox import slimbox .. in your page or widget rendering code, somewhere .. slimbox.need()
This requires integration between your web framework and hurry.resource, and making sure that the original resources are published to some URL.
The package has already been integrated for Grok and Zope 3. If you depend on the hurry.zoperesource package in your setup.py, the above example should work out of the box. Make sure to depend on the hurry.zoperesource package in your setup.py.
Preparing hurry.slimbox before release
This section is only relevant to release managers of hurry.slimbox.
When releasing hurry.slimbox, an extra step should be taken. Follow the regular package release instructions, but before egg generation (python setup.py register sdist upload) first execute bin/slimboxprepare. This will download the Slimbox library and place it in the egg. (The version number is currently hardcoded in the hurry.slimbox.prepare module).
CHANGES
0.1 (2009-12-27)
Initial public release, using Slimbox 2.03.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.