Metadata-Version: 1.0
Name: django-blog-zinnia
Version: 0.12
Summary: A clear and powerfull weblog application powered with Django
Home-page: https://github.com/Fantomas42/django-blog-zinnia
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD License
Description: ==================
        Django Blog Zinnia
        ==================
        
        Simple yet powerful and really extendable application for managing a blog
        within your Django Web site.
        
        Zinnia has been made for publishing Weblog entries and designed to do it well.
        
        Basically any feature that can be provided by another reusable app has been
        left out.
        Why should we re-implement something that is already done and reviewed by
        others and tested ?
        
        Features
        ========
        
        More than a long speech, here the list of the main features :
        
        * Comments
        * `Sitemaps`_
        * Archives views
        * Related entries
        * Private entries
        * RSS or Atom Feeds
        * Tags and categories views
        * `Advanced search engine`_
        * Prepublication and expiration
        * Edition in `MarkDown`_, `Textile`_ or `reStructuredText`_
        * Widgets (Popular entries, Similar entries, ...)
        * Spam protection with `Akismet`_, `TypePad`_ or `Mollom`_
        * Admin dashboard
        * `MetaWeblog API`_
        * Ping Directories
        * Ping External links
        * `Bit.ly`_ support
        * `Twitter`_ support
        * `Gravatar`_ support
        * `Django-CMS`_ plugins
        * Collaborative work
        * Tags autocompletion
        * `Entry model extendable`_
        * Pingback/Trackback support
        * `Blogger conversion utility`_
        * `WordPress conversion utility`_
        * `WYMeditor`_, `TinyMCE`_ and `MarkItUp`_ support
        * Efficient database queries
        * Ready to use and extendable templates
        * `Compass`_ and `Sass3`_ integration
        * `Windows Live Writer`_ compatibility
        
        Examples
        ========
        
        Take a look at the online demo at : http://django-blog-zinnia.com/
        or you can visit these websites who use Zinnia.
        
        * `Fantomas' side`_  / `Mobile version`_.
        * `ShiningPanda`_.
        * `Tryolabs`_.
        * `AR.Drone Best of User Videos`_.
        * `Professional Web Studio`_.
        * `mixedCase`_.
        * `brainbreach`_.
        * `Mauro Bianchi`_.
        * `Sergey Miracle`_.
        
        
        If you are a proud user of Zinnia, send me the URL of your website and I
        will add it to the list.
        
        Online resources
        ================
        
        More information and help available at these URLs :
        
        * `Code repository`_.
        * `Documentation`_.
        * `Jenkins CI server`_.
        * Discussions and help at `Google Group`_.
        * For reporting a bug use `Github Issues`_.
        
        
        .. _`Sitemaps`: http://django-blog-zinnia.readthedocs.org/en/latest/getting-started/configuration.html#module-zinnia.sitemaps
        .. _`Advanced search engine`: http://django-blog-zinnia.readthedocs.org/en/latest/topics/search_engines.html
        .. _`MarkDown`: http://daringfireball.net/projects/markdown/
        .. _`Textile`: http://redcloth.org/hobix.com/textile/
        .. _`reStructuredText`: http://docutils.sourceforge.net/rst.html
        .. _`Akismet`: http://akismet.com
        .. _`TypePad`: http://antispam.typepad.com/
        .. _`Mollom`: http://mollom.com/
        .. _`MetaWeblog API`: http://www.xmlrpc.com/metaWeblogApi
        .. _`Bit.ly`: http://django-blog-zinnia.readthedocs.org/en/latest/getting-started/configuration.html#module-zinnia.url_shortener.backends.bitly
        .. _`Twitter`: http://django-blog-zinnia.readthedocs.org/en/latest/getting-started/configuration.html#twitter
        .. _`Gravatar`: http://gravatar.com/
        .. _`Django-CMS`: http://django-blog-zinnia.readthedocs.org/en/latest/getting-started/configuration.html#django-cms
        .. _`Entry model extendable`: http://django-blog-zinnia.rtfd.org/extending-entry
        .. _`WYMeditor`: http://www.wymeditor.org/
        .. _`TinyMCE`: http://tinymce.moxiecode.com/
        .. _`MarkItUp`: http://markitup.jaysalvat.com/
        .. _`Blogger conversion utility`: http://django-blog-zinnia.readthedocs.org/en/latest/how-to/import_export.html#from-blogger-to-zinnia
        .. _`WordPress conversion utility`: http://django-blog-zinnia.readthedocs.org/en/latest/how-to/import_export.html#from-wordpress-to-zinnia
        .. _`Compass`: http://compass-style.org/
        .. _`Sass3`: http://sass-lang.com/
        .. _`Windows Live Writer`: http://explore.live.com/windows-live-writer
        .. _`Fantomas' side`: http://fantomas.willbreak.it/blog/
        .. _`Mobile version`: http://m.fantomas.willbreak.it/blog/
        .. _`Professional Web Studio`: http://www.professionalwebstudio.com/en/weblog/
        .. _`mixedCase`: http://www.mixedcase.nl/articles/
        .. _`Tryolabs`: http://www.tryolabs.com/Blog/
        .. _`brainbreach`: http://brainbreach.com/
        .. _`Mauro Bianchi`: http://www.maurobianchi.it/
        .. _`Sergey Miracle`: http://sergeymiracle.com/weblog/
        .. _`AR.Drone Best of User Videos`: http://ardrone.parrot.com/best-of-user-videos/
        .. _`ShiningPanda`: http://www.shiningpanda.com/blog/
        .. _`Code repository`: https://github.com/Fantomas42/django-blog-zinnia
        .. _`Documentation`: http://django-blog-zinnia.readthedocs.org/
        .. _`Jenkins CI server`: https://jenkins.shiningpanda.com/django-blog-zinnia/
        .. _`Google Group`: http://groups.google.com/group/django-blog-zinnia/
        .. _`Github Issues`: https://github.com/Fantomas42/django-blog-zinnia/issues/
        
        CHANGELOG
        =========
        
        0.12
        ----
        
        * Optimizations on the templates
        * Optimizations on the database queries
        * Denormalization of the comments
        * ``get_authors`` context improved
        * ``get_tag_cloud`` context improved
        * ``get_categories`` context improved
        * Default theme declinations
        * Default theme more responsive
        * Updating ``helloworld.json`` fixture
        * Fix issues with authors in ``wp2zinnia``
        * Better integration of the comments system
        * Models has been splitted into differents modules
        
        0.11.2
        ------
        
        * New admin filter for authors
        * Minor translation improvements
        * Minor documentation improvements
        * ``wp2zinnia`` handle wxr version 1.2
        * Customizations of the templates with ease
        * Define a custom ``Author.__unicode__`` method
        * Fix issue with duplicate spam comments
        * Fix bug in ``PreviousNextPublishedMixin``
        * Fix bug in ``QuickEntry`` with non ascii title
        * Fix ``collectstatic`` with ``CachedStaticFilesStorage``
        
        0.11.1
        ------
        
        * Fix issues with ``get_absolute_url`` and ``zbreadcrumbs``
        when time-zone support is enabled.
        
        0.11
        ----
        
        * Class-based views
        * Time zones support
        * Pagination on archives
        * Better archive by week view
        * Update of the breadcrumbs tag
        * Improving ``wp2zinnia`` command
        * New ``long_enough`` spam checker
        * Custom templates for archive views
        * Publication dates become unrequired
        * No runtime warnings on Django 1.4
        * Django 1.3 is no longer supported
        * And a lot of bug fixes
        
        0.10.1
        ------
        
        * Django 1.4 compatibility support
        * Compatibility with django-mptt >= 5.1
        * ``zinnia.plugins`` is now removed
        
        0.10
        ----
        
        * Better default templates
        * CSS refactoring with Sass3
        * Statistics about the content
        * Improvement of the documentation
        * Entry's Meta options can be extended
        * Django 1.2 is no longer supported
        * ``zinnia.plugins`` is deprecated in favor of ``cmsplugin_zinnia``
        * And a lot of bug fixes
        
        0.9
        ---
        
        * Improved URL shortening
        * Improved moderation system
        * Better support of django-tagging
        * Blogger to Zinnia utility command
        * OpenSearch capabilities
        * Upgraded search engine
        * Feed to Zinnia utility command
        * And a lot of bug fixes
        
        0.8
        ---
        
        * Admin dashboard
        * Featured entries
        * Using Microformats
        * Mails for comment reply
        * Entry model can be extended
        * More plugins for django-cms
        * Zinnia to Wordpress utility command
        * Code cleaning and optimizations
        * And a lot of bug fixes
        
        0.7
        ---
        
        * Using signals
        * Trackback support
        * Ping external URLs
        * Private posts
        * Hierarchical categories
        * TinyMCE integration
        * Code optimizations
        * And a lot of bug fixes
        
        0.6
        ---
        
        * Handling PingBacks
        * Support MetaWeblog API
        * Passing to Django 1.2.x
        * Breadcrumbs templatetag
        * Bug correction in calendar widget
        * Wordpress to Zinnia utility command
        * Major bug correction on publication system
        * And a lot of bug fixes
        
        0.5
        ---
        
        * Packaging
        * Tests added
        * Translations
        * Better templates
        * New templatetags
        * Plugins for django-cms
        * Twitter and Bit.ly support
        * Publishing sources on Github.com
        
        0.4 and before
        --------------
        
        * The previous versions of Zinnia were not packaged, and were destinated for a
        personnal use.
        
Keywords: django,blog,weblog,zinnia,post,news
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
