Metadata-Version: 1.1
Name: wafer
Version: 0.1.1
Summary: A wafer-thin Django library for running small conferences.
Home-page: http://github.com/CTPUG/wafer
Author: CTPUG
Author-email: ctpug@googlegroups.com
License: MIT
Description: wafer
        =====
        
        [![Build Status](https://travis-ci.org/CTPUG/wafer.png?branch=master)](https://travis-ci.org/CTPUG/wafer)
        
        A wafer-thin web application for running small conferences. Built using Django.
        
        Licensed under the [ISC License](LICENSE).
        
        Documentation
        =============
        
        Available on [readthedocs.org](http://wafer.readthedocs.org/).
        
        Installation
        ============
        
        1. TODO: Explain it all
        
        2. If you don't have one yet, create a superuser with
           ``manage.py createsuperuser``.
        
        3. Log in and configure the Site:
        
           * The domain will be used as the base for e-mails sent during
             registration.
        
           * The name will be the conference's name.
        
        4. Create the default 'Page Editors' and 'Talk Mentors' groups using
           ``manage.py wafer_add_default_groups``.
        
        5. Have a fun conference.
        
        Features
        ========
        
        * Support for adding and editing sponsors via Django admin.
        * Schedule can be created and updated via Django admin.
        * Pages for static content, news and so forthe can be handled via Django admin.
          * Can be delegated to the 'Page Editors' group.
          * Pages can be updated via the web interface.
        * Talk submissions and acceptance.
        * Generate a static version of the site for archival.
        
        
        TODO
        ====
        
        * Make the code easier to use for other conferences (split out theming, etc).
        * Improve the talk submission management module:
          * Better display of accepted talks.
        * Make various messages easier to customise.
        * Improve admin support for the schedule:
          * Show table of slots in admin interface.
          * Improve handling of moving talks around.
        * Support for adding news (and other templated pages) via Django admin.
        * Maybe add some cool visualizations with  d3:
          * Number of people signed up in various categories.
          * Places remaining.
          * Sponsorship slots remaining.
          * Days until various deadlines.
        * Other improvements
        * Add many tests
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
