Metadata-Version: 1.0
Name: ContactBWC
Version: 0.1.2
Summary: contact component for the BlazeWeb framework
Home-page: https://bitbucket.org/rsyring/contactbwc
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: Introduction
        ---------------
        
        ContactBWC is a component for `BlazeWeb <http://pypi.python.org/pypi/BlazeWeb/>`_
        applications.  It provides a contact form and an administrative interface
        for updating available contacts.
        
        Questions & Comments
        ---------------------
        
        Please visit: http://groups.google.com/group/blazelibs
        
        Current Status
        ---------------
        
        The code stays pretty stable, but the API may change in the future.
        
        The `ContactBWC tip <http://bitbucket.org/rsyring/contactbwc/get/tip.zip#egg=ContactBWC-dev>`_
        is installable via `easy_install` with ``easy_install ContactBWC==dev``.
        
        
        Change Log
        ----------
        
        0.1.2 released 2012-06-11
        =========================
        
        - remove control panel route from settings file
        - make "Who to Contact" required
        
        0.1.1 released 2011-08-16
        =========================
        
        - fix MANIFEST.in so that template files are included
        
        0.1.0 released 2011-08-16
        =========================
        
        - initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
