Metadata-Version: 1.0
Name: qc.statusmessage
Version: 1.0b2
Summary: WSGI Middleware for displaying status messages
Home-page: http://quantumcore.net
Author: Christian Scholz
Author-email: cs@comlounge.net
License: BSD License, http://quantumcore.org/license.html
Description: 
        ================
        qc.statusmessage
        ================
        
        
        Introduction
        ============
        
        Sometimes in web application development the need arises to show a status message
        or similar notices to a user. This can of course be easily done in some success page
        but sometimes this page is rendered by a different request because of a redirect.
        In these cases you can use some query parameters or similar methods but that's not
        always easy to use or might even have security problems.
        
        ``qc.statusmessage`` tries to solve this problem by giving you a ``MessageList`` object
        which is put into the WSGI environment on ingress and processed on egress to store a list of
        messages inside a cookie.
        
        For information on how to use it check out the
        `online documentation <http://quantumcore.org/docs/qc.statusmessage>`_ or
        check out the `source code repository <http://hg.quantumcore.org/qc.statusmessage>`_.
        
        
        
        Changelog
        =========
        
        
        ------------
        Next release
        ------------
        
        Bugfixes
        --------
        
        - fixed link to PyPI package in documentation [cs]
        
        
        -----------------------
        1.0b1 - March 15th 2009
        -----------------------
        
        * Initial release
        
        
Keywords: statusmessage quantumcore wsgi middleware web framework
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
