{ "info": { "author": "Fantomas42", "author_email": "fantomas42@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "================\nCmsplugin-zinnia\n================\n\nCmsplugin-zinnia is a bridge between `django-blog-zinnia`_ and\n`django-cms`_.\n\nThis package provides plugins, menus and apphook to integrate your Zinnia\npowered Weblog into your django-cms Web site.\n\nThe code bundled in this application is a copy of the original\n``zinnia.plugins`` module, made for forward compatibility with\ndjango-blog-zinnia > 0.11.\n\n.. contents::\n\n.. _installation:\n\nInstallation\n============\n\nOnce Zinnia and the CMS are installed, you simply have to register\n``cmsplugin_zinnia``, in the ``INSTALLED_APPS`` section of your\nproject's settings.\n\n.. _entry-placeholder:\n\nEntries with plugins\n====================\n\nIf you want to use the plugin system of django-cms in your entries, an\nextended ``Entry`` with a ``PlaceholderField`` is provided in this package.\n\nJust add this line in your project's settings to use it. ::\n\n ZINNIA_ENTRY_BASE_MODEL = 'cmsplugin_zinnia.placeholder.EntryPlaceholder'\n\n.. note::\n If you are using South for migrating your models, you have to keep in\n mind that the default migrations bundled with Zinnia do not reflect\n the addition made by the ``EntryPlaceholder`` model.\n\n A solution to initialize correctly the database can be: ::\n\n $ python manage.py syncdb --all\n $ python manage.py migrate --fake\n\nTips for using the apphook\n==========================\n\nIf you want to use the apphook to provide the blog functionnalities under a\nspecific URL handled by the CMS, remember this tip:\n\n* Once the apphook is registered, you can remove the inclusion of\n ``'zinnia.urls'`` in ``urls.py`` and then restart the server to see it in\n full effect.\n\n.. _settings:\n\nSettings\n========\n\nCMSPLUGIN_ZINNIA_APP_URLS\n-------------------------\n**Default value:** ``['zinnia.urls']``\n\nThe URLsets used for by the Zinnia AppHook.\n\nCMSPLUGIN_ZINNIA_APP_MENUS\n--------------------------\n**Default value:** ::\n\n ['cmsplugin_zinnia.menu.EntryMenu',\n 'cmsplugin_zinnia.menu.CategoryMenu',\n 'cmsplugin_zinnia.menu.TagMenu',\n 'cmsplugin_zinnia.menu.AuthorMenu']\n\nList of strings representing the path to the `Menu` class provided by the\nZinnia AppHook.\n\nCMSPLUGIN_ZINNIA_HIDE_ENTRY_MENU\n--------------------------------\n**Default value:** ``True``\n\nBoolean used for displaying or not the entries in the ``EntryMenu`` object.\n\nCMSPLUGIN_ZINNIA_TEMPLATES\n--------------------------\n**Default value:** ``[]`` (Empty list)\n\nList of tuple for extending the plugins rendering templates.\n\nExample: ::\n\n CMSPLUGIN_ZINNIA_TEMPLATES = [\n ('entry_custom.html', 'Entry custom'),\n ('entry_custom_bis.html', 'Entry custom bis')\n ]\n\n.. _changelog:\n\nChangelog\n=========\n\n0.8.1\n-----\n\n- Remove warnings with Django 1.9\n\n0.8\n---\n\n- Compatibility with Django 1.8\n\n0.7\n---\n\n- PlaceholderEntry mixin\n- Compatibility with Django 1.7 and Zinnia 0.15\n\n0.6\n---\n\n- Compatibility with Django-CMS 3.0\n\n0.5.1\n-----\n\n- Python 3 compatibility fix\n- Better help texts and legends\n\n0.5\n---\n\n- Archives plugin\n- Tag cloud plugin\n- Author list plugin\n- Categories plugins\n- Featured entries filter\n- Offset for latest entries\n- Documentation improvements\n- Configurable apphook's urls\n- Support custom auth.User model\n- Fix translations of the plugins\n- Fix HTML rendering without context\n- Compatibility with Django v1.5\n- Compatibility with Zinnia v0.13\n- Updating the buildout installation\n\n0.4.1\n-----\n\n- Compatibility fix for Django-CMS 2.2+\n\n0.4\n---\n\n- Fix issues with Entry.content rendering.\n- Compatibility with latest version of Zinnia.\n\n0.3\n---\n\n- Calendar plugin.\n- QueryEntries plugin.\n- Slider template for plugins.\n- Documentation improvements.\n- Fix breadcrumbs with month abbrev.\n- Compatibility with Django 1.4 and Django-CMS 2.3.\n\n0.2\n---\n\n- Better demo.\n- Renaming modules.\n- Fix dependancies with mptt.\n- Fix ``EntryPlaceholder``'s Meta.\n- ``0`` means all the entries on plugins.\n- Set menu Nodes to invisible instead of removing.\n\n0.1\n---\n\n- Initial release based on ``zinnia.plugins``.\n\n\n.. _django-blog-zinnia: http://django-blog-zinnia.com/\n.. _django-cms: http://django-cms.com/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Fantomas42/cmsplugin-zinnia", "keywords": "django,blog,weblog,zinnia,cms,plugins,apphook", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin_zinnia", "package_url": "https://pypi.org/project/cmsplugin_zinnia/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cmsplugin_zinnia/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Fantomas42/cmsplugin-zinnia" }, "release_url": "https://pypi.org/project/cmsplugin_zinnia/0.8.1/", "requires_dist": null, "requires_python": null, "summary": "Django-CMS plugins for django-blog-zinnia", "version": "0.8.1" }, "last_serial": 2094561, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c8279fd3b8874b377b67d797d62425c4", "sha256": "0dfb2e33532ce02fd94ab0e92c8eff3bad9d388343b538971470e7823e0dc35c" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.1.tar.gz", "has_sig": false, "md5_digest": "c8279fd3b8874b377b67d797d62425c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20964, "upload_time": "2012-03-26T13:06:07", "url": "https://files.pythonhosted.org/packages/61/0e/f684927147df15fb68e4cf00eb615a018f0cc7ab165425d490d0bbf0a9f1/cmsplugin_zinnia-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "4d2fb28af08f9f55a05e2bc0d8f88121", "sha256": "de7efa953669cfb5f2b69d33c037904478fbbbfe21944524a0f2f64b91a847d0" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.2.tar.gz", "has_sig": false, "md5_digest": "4d2fb28af08f9f55a05e2bc0d8f88121", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21399, "upload_time": "2012-04-06T17:31:48", "url": "https://files.pythonhosted.org/packages/51/4b/da8b0383a9e823c08db057b53c1e9eef76b808e289d22355a974d79cae37/cmsplugin_zinnia-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "b9be3456dbf2e8c7df23651b5a244528", "sha256": "fd240e8e0e816232bf58e3c9edfa2c6a5aa4ed6d40ec8c8e156172ac5f25d3ba" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.3.tar.gz", "has_sig": false, "md5_digest": "b9be3456dbf2e8c7df23651b5a244528", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 240247, "upload_time": "2012-08-29T17:07:47", "url": "https://files.pythonhosted.org/packages/e6/97/db170637120d622adc6044c746c25b76debf55c4a7a9fdc2f019f9bce1af/cmsplugin_zinnia-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "f4c8e4910f5fc8316e764a4579c9f7f2", "sha256": "bb65160e14eab0ca847fb14e9d6e59d2ff94991d2f3f4cee784f0a6fa2292745" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.4.tar.gz", "has_sig": false, "md5_digest": "f4c8e4910f5fc8316e764a4579c9f7f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27883, "upload_time": "2013-01-31T13:25:00", "url": "https://files.pythonhosted.org/packages/e4/bb/bd052ac94881a1527c89a20c1e4f476ab0b363785c2f092c3282018f5c63/cmsplugin_zinnia-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "c6ac61c57f6ac2597649fb4df8bae8f0", "sha256": "73f8bb2ab6bbd92b259e4553b9a4b0ac1def94fc4e04129b26b83d85ea8d1d3e" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.4.1.tar.gz", "has_sig": false, "md5_digest": "c6ac61c57f6ac2597649fb4df8bae8f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23863, "upload_time": "2013-11-20T19:46:46", "url": "https://files.pythonhosted.org/packages/00/6d/13734240f55d581f1b6100db110ee65befe82bdfa391d2b1d3b476e3b14a/cmsplugin_zinnia-0.4.1.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "4c310647baf64c06aef7952044423773", "sha256": "477568e29db679524fbf35c35167d18ab5ba4623fd20345bade845fe14cde744" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.5.tar.gz", "has_sig": false, "md5_digest": "4c310647baf64c06aef7952044423773", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28164, "upload_time": "2013-12-02T20:52:04", "url": "https://files.pythonhosted.org/packages/26/bf/9e1acaae49c9c85e5f8211ab9f5e08792b438236859ba1deaa6e66975b01/cmsplugin_zinnia-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "3e77fdf01f115fcd0da17d9de26b654c", "sha256": "b237a2b56858f684da23fd39a0c8e3f37a46b928fddb18dca4e323155d2da83b" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.5.1.tar.gz", "has_sig": false, "md5_digest": "3e77fdf01f115fcd0da17d9de26b654c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28250, "upload_time": "2013-12-06T20:58:14", "url": "https://files.pythonhosted.org/packages/5b/b4/31c67e00d885f969747e0bab0f5c5f7299983161c53a5b56298532744c7d/cmsplugin_zinnia-0.5.1.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "e680897effcce11e8ada182da7fef18f", "sha256": "18a2e383fed8234cd2be808528701654f0039d96f07f9db7a392626311ec41ca" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.6.tar.gz", "has_sig": false, "md5_digest": "e680897effcce11e8ada182da7fef18f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31631, "upload_time": "2014-04-30T13:35:47", "url": "https://files.pythonhosted.org/packages/90/a4/741fd7effda12a43bb81d1daa1cb629147062297af0cebada5a2d97984ed/cmsplugin_zinnia-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "697b9b424fe637f6ee01aa67ef5395e4", "sha256": "934cc1a675b2747f0a2c3667d3a1d101885e83e3411075a68800e67ebb7a69e3" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.7.tar.gz", "has_sig": false, "md5_digest": "697b9b424fe637f6ee01aa67ef5395e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28057, "upload_time": "2014-12-19T15:26:50", "url": "https://files.pythonhosted.org/packages/de/85/bfb0013bee7eeb54b8247e735906777832368b5cdc6ca6a4a93e5d6ca154/cmsplugin_zinnia-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "abd88409d87733cba853dc8285aa989c", "sha256": "7dc419eefa342af729b80a87c8b569c67acfac1f7dbdec5e1c16153f67bfc41c" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.8.tar.gz", "has_sig": false, "md5_digest": "abd88409d87733cba853dc8285aa989c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28570, "upload_time": "2015-07-10T09:39:58", "url": "https://files.pythonhosted.org/packages/d1/a7/e899de3c25933c38bc279bb05d9deb5e3df3eea3fa341268e4dcd30220c0/cmsplugin_zinnia-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "7cb2d32e1f17c42d813fe69f4327e19f", "sha256": "83f7a65b66896c8a43629ce9171f41db28a80f53b732b0e9e7ba1c27aaad9470" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.8.1.tar.gz", "has_sig": false, "md5_digest": "7cb2d32e1f17c42d813fe69f4327e19f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28618, "upload_time": "2016-05-02T10:24:55", "url": "https://files.pythonhosted.org/packages/a9/ba/a930cbfd9e8e952761c2a4b52fbc3080ea4615f1d1b0a03aa9fb894e21b1/cmsplugin_zinnia-0.8.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7cb2d32e1f17c42d813fe69f4327e19f", "sha256": "83f7a65b66896c8a43629ce9171f41db28a80f53b732b0e9e7ba1c27aaad9470" }, "downloads": -1, "filename": "cmsplugin_zinnia-0.8.1.tar.gz", "has_sig": false, "md5_digest": "7cb2d32e1f17c42d813fe69f4327e19f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28618, "upload_time": "2016-05-02T10:24:55", "url": "https://files.pythonhosted.org/packages/a9/ba/a930cbfd9e8e952761c2a4b52fbc3080ea4615f1d1b0a03aa9fb894e21b1/cmsplugin_zinnia-0.8.1.tar.gz" } ] }