Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Get Rid MD5 support | Martin Wilke | 2011-03-19 | 1 | -1/+0 |
| | | | | Notes: svn path=/head/; revision=271305 | ||||
* | WebFlash is a library to display "flash" messages in python web | Martin Wilke | 2009-07-07 | 1 | -0/+3 |
applications. These messages are usually used to provide feedback to the user (eg: you changes have been saved, your credit card number has been stolen, ...). One important characteristic they must provide is the ability to survive a redirect (ie: display the message in a page after being redirected from a form submission). WWW: http://python-rum.org/wiki/WebFlash PR: ports/136404 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=237356 |