Metadata-Version: 1.1
Name: puput
Version: 0.6
Summary: A Django blog app implemented in Wagtail.
Home-page: http://github.com/APSL/puput
Author: Marc Tudurí
Author-email: marctc@gmail.com
License: UNKNOWN
Description: Puput
        =====
        
        .. image:: https://readthedocs.org/projects/puput/badge/?version=latest
            :target: https://readthedocs.org/projects/puput/?badge=latest
            
        .. image:: https://api.codacy.com/project/badge/grade/f96e31ee1b8c4aa2b1402f12308afe96    
           :target: https://www.codacy.com/app/marctc/puput
           
        Puput is a powerful and simple Django app to manage a blog. It uses the awesome `Wagtail CMS <https://github.com/torchbox/wagtail>`_ as content management system.
        
        Puput is the catalan name for `Hoopoe <https://en.wikipedia.org/wiki/Hoopoe>`_ which is indeed a beautiful bird.
        
        .. image:: http://i.imgur.com/3ByGQb6.png
        
        `Try Puput demo site! <http://puput.apsl.net/>`_
        
        Features
        ~~~~~~~~
        
        * Built with Wagtail CMS and Django
        * Inspired in Wordpress and Zinnia
        * Simple & responsive HTML template by default
        * SEO friendly urls
        * Support for Disqus comments
        * Entries by author, tags, categories, archives and search term
        * Last & popular entries
        * Configurable sidebar widgets
        * RSS feeds
        * Related entries
        * Extensible entry model
        
        .. image:: http://i.imgur.com/ndZLeWb.png
        
        Setup
        ~~~~~
        
        The setup process is explained `here <docs/setup.rst>`_.
        
        Documentation
        ~~~~~~~~~~~~~
        Visit the `documentation <http://puput.readthedocs.org>`_ for an in-depth look at Puput.
        
Keywords: django wagtail puput blog cms app
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
