| Author: | Christopher Arndt |
|---|---|
| Version: | 1.0 |
| Date: | 2008-02-04 |
| Copyright: | MIT License |
This is a little TurboGears project demonstrating the TurboFancyFlash extension. TurboFancyFlash is a (drop-in) replacement / enhancement for the turbogears.flash() function, providing much nicer-looking message boxes that can change their appearance based on the status of the message.
To install the FancyFlashExample application you can use easy_install:
[sudo] easy_install -f http://chrisarndt.de/projects/fancyflash/ \
FancyFlashExample
This requires the setuptools package to be installed. If you have not done so already, download the ez_setup.py script and run it to install setuptools.
You can also download one of the following packages and install them manually:
You can start the application by running the start-fflashex script which will be installed with the application. Then open your web browser at http://localhost:8080/.