{ "info": { "author": "Divio AG", "author_email": "info@divio.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Framework :: Django CMS", "Framework :: Django CMS :: 3.4", "Framework :: Django CMS :: 3.5", "Framework :: Django CMS :: 3.6", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development", "Topic :: Software Development :: Libraries" ], "description": "================\ndjango CMS Style\n================\n\n|pypi| |build| |coverage|\n\n**django CMS Style** is a plugin for `django CMS `_\nthat allows you to create a HTML container containing classes, styles, ids\nand other attributes definable through the plugins settings.\n\nThis addon is compatible with `Divio Cloud `_ and is also available on the\n`django CMS Marketplace `_\nfor easy installation.\n\n.. image:: preview.gif\n\n\nContributing\n============\n\nThis is a an open-source project. We'll be delighted to receive your\nfeedback in the form of issues and pull requests. Before submitting your\npull request, please review our `contribution guidelines\n`_.\n\nThis addon is compatible with `Divio Cloud `_ and is also available on the\n`django CMS Marketplace `_\nfor easy installation.\n\nOne of the easiest contributions you can make is helping to translate this addon on\n`Transifex `_.\n\n\nDocumentation\n=============\n\nSee ``REQUIREMENTS`` in the `setup.py `_\nfile for additional dependencies:\n\n|python| |django| |djangocms|\n\n\nInstallation\n------------\n\nFor a manual install:\n\n* run ``pip install djangocms-style``\n* add ``djangocms_style`` to your ``INSTALLED_APPS``\n* run ``python manage.py migrate djangocms_style``\n\n\nConfiguration\n-------------\n\ndjango CMS Style enables you to provide a list of predefined classes to be\ndisplayed as first options, the default choices are: ::\n\n DJANGOCMS_STYLE_CHOICES = ['container', 'content', 'teaser']\n\nYou are encouraged to modify that setting to your projects specifications.\n\nThis addon provides a ``default`` template for all instances. You can provide\nadditional template choices by adding a ``DJANGOCMS_STYLE_TEMPLATES``\nsetting::\n\n DJANGOCMS_STYLE_TEMPLATES = [\n ('feature', _('Feature')),\n ]\n\nYou'll need to create the `feature` folder inside ``templates/djangocms_style/``\notherwise you will get a *template does not exist* error. You can do this by\ncopying the ``default`` folder inside that directory and renaming it to\n``feature``.\n\nThe available tags can also be configured, the default choices are: ::\n\n DJANGOCMS_STYLE_TAGS = ['div', 'article', 'section', 'header', 'footer',\n 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']\n\nNOTICE::\n\n All tags included in this list should be \"paired tags\" that require a\n closing tag. It does not make sense to attempt to use 'img', 'input',\n 'meta', or other self-closing tags in this setting.\n\n Also, the developer is advised to choose the tag-types wisely to avoid HTML\n validation issues and/or unintentional security vulnerabilities. For\n example, the 'script' tag should never be allowed in\n ``DJANGOCMS_STYLE_TAGS`` (though, we do not prevent this). If you have\n an application where you find yourself wishing to do this, please see\n djangocms-snippet as an alternative, but note these projects also come\n with appropriate security warnings.\n\nAfter that you can place any number of other plugins inside this style plugin.\nIt will create a div (or other tag-type) with a class that was prior selected\naround the contained plugins.\n\n\nRunning Tests\n-------------\n\nYou can run tests by executing::\n\n virtualenv env\n source env/bin/activate\n pip install -r tests/requirements.txt\n python setup.py test\n\n\n.. |pypi| image:: https://badge.fury.io/py/djangocms-style.svg\n :target: http://badge.fury.io/py/djangocms-style\n.. |build| image:: https://travis-ci.org/divio/djangocms-style.svg?branch=master\n :target: https://travis-ci.org/divio/djangocms-style\n.. |coverage| image:: https://codecov.io/gh/divio/djangocms-style/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/divio/djangocms-style\n\n.. |python| image:: https://img.shields.io/badge/python-2.7%20%7C%203.4+-blue.svg\n :target: https://pypi.org/project/djangocms-style/\n.. |django| image:: https://img.shields.io/badge/django-1.11%20%7C%202.1%20%7C%202.2-blue.svg\n :target: https://www.djangoproject.com/\n.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.4%2B-blue.svg\n :target: https://www.django-cms.org/\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/divio/djangocms-style", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "djangocms-style", "package_url": "https://pypi.org/project/djangocms-style/", "platform": "", "project_url": "https://pypi.org/project/djangocms-style/", "project_urls": { "Homepage": "https://github.com/divio/djangocms-style" }, "release_url": "https://pypi.org/project/djangocms-style/2.2.0/", "requires_dist": null, "requires_python": "", "summary": "Adds style plugin to django CMS", "version": "2.2.0" }, "last_serial": 5232405, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c5cabd0dfd64cb38b8c8f00bcfe5d953", "sha256": "0f29e4ec92a8ec44b24f49a0dce583708d04edb6fe8214afa1a8f9ee907c7eb3" }, "downloads": -1, "filename": "djangocms-style-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c5cabd0dfd64cb38b8c8f00bcfe5d953", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5098, "upload_time": "2012-12-06T15:28:33", "url": "https://files.pythonhosted.org/packages/2c/5e/1d0c7527d3c3ff4b06c48b4310f615e23b3edf35d39a7dcaf8ee9c980407/djangocms-style-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "dd558eb0f619685671ef4eb9ae554171", "sha256": "fda5225a4a2f18e0b951bc20425280c2ef8c362a5ed9cbff8ef6aa6b6bc164f3" }, "downloads": -1, "filename": "djangocms-style-1.0.1.tar.gz", "has_sig": false, "md5_digest": "dd558eb0f619685671ef4eb9ae554171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5974, "upload_time": "2012-12-14T13:11:04", "url": "https://files.pythonhosted.org/packages/80/d2/efc5aaed370cba42883805a4e1314e7b9b7eee000d36079cb97efff8bb3d/djangocms-style-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "140a4b909549a14554decc6c395f9dcb", "sha256": "6e84bf4a6f21cf770682c9a62e9154302fbe35322bd24e88294df3c4a37f57c8" }, "downloads": -1, "filename": "djangocms-style-1.0.2.tar.gz", "has_sig": false, "md5_digest": "140a4b909549a14554decc6c395f9dcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16233, "upload_time": "2013-06-07T14:12:37", "url": "https://files.pythonhosted.org/packages/be/95/41975025670834a0820cc3f3609895fc5f55c18b38b004a6e5a0fe6457a9/djangocms-style-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "5ec9345e6ffbc05b261389d3bf6a9747", "sha256": "6c0135c409355e9c6241695fad74a3c55392ecb76ba089f122c025fd98e4f554" }, "downloads": -1, "filename": "djangocms-style-1.0.3.tar.gz", "has_sig": false, "md5_digest": "5ec9345e6ffbc05b261389d3bf6a9747", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16596, "upload_time": "2013-06-12T08:59:00", "url": "https://files.pythonhosted.org/packages/b3/7b/4b967de9989128f43aa83a5b2e2bad4721bc75cec1c2c468dad2967a90c4/djangocms-style-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "cc1f6dda0a136deae51914530c0c89d5", "sha256": "9185bd8eae59e08ce5036761740e8af9bef1dc629e98db622478930c1e7fc871" }, "downloads": -1, "filename": "djangocms-style-1.0.4.tar.gz", "has_sig": false, "md5_digest": "cc1f6dda0a136deae51914530c0c89d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16889, "upload_time": "2013-07-18T08:42:56", "url": "https://files.pythonhosted.org/packages/8f/13/b7712c37ac9b3f0daf13b87c8dcbd5d1bf1dcfb67da6bc0b336a739c3abb/djangocms-style-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "04326d1ff68d6e8812d316edf5070ea0", "sha256": "ee35ba8dbdbd0484d6638205dc9d1c07403cf114db2e78d95125f607bd792f67" }, "downloads": -1, "filename": "djangocms-style-1.0.5.tar.gz", "has_sig": false, "md5_digest": "04326d1ff68d6e8812d316edf5070ea0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17260, "upload_time": "2013-07-19T07:16:01", "url": "https://files.pythonhosted.org/packages/48/14/302f4cc9a088c12f605f83c2c7928a4ebcc5dac240236b1df1d4c8d66227/djangocms-style-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "0f3e988c232c40ed9cef2a49d337ef71", "sha256": "4e4c5c693723e6084f2be20e34f2cfe74bafdad828256fe4a61eecaf7d2b1449" }, "downloads": -1, "filename": "djangocms-style-1.0.6.tar.gz", "has_sig": false, "md5_digest": "0f3e988c232c40ed9cef2a49d337ef71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16702, "upload_time": "2013-07-20T22:53:43", "url": "https://files.pythonhosted.org/packages/df/7c/053357ee22104c757342242402859c93b962936c3154478ef3294bd2d7de/djangocms-style-1.0.6.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "91736ecb4e591d1c11ffdd914957223f", "sha256": "9a0c4a391aa9d4c8f3139a3c2693c4e3af997da1f0c76c287ab3fdbdc063df11" }, "downloads": -1, "filename": "djangocms-style-1.1.tar.gz", "has_sig": false, "md5_digest": "91736ecb4e591d1c11ffdd914957223f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17163, "upload_time": "2014-02-03T12:03:38", "url": "https://files.pythonhosted.org/packages/76/44/e38966b60fa6b4523e625302e94e605fcbdb49d62f83dd5dd49b45f9c8cf/djangocms-style-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "c5d1b6e523e7d17735aeceb8b9fe6fa2", "sha256": "2a66a729befc465d3e1d20da93033cbb9c6ab055dcf8a0dce5d475cb61d216d6" }, "downloads": -1, "filename": "djangocms-style-1.2.tar.gz", "has_sig": false, "md5_digest": "c5d1b6e523e7d17735aeceb8b9fe6fa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17232, "upload_time": "2014-02-13T12:21:00", "url": "https://files.pythonhosted.org/packages/fa/d0/8825d003dfbb3f3e007a085a2b3325c160c9f5d6cd7b85bf5c661a6c60fa/djangocms-style-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "bc6417dcf0ab1290ce9d5bc21a5a9c33", "sha256": "130fc54f505a5dd57534f5126172733f57d83597ad6e3d1e56cf8b580a535be4" }, "downloads": -1, "filename": "djangocms-style-1.3.tar.gz", "has_sig": false, "md5_digest": "bc6417dcf0ab1290ce9d5bc21a5a9c33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17172, "upload_time": "2014-02-13T12:23:25", "url": "https://files.pythonhosted.org/packages/c9/33/b50771264e5dda178bcc7884f70b12d11d844679f1bf51fd6bac7e9733d7/djangocms-style-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "ea31d684f128f142d8ad1f51e27d245e", "sha256": "a46ae66bf2be7452eec1e530f9553b674b3d4a1d1f85aca2c5c8fec584f63d18" }, "downloads": -1, "filename": "djangocms_style-1.4-py27-none-any.whl", "has_sig": false, "md5_digest": "ea31d684f128f142d8ad1f51e27d245e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 111803, "upload_time": "2014-08-14T09:55:05", "url": "https://files.pythonhosted.org/packages/b5/bc/da9da3f2487a0e982c87011f1cb5b27e42bee71a5c93f0884cdf57fe766e/djangocms_style-1.4-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36ad546733591c690f176fe402ee97c9", "sha256": "b5bbc7d3be4d184bde657ca429ecc869e76d9545e7a585baf53e151515445dc9" }, "downloads": -1, "filename": "djangocms-style-1.4.tar.gz", "has_sig": false, "md5_digest": "36ad546733591c690f176fe402ee97c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21993, "upload_time": "2014-08-14T09:54:41", "url": "https://files.pythonhosted.org/packages/9d/ec/f585380a67e54a3e1b772eda5b8353efb2bf4eba1773f17688c82ac9d2d6/djangocms-style-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "e15bed74cbb888599c97ce0aaf76eb4f", "sha256": "17bf398cbbb71b13b086e545d45cfbbfd99bfd23738230178198dfb4b4b376c6" }, "downloads": -1, "filename": "djangocms-style-1.5.tar.gz", "has_sig": false, "md5_digest": "e15bed74cbb888599c97ce0aaf76eb4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22823, "upload_time": "2014-11-22T21:00:42", "url": "https://files.pythonhosted.org/packages/ec/ff/1a995acc8c1ee00d3928621839d3b411279cb662088b9d8e1eeea4244764/djangocms-style-1.5.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "e98c67da726731b58b3c16e82bd7de0e", "sha256": "32fcab1994735e6ab61ac9caec7e91968527bb0477df7ddd27a6009584b17eb2" }, "downloads": -1, "filename": "djangocms_style-1.6.0-py2-none-any.whl", "has_sig": false, "md5_digest": "e98c67da726731b58b3c16e82bd7de0e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 112974, "upload_time": "2015-12-04T00:30:18", "url": "https://files.pythonhosted.org/packages/23/e1/cf2dfd0130580c865c7a4eb5612f8b1bc0bb7da0064ee8674ddf6eb41410/djangocms_style-1.6.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9cc0287276ee6918bf7638f905a5cb3a", "sha256": "192685fca9a7c714f41be3dd4dd94137d343387c11deab74e1b62fbbaeb2296c" }, "downloads": -1, "filename": "djangocms-style-1.6.0.tar.gz", "has_sig": false, "md5_digest": "9cc0287276ee6918bf7638f905a5cb3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22302, "upload_time": "2015-12-04T00:30:12", "url": "https://files.pythonhosted.org/packages/6b/3d/8c7a3f655b856d75a38509ad31997159f32976fd4de72d50a33c8120dc7f/djangocms-style-1.6.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "f030bfc9a7d6cb0d164620e92a9e20f3", "sha256": "c259b1ff9771ca03b877a22e35c5319d92406713b1d160596676a43043a9deb9" }, "downloads": -1, "filename": "djangocms-style-1.7.0.tar.gz", "has_sig": false, "md5_digest": "f030bfc9a7d6cb0d164620e92a9e20f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22583, "upload_time": "2016-03-04T17:03:24", "url": "https://files.pythonhosted.org/packages/a0/da/2e817a2ba027ed5f35134a9fecb1113bebdf8fe7900366681851df85ed2d/djangocms-style-1.7.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "afa0f85f33259784a5e8ec5f03dd65da", "sha256": "8132be282a70ce46dd9827ae68b1facf98fbe2371ad91a7628fe26d8ca7faa98" }, "downloads": -1, "filename": "djangocms-style-2.0.0.tar.gz", "has_sig": false, "md5_digest": "afa0f85f33259784a5e8ec5f03dd65da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19520, "upload_time": "2016-11-15T14:16:18", "url": "https://files.pythonhosted.org/packages/00/97/9c45f7a3492c66f3f854411629e3bb116c63cbb91cbf1c365aa888d8f202/djangocms-style-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "d4216a95cfc9819359d768715ef0b8fb", "sha256": "18b6be9697fb58248645edcbebb07c79a51c58c570892ad9a56a3fb5487ae1b7" }, "downloads": -1, "filename": "djangocms-style-2.0.1.tar.gz", "has_sig": false, "md5_digest": "d4216a95cfc9819359d768715ef0b8fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19872, "upload_time": "2016-11-22T17:09:02", "url": "https://files.pythonhosted.org/packages/00/b0/2e3e8cd5dee59517010564d769cebd96fa44cda71b89a8f1bfe4183d03fe/djangocms-style-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "7593b3ef070cc6adda58df2dc88af904", "sha256": "3a3b333b3d73c81e13b56f015fad8b753b5cd5b6ad0e123aa94cf8aead671745" }, "downloads": -1, "filename": "djangocms-style-2.0.2.tar.gz", "has_sig": false, "md5_digest": "7593b3ef070cc6adda58df2dc88af904", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19911, "upload_time": "2017-03-07T17:12:18", "url": "https://files.pythonhosted.org/packages/bd/e9/06b7a3e97e14f848e1b20aab7a19d843a0d47bcd0a27e8623d105af7b841/djangocms-style-2.0.2.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "a64baf2fec80cd8aa387e661b6271e33", "sha256": "071b4a93c1393a4257e2bd63b5ad77c1ba4b5e4ad46cb7560cffbf5858d05671" }, "downloads": -1, "filename": "djangocms-style-2.1.0.tar.gz", "has_sig": false, "md5_digest": "a64baf2fec80cd8aa387e661b6271e33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21570, "upload_time": "2018-11-08T08:26:29", "url": "https://files.pythonhosted.org/packages/47/ec/6ace6c5f7b355e103e38cee85192a626eb8aba6a0f15d93fcc09a3f77051/djangocms-style-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "69f945d00d7a8d6d6fc7ded3c558fbd6", "sha256": "4841f8e23cfe6a95d9a788f39f00d83f862a56f50cc445060bcf154bfdd471a0" }, "downloads": -1, "filename": "djangocms-style-2.2.0.tar.gz", "has_sig": false, "md5_digest": "69f945d00d7a8d6d6fc7ded3c558fbd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21604, "upload_time": "2019-05-06T12:25:40", "url": "https://files.pythonhosted.org/packages/5d/5c/12de39850b000ee71de489ae75dded6391192413484377bc9f3d0bc46941/djangocms-style-2.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "69f945d00d7a8d6d6fc7ded3c558fbd6", "sha256": "4841f8e23cfe6a95d9a788f39f00d83f862a56f50cc445060bcf154bfdd471a0" }, "downloads": -1, "filename": "djangocms-style-2.2.0.tar.gz", "has_sig": false, "md5_digest": "69f945d00d7a8d6d6fc7ded3c558fbd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21604, "upload_time": "2019-05-06T12:25:40", "url": "https://files.pythonhosted.org/packages/5d/5c/12de39850b000ee71de489ae75dded6391192413484377bc9f3d0bc46941/djangocms-style-2.2.0.tar.gz" } ] }