Metadata-Version: 1.1
Name: pinax-blog
Version: 8.0.0
Summary: Blogging app for the Django web framework
Home-page: http://github.com/pinax/pinax-blog/
Author: Pinax Team
Author-email: team@pinaxproject.com
License: MIT
Description: 
        .. image:: http://pinaxproject.com/pinax-design/patches/pinax-blog.svg
            :target: https://pypi.python.org/pypi/pinax-blog/
        
        ==========
        Pinax Blog
        ==========
        
        .. image:: https://img.shields.io/pypi/v/pinax-blog.svg
            :target: https://pypi.python.org/pypi/pinax-blog/
        
        
        .. image:: https://img.shields.io/circleci/project/github/pinax/pinax-blog.svg
            :target: https://circleci.com/gh/pinax/pinax-blog
        .. image:: https://img.shields.io/codecov/c/github/pinax/pinax-blog.svg
            :target: https://codecov.io/gh/pinax/pinax-blog
        .. image:: https://img.shields.io/github/contributors/pinax/pinax-blog.svg
            :target: https://github.com/pinax/pinax-blog/graphs/contributors
        .. image:: https://img.shields.io/github/issues-pr/pinax/pinax-blog.svg
            :target: https://github.com/pinax/pinax-blog/pulls
        .. image:: https://img.shields.io/github/issues-pr-closed/pinax/pinax-blog.svg
            :target: https://github.com/pinax/pinax-blog/pulls?q=is%3Apr+is%3Aclosed
        
        
        .. image:: http://slack.pinaxproject.com/badge.svg
            :target: http://slack.pinaxproject.com/
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://opensource.org/licenses/MIT/
        
        
        ``pinax-blog`` is a blog app for Django.
        
        Features
        --------
        
        * support for multiple channels (e.g. technical vs business)
        * use of Creole (optional) and Markdown as markup format
        * Atom and RSS feeds
        * previewing of blog posts before publishing
        * optional ability to announce new posts on twitter
        * Traditional date based urls or simpler slug-only urls, via configuration
        * Control over opengraph and twitter card meta data per post
        * Review comments per post for multi-author workflows
        * public but secret urls for unpublished blog posts for easier review
        
        Supported Django and Python Versions
        ------------------------------------
        
        +-----------------+-----+-----+-----+
        | Django / Python | 3.6 | 3.7 | 3.8 |
        +=================+=====+=====+=====+
        |  2.2            |  *  |  *  |  *  |
        +-----------------+-----+-----+-----+
        |  3.0            |  *  |  *  |  *  |
        +-----------------+-----+-----+-----+
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
