Paketname | python-webflash |
Beschreibung | Portable flash messages for Python WSGI applications |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1a9-3 |
Sektion | python |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | python-support (>= 0.90.0), python-simplejson |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 9522 Byte |
Prüfsumme MD5 | 77e8faa5666754168ebc38065fe9afe7 |
Prüfsumme SHA1 | 67f02aec0c58e372b5fe33837577c949e599b6b2 |
Prüfsumme SHA256 | fbf1d2d606c4df951d2218f3465cf8aed66f8017bdebb0b7989178ecb0cf21e1 |
Link zum Herunterladen | python-webflash_0.1a9-3_all.deb |
Ausführliche Beschreibung | WebFlash is a library to display "flash" messages in Python web
applications.
.
These messages are usually used to provide feedback to the user (e.g:
you changes have been saved, your credit card number has been stolen,
etc). One important characteristic they must provide is the ability
to survive a redirect (i.e., display the message in a page after
being redirected from a form submission).
.
* WebFlash is implemented using cookies, no state must be kept
* The messages can be rendered by the browser using Javascript
* Alternatively messages can be rendered by the server
* The JS code is small (~1Kb) and has no dependency
* WebFlash is designed to be used in WSGI frameworks
|