Metadata-Version: 1.0
Name: pybb
Version: 0.1.10
Summary: Django forum application
Home-page: http://pybb.org
Author: Grigoriy Petukhov
Author-email: lorien@lorien.name
License: BSD
Description: ============================
        PyBB - Python Bulletin Board
        ============================
        
        Pybb is a django forum application. For now PyBB is unstable.
        If some feture exists in rev.A then it could be dropped in rev.B.
        
        
        Contacts
        ========
        
        Send all questions to lorien@lorien.name
        
        
        Installation/Download
        =====================
        Most recent version is on bitbucket. Package on pypi.python.org
        is updated from time to time.
        
        
        PyBB Demo
        =========
        
        Quick way to test pybb is to install pybb-demo_ project.
        It is preconfigured django project which you can setup and run in five minuetes.
        
        
        Templates
        =========
        
        PyBB is shipped with default templates which you can use as basis for
        development your own templates. PyBB is not shipped with any stylesheets,
        you can find some CSS in pybb-demo_ project.
        
        .. _pybb-demo: http://bitbucket.org/lorien/pybb-demo
        
        
        Tests
        =====
        
        To run tests you need django-webtest and lxml packages to be installed
        
Keywords: django application forum board
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Classifier: Topic :: Software Development :: Libraries :: Python Modules
