Metadata-Version: 1.1
Name: django_simple_forums
Version: 0.17.2
Summary: A simple forums app for Django
Home-page: http://github.com/smalls12/django_simple_forums
Author: Chathan Driehuys
Author-email: cdriehuys@gmail.com
License: GPLv3
Description: =============
        Simple Forums
        =============
        
        Important Note
        ==============
        
        This package is currently in early alpha (version < 1.0.0). This means that backwards incompatible changes can be introduced at any time as described in the `semver description`_.
        
        .. _semver description: http://semver.org/#spec-item-4
        
        What is This?
        =============
        
        Simple forums aims to be a basic forum package for django that allows for creation of a basic forum in which there are various categories that each have user created threads under them.
        
        Links
        =====
        
        **Source Code**: `Github`_
        
        **Documentation**: `Readthedocs.org`_
        
        **Reporting Issues**: `Github Issue Tracker`_
        
        .. _Github: https://github.com/smalls12/django_simple_forums
        .. _Github Issue Tracker: https://github.com/smalls12/django_simple_forums/issues
        .. _Readthedocs.org: http://django-simple-forums.readthedocs.org/en/latest/
        
        License
        =======
        
        This project is licensed under the GPL v3 license.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.4
