Metadata-Version: 1.0
Name: django-publish
Version: 1.0.5
Summary: cli publishing of blog articles to a django-articles blog.
Home-page: http://docs.recursivedream.com/django-publish/
Author: Tom Davis
Author-email: tom@recursivedream.com
License: BSD
Description: django-publish - cli publishing for ``django-articles`` blogs
        =============================================================
        
        ``django-publish`` allows you to publish to your ``django-articles``-powered
        blog via the command line. Currently only supports documents written in reST
        (though why would you use anything else?! ;)). For more information, consult the
        `documentation`_.
        
        .. _documentation: http://docs.recursivedream.com/django-publish/
        
        Credits
        -------
        
        - `django-articles`_
        
        .. _django-articles: http://github.com/codekoala/django-articles/
        
        
        News
        ====
        
        1.0.5
        -----
        
        *Release date: 28 FEB 2011*
        
        * Really never, ever require login to view new posts (by default).
        
        1.0.4
        -----
        
        *Release date: 16 NOV 2010*
        
        * By default, don't require login to view new posts.
        
        1.0.3
        -----
        
        *Release date: 16 NOV 2010*
        
        * Another setup.py issue.
        
        1.0.2
        -----
        
        *Release date: 16 NOV 2010*
        
        * Removed distribute from setup.py
        
        1.0.1
        -----
        
        *Release date: 15 NOV 2010*
        
        * Basic functionality
        
        
Keywords: django django-articles reST publish blog
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Text Processing :: Markup
