Metadata-Version: 2.1
Name: django-blog-xinnia
Version: 0.21.1
Summary: A clear and powerful weblog application powered with Django
Home-page: https://github.com/emencia/django-blog-xinnia
Author: Emencia
Author-email: support@emencia.com
License: BSD License
Description: ==================
        Django Blog Xinnia
        ==================
        
        .. Note::
            This is a fork of
            `django-blog-zinnia <https://github.com/Fantomas42/django-blog-zinnia>`_
            to include fixes for last Django since original project is abandonned.
        
            Code is almost unchanged except for needed fixes and even package has renamed
            "zinnia" to "xinnia", its module has keeped the old name.
        
        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
        * `Custom templates for various contents`_
        * Editing 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`_ , `CKEditor`_ 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://demo.django-blog-zinnia.com/
        or you can visit these websites who use Zinnia.
        
        * `Fantomas' side`_
        * `Vidzor Studio LLC`_
        * `Bookshadow`_
        * `Future Proof Games`_
        * `Programeria`_
        * `Tihomir Blajev Blog`_
        * `Branchspot`_
        
        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`_
        * `Travis CI server`_
        * `Coverage report`_
        * Discussions and help at `Google Group`_
        * For reporting a bug use `GitHub Issues`_
        
        .. _`Sitemaps`: http://docs.django-blog-zinnia.com/en/latest/getting-started/configuration.html#module-zinnia.sitemaps
        .. _`Advanced search engine`: http://docs.django-blog-zinnia.com/en/latest/topics/search_engines.html
        .. _`Custom templates for various contents`: http://docs.django-blog-zinnia.com/en/latest/getting-started/configuration.html#templates-for-entries
        .. _`Markdown`: http://daringfireball.net/projects/markdown/
        .. _`Textile`: http://redcloth.org/hobix.com/textile/
        .. _`reStructuredText`: http://docutils.sourceforge.net/rst.html
        .. _`Akismet`: https://github.com/Fantomas42/zinnia-spam-checker-akismet
        .. _`TypePad`: https://github.com/Fantomas42/zinnia-spam-checker-akismet#using-typepad-antispam
        .. _`Mollom`: https://github.com/Fantomas42/zinnia-spam-checker-mollom
        .. _`MetaWeblog API`: http://www.xmlrpc.com/metaWeblogApi
        .. _`Bit.ly`: https://github.com/Fantomas42/zinnia-url-shortener-bitly
        .. _`Twitter`:  https://github.com/Fantomas42/zinnia-twitter
        .. _`Gravatar`: http://gravatar.com/
        .. _`Django-CMS`: http://docs.django-blog-zinnia.com/en/latest/getting-started/configuration.html#django-cms
        .. _`Entry model extendable`: http://django-blog-zinnia.rtfd.org/extending-entry
        .. _`WYMeditor`: https://github.com/django-blog-zinnia/zinnia-wysiwyg-wymeditor
        .. _`TinyMCE`: https://github.com/django-blog-zinnia/zinnia-wysiwyg-tinymce
        .. _`CKEditor`: https://github.com/django-blog-zinnia/zinnia-wysiwyg-ckeditor
        .. _`MarkItUp`: https://github.com/django-blog-zinnia/zinnia-wysiwyg-markitup
        .. _`Blogger conversion utility`: https://github.com/django-blog-zinnia/blogger2zinnia
        .. _`WordPress conversion utility`: https://github.com/django-blog-zinnia/wordpress2zinnia
        .. _`Compass`: http://compass-style.org/
        .. _`Sass3`: http://sass-lang.com/
        .. _`Windows Live Writer`: http://explore.live.com/windows-live-writer
        .. _`Fantomas' side`: http://fantomas.site/blog/
        .. _`Vidzor Studio LLC`: http://vidzor.com/blog/
        .. _`Bookshadow`: http://bookshadow.com/weblog/
        .. _`Future Proof Games`: http://futureproofgames.com/blog/
        .. _`Programeria`: https://programeria.pl/
        .. _`Tihomir Blajev Blog`: http://www.tihoblajev.com/weblog/
        .. _`Branchspot`: https://www.branchspot.com/blog/
        .. _`Code repository`: https://github.com/Fantomas42/django-blog-zinnia
        .. _`Documentation`: http://docs.django-blog-zinnia.com/
        .. _`Travis CI server`: http://travis-ci.org/Fantomas42/django-blog-zinnia
        .. _`Coverage report`: https://coveralls.io/r/Fantomas42/django-blog-zinnia
        .. _`Google Group`: http://groups.google.com/group/django-blog-zinnia/
        .. _`GitHub Issues`: https://github.com/Fantomas42/django-blog-zinnia/issues/
        
        0.21.1 - 2021/02/25
        -------------------
        
        New release to fix package publishing on Pypi, no other changes.
        
        0.21.0 - 2021/02/25
        -------------------
        
        * Drop support for Django<3.1;
        * Migrated urls from "url()" to "path()" with pattern converters;
        * Use 'force_str()' instead of deprecated 'force_text()';
        * Remove 'providing_args' argument in Signals;
        
        
        0.20.1 - 2021/02/23
        -------------------
        
        * Some fixes for Django>=3.0 support;
        
        Legacy
        ------
        
        Previous release history can be find in
        `original fork <https://github.com/Fantomas42/django-blog-zinnia>`_.
        
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 :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
