Metadata-Version: 1.1
Name: biblion
Version: 2.6.0
Summary: a Django blog app
Home-page: https://github.com/pinax/biblion
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Description: ==============
        Biblion README
        ==============
        
        
        
        .. image:: https://img.shields.io/travis/pinax/biblion.svg
            :target: https://travis-ci.org/pinax/biblion
        
        .. image:: https://img.shields.io/coveralls/pinax/biblion.svg
            :target: https://coveralls.io/r/pinax/biblion
        
        .. image:: https://img.shields.io/pypi/dm/biblion.svg
            :target:  https://pypi.python.org/pypi/biblion/
        
        .. image:: https://img.shields.io/pypi/v/biblion.svg
            :target:  https://pypi.python.org/pypi/biblion/
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target:  https://pypi.python.org/pypi/biblion/
        
        
        
        Biblion was the eldarion.com blog which we've extracted and open sourced.
        
        
        Current features include:
        
         * support for multiple channels (e.g. technical vs business)
         * use of Creole 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
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
