Metadata-Version: 1.1
Name: jmbo-post
Version: 0.3
Summary: Jmbo post application. Post is a synonym for article. It is the most common content type.
Home-page: http://github.com/praekelt/jmbo-post
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Jmbo Post
        =========
        **Jmbo post application. Post is a synonym for article. It is the most common content type.**
        
        .. contents:: Contents
            :depth: 5
        
        Content types
        -------------
        
        Post
        ****
        
        Post introduces a single rich-text field called `Content`.
        
        .. image:: https://raw.github.com/praekelt/jmbo-post/develop/images/admin.png
        
        1.  Content is a rich-text field of arbitrary length.
        
        .. figure:: https://raw.github.com/praekelt/jmbo-post/develop/images/post.png
            :align: center
        
            A post as it is seen by the public.
        
        Authors
        =======
        
        Praekelt Foundation
        -------------------
        
        * Shaun Sephton
        * Jonathan Bydendyk
        * Euan Jonker
        * Hedley Roos
        
        Changelog
        =========
        
        0.3
        ---
        #. Allow pagination of posts.
        #. Deprecate redundant views and use default Jmbo views.
        
        0.1.7
        -----
        #. Add caching to detail template.
        
        0.1.6
        -----
        #. Do not show main image if images uploaded via CKEditor.
        
        0.1.5
        -----
        #. Non-critical fix release. Missed a clearing div at the bottom of a template.
        
        0.1.4
        -----
        #. Remove redundant photosize.
        #. Wrapping div around image and content on detail view.
        
        0.1.3
        -----
        # Corrected MANIFEST.in to include missing setup.py rst files.
        
        0.1.2
        -----
        #. django-ckeditor now has minimum version 3.6.2.1. It now uses Pillow instead of PIL.
        
        0.1.1
        -----
        #. Use slug for lookups in tastypie API.
        
        0.1
        ---
        #. django-tastypie support added.
        
        0.0.6
        -----
        #. Unomena contributions.
        #. Only show content type title if view modifiers are available.
        #. Add Afrikaans and French translation.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
