{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "cmsplugin-blog Categories\n=========================\n\nAn extension for `cmsplugin-blog `_\nwhich adds categories to the blog. Out of the box cmsplugin-blog only supports\ntags.\n\n\nInstallation\n------------\n\nYou need to install the following prerequisites in order to use this app::\n\n pip install Django\n pip install django-cms\n pip install cmsplugin-blog\n pip install simple-translation\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install cmsplugin-blog-categories\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/cmsplugin-blog-categories.git#egg=cmsplugin_blog_categories\n\nAdd ``cmsplugin_blog_categories`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'cmsplugin_blog_categories',\n )\n\nIn your django-cms instance change the `Blog Apphook` to the `Blog Categories\nApphook`.\n\n\nUsage\n-----\n\nThis app includes all URLs of the original cmsplugin-blog, so if you were not\nusing an apphook but hooked the URLs into your main ``urls.py`` manually,\nyou should hook this app's ``urls.py`` instead.\n\n\nDisplay the category of an entry\n++++++++++++++++++++++++++++++++\n\nIn order to display an entry's category, do the following::\n\n {% load cmsplugin_blog_categories_tags %}\n {% get_category entry as category %}\n Category:{{ category.get_title }}\n\n\nDisplay a list of all categories\n++++++++++++++++++++++++++++++++\n\nIn order to display a list of all available categories, do the following::\n\n {% load cmsplugin_blog_categories_tags %}\n {% render_category_links exclude_empty=1 %}\n\nUse the ``exclude_empty`` parameter if you want to show only those categories\nthat have posts.\n\nIf you want to control the output of that tag, override the template\n`cmsplugin_blog_categories/category_links_snippet.html `_\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps::\n\n # Fork this repository\n # Clone your fork\n $ mkvirtualenv -p python2.7 cmsplugin-blog-categories\n $ pip install -r requirements.txt\n $ ./logger/tests/runtests.sh\n # You should get no failing tests\n\n $ git co -b feature_branch master\n # Implement your feature and tests\n # Describe your change in the CHANGELOG.txt\n $ git add . && git commit\n $ git push origin feature_branch\n # Send us a pull request for your feature branch\n\nWhenever you run the tests a coverage output will be generated in\n``tests/coverage/index.html``. When adding new features, please make sure that\nyou keep the coverage at 100%.\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "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/bitmazk/cmsplugin-blog-categories", "keywords": "django,blog,django-cms,app,plugin,apphook", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-blog-categories", "package_url": "https://pypi.org/project/cmsplugin-blog-categories/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-blog-categories/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/cmsplugin-blog-categories" }, "release_url": "https://pypi.org/project/cmsplugin-blog-categories/0.7/", "requires_dist": null, "requires_python": null, "summary": "Extension for cmsplugin-blog which adds categories to the blog.", "version": "0.7" }, "last_serial": 867813, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "321b1d4b6c73d67ed910e867de5ee473", "sha256": "ce295c382594edf02f16e2bdf079166059697f318a59f90fa6732d83c3ea713f" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.2.tar.gz", "has_sig": false, "md5_digest": "321b1d4b6c73d67ed910e867de5ee473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8756, "upload_time": "2013-01-28T06:18:54", "url": "https://files.pythonhosted.org/packages/9f/a2/872351b11dc58e26b835a59ac6c255f72b1cede5c18bd456d7591bd6e6ed/cmsplugin-blog-categories-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "0f64b88aad22bb8edbb8fcd4c60caa39", "sha256": "6cc7822aec46af44361b76aa08b1ce1bea9016ab0c17852126bae4d2b255b2bf" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.2.1.tar.gz", "has_sig": false, "md5_digest": "0f64b88aad22bb8edbb8fcd4c60caa39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8796, "upload_time": "2013-01-28T06:42:35", "url": "https://files.pythonhosted.org/packages/bb/23/3543f98042cd94f11ebc0c644cb7e127055e0795822f11cb09551ab9e971/cmsplugin-blog-categories-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6074f8ca79ae251c746ebe94b72e94a6", "sha256": "ea53c7dbc51f12d7d1078b1419e5b36389944e706388726580acdb23faa198b2" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.3.tar.gz", "has_sig": false, "md5_digest": "6074f8ca79ae251c746ebe94b72e94a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8932, "upload_time": "2013-02-11T05:12:26", "url": "https://files.pythonhosted.org/packages/a0/0c/255e689fc3591183d99ff1573159a15fed64cd3886459e8a7936bce8af9f/cmsplugin-blog-categories-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "1962f12934f0d7c8201692d74bc7a2a7", "sha256": "861a7f6f3d5739d1dd885f0d4bb0f05870bdf64584d2167c44e46e60c8d898c8" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.3.1.tar.gz", "has_sig": false, "md5_digest": "1962f12934f0d7c8201692d74bc7a2a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9053, "upload_time": "2013-02-11T11:02:41", "url": "https://files.pythonhosted.org/packages/ff/55/685bb1ee3d520633a9d0d050e15294dc154c73910b103e44fffc103a6c8b/cmsplugin-blog-categories-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "8a1eb4a611d8d157c86c282e8b79a500", "sha256": "a3bf8bb6aaf250ac7c719cc98d6a5cf7df0aef0794ae173b26ce96dc75180d23" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.3.2.tar.gz", "has_sig": false, "md5_digest": "8a1eb4a611d8d157c86c282e8b79a500", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11217, "upload_time": "2013-02-21T03:46:39", "url": "https://files.pythonhosted.org/packages/7b/0f/6c326c222fbf95bdaf24b2c8c1ca31143ca3bd063d3f4fa00117cfaf8565/cmsplugin-blog-categories-0.3.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "c21356b9559670b13c99bb2947ae824a", "sha256": "577b83dd76ae67fd64f899c174c67d6d30fa7268d0401d4751b948e17921c81d" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.4.tar.gz", "has_sig": false, "md5_digest": "c21356b9559670b13c99bb2947ae824a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11468, "upload_time": "2013-02-23T08:29:52", "url": "https://files.pythonhosted.org/packages/65/4e/4d82222b2721074c28528aa801e5d3e29ae38886ec1f1283ee6c749bc2d0/cmsplugin-blog-categories-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "5f1cf8b6fc15850b46c43964b03ec62b", "sha256": "4aef667abdaa531e7ae9cf8d4e525bc97088645def3b112e3c0243de539df86b" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.5.tar.gz", "has_sig": false, "md5_digest": "5f1cf8b6fc15850b46c43964b03ec62b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11676, "upload_time": "2013-02-25T01:52:43", "url": "https://files.pythonhosted.org/packages/32/9e/5f1df1e330d40292d90f9017885c27205d97804c53968e199849858afcca/cmsplugin-blog-categories-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "63941b0548a7150e5882b3e0eca04b89", "sha256": "73c0a47f5c9f86cd8fee76fe1d4a44a7939d547ce0ee84dcd172d0b8a00ba288" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.5.1.tar.gz", "has_sig": false, "md5_digest": "63941b0548a7150e5882b3e0eca04b89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11912, "upload_time": "2013-03-27T14:09:36", "url": "https://files.pythonhosted.org/packages/7c/13/df73b3b28b53f01c826b63792e7586a7c74b4166291cc12e7d66331663f6/cmsplugin-blog-categories-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "fffd5042222235efe0054d6d10fd05d1", "sha256": "eebccb884cb70eb97550a18f507f5ef4c10a13f12ed1dbdec97b5843f98c548e" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.5.2.tar.gz", "has_sig": false, "md5_digest": "fffd5042222235efe0054d6d10fd05d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12442, "upload_time": "2013-04-08T15:52:42", "url": "https://files.pythonhosted.org/packages/f3/80/b1291894161555463a5e6a44ef038c774aa8d4251da3d4d6a1587b004eb3/cmsplugin-blog-categories-0.5.2.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "17dc5516c692bce80218ea442d2bd4f6", "sha256": "472c8053912e9a4036853ee42d630a5c6b5ab5b0a064d7a1c96ab3cbb2ccf6f5" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.6.tar.gz", "has_sig": false, "md5_digest": "17dc5516c692bce80218ea442d2bd4f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16549, "upload_time": "2013-04-10T15:22:53", "url": "https://files.pythonhosted.org/packages/52/18/18c9468b3ae6759ee910862f5f46207ad1c9a181a4a8e997a4b06a8670d2/cmsplugin-blog-categories-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "573b5ce910b8c94442aa13394f0a71c1", "sha256": "e9cc7fb19bd17046b89f01fec24e4f5461026f581ad012cabc10bd788fed7309" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.7.tar.gz", "has_sig": false, "md5_digest": "573b5ce910b8c94442aa13394f0a71c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14155, "upload_time": "2013-09-17T13:37:26", "url": "https://files.pythonhosted.org/packages/fa/03/d13a6fbc2c0f149b60492e7ca133ab2613b3e6851730b1639c7fbe9ad383/cmsplugin-blog-categories-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "573b5ce910b8c94442aa13394f0a71c1", "sha256": "e9cc7fb19bd17046b89f01fec24e4f5461026f581ad012cabc10bd788fed7309" }, "downloads": -1, "filename": "cmsplugin-blog-categories-0.7.tar.gz", "has_sig": false, "md5_digest": "573b5ce910b8c94442aa13394f0a71c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14155, "upload_time": "2013-09-17T13:37:26", "url": "https://files.pythonhosted.org/packages/fa/03/d13a6fbc2c0f149b60492e7ca133ab2613b3e6851730b1639c7fbe9ad383/cmsplugin-blog-categories-0.7.tar.gz" } ] }