Metadata-Version: 1.1
Name: radpress
Version: 0.4.1
Summary: Simple reusable blog application
Home-page: https://github.com/gkmngrgn/radpress
Author: Gökmen Görgen
Author-email: gokmen@radity.com
License: MIT
Description: Radpress
        ========
        
        .. image:: https://travis-ci.org/gkmngrgn/radpress.png?branch=develop
        
        Radpress is a simple blog application for Djangonauts. It doesn't use a WYSIWYG
        editor; the default markup syntax is `reStructuredText`_ and you can preview
        your entry simply before publishing it. Radpress now ships with a `Markdown`_
        renderer, too!
        
        Radpress' default theme is based on `Author theme`_ by Mike McAlister. Thank
        you for the support.
        
        Features
        --------
        - Zen mode for writing articles
        - Disqus support for comment and reactions
        - Useful sidebar widgets; tag cloud, latest posts
        - Adding page links in navigation bar
        - Listing archives by date or tag
        - Author information for articles
        - Simple theme like in Octopress.
        
        Supported markup languages
        --------------------------
        - reStructuredText
        - Markdown
        
        Authors
        -------
        Gökmen Görgen, <gokmen[@]alageek.com>
        
        Contributors
        ------------
        Ben Stott, <bgbnbigben[@]contextualsystems.com>
        
        Licensing
        ---------
        Radpress is free software under terms of the MIT License. For more information, 
        see the LICENSE file.
        
        .. _restructuredtext: http://docutils.sourceforge.net/rst.html
        .. _Markdown: http://daringfireball.net/projects/markdown/
        .. _Author theme: http://themes.okaythemes.com/author/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
