{ "info": { "author": "Interaction Consortium", "author_email": "studio@interaction.net.au", "bugtrack_url": null, "classifiers": [], "description": "|Build Status| |Coverage Status| |Documentation| |Requirements Status|\n|Version|\n\n|Deploy to Docker Cloud|\n\n.. The following is taken from docs/includes/intro.rst. Keep synchronised.\n\nGLAMkit is a next-generation Python CMS by `the Interaction\nConsortium `__, designed especially for\nthe cultural sector.\n\nICEkit sits one layer below GLAMkit, and is a framework for building CMSes.\nIt has publishing and workflow tools for teams of content professionals,\nand a powerful content framework, based on django-fluent. Everything is written\nin Python, using the Django framework.\n\n`Read the documentation for the latest release `_\n\nKey features\n============\n\nICEkit has:\n\n- Patterns for hierarchical pages and collections of rich content models.\n- Advanced publishing / preview / unpublishing controls\n- Simple workflow controls\n- Content plugins for working with rich text, images, embedded media, etc.\n- Customisable site search using Elastic Search\n- ``django-reversion`` compatible, allowing versioning of content\n- Customisable admin dashboard\n- Docker-compatible project template supplied\n- Batteries included: bower, LessCSS, Bootstrap\n- Easily extensible with models, templates, plugins, etc.\n\nGLAMkit extends ICEkit with:\n\n- complex repeating calendared events\n- collection patterns: art, moving image, etc.\n- a story-telling engine (e.g. rich 'watch', 'read', 'listen' articles)\n- press releases\n- sponsors\n\nGLAMkit is delivered as a Docker-compatible package, which means that it's easy\nto share a consistent development environment across your team, or to deploy on\nany Docker-compatible web host, including top-tier cloud hosting services like\nAWS.\n\n.. The following is taken from install/docker.rst. Keep synchronised.\n\nQuickstart, with Docker\n=======================\n\nThe recommended installation method uses Docker.\nDocker works on OS X, Linux, and Windows, takes care of all the project\ndependencies (e.g. database, search engine, web server, etc.), and makes\n`deployment `__ easy.\n\nIf you're not ready to use Docker, see `Manual Installation `_.\n\nOtherwise, if you haven't already, `install Docker `_.\n\n1. Create a new project\n-----------------------\n\n::\n\n $ bash <(curl -Ls https://raw.githubusercontent.com/ic-labs/django-icekit/master/startproject.sh) {project_name}\n\nThis will create a new project from the ICEkit project template, in a\ndirectory named ``{project_name}`` in the current working directory.\n\nIf you want to create a new project from the ICEkit `develop` branch, do this\ninstead::\n\n $ bash <(curl -Ls https://raw.githubusercontent.com/ic-labs/django-icekit/develop/startproject.sh) {project_name} develop\n\nand change the icekit branch in the generated :code:`requirements-icekit.txt` from :code:`@master` to :code:`@develop`.\n\nNOTE: Windows users should run this command in Git Bash, which comes\nwith `Git for Windows `__.\n\n2. Run the project\n------------------\n\nBuild a Docker image:\n\n::\n\n $ cd {project_name}\n $ docker-compose build --pull\n\nRun a ``django`` container and all of its dependancies:\n\n::\n\n $ docker-compose run --rm --service-ports django\n\nCreate a superuser account:\n\n::\n\n # manage.py createsuperuser\n\nRun the Django dev server:\n\n::\n\n # runserver.sh\n\n3. That's it!\n-------------\n\nOpen the site in a browser:\n\n::\n\n http://localhost:8000\n\nWhen you're done, exit the container and stop all of its dependencies:\n\n::\n\n # exit\n $ docker-compose stop\n\nNext steps\n==========\n\n- `Start building your site `__\n- `Architectural overview `__\n- `Read the Documentation `__\n\n.. |Build Status| image:: https://img.shields.io/travis/ic-labs/django-icekit.svg\n :target: https://travis-ci.org/ic-labs/django-icekit\n.. |Coverage Status| image:: https://img.shields.io/coveralls/ic-labs/django-icekit.svg\n :target: https://coveralls.io/github/ic-labs/django-icekit\n.. |Documentation| image:: https://readthedocs.org/projects/icekit/badge/\n :target: http://docs.glamkit.com/\n.. |Requirements Status| image:: https://img.shields.io/requires/github/ic-labs/django-icekit.svg\n :target: https://requires.io/github/ic-labs/django-icekit/requirements/\n.. |Version| image:: https://img.shields.io/pypi/v/django-icekit.svg\n :target: https://pypi.python.org/pypi/django-icekit\n.. |Deploy to Docker Cloud| image:: https://files.cloud.docker.com/images/deploy-to-dockercloud.svg\n :target: https://cloud.docker.com/stack/deploy/?repo=https://github.com/ic-labs/django-icekit/", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ic-labs/django-icekit", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-icekit", "package_url": "https://pypi.org/project/django-icekit/", "platform": null, "project_url": "https://pypi.org/project/django-icekit/", "project_urls": { "Homepage": "https://github.com/ic-labs/django-icekit" }, "release_url": "https://pypi.org/project/django-icekit/0.17.2/", "requires_dist": null, "requires_python": null, "summary": "A modular content CMS by Interaction Consortium.", "version": "0.17.2" }, "last_serial": 2839958, "releases": { "0.10": [ { "comment_text": "", "digests": { "md5": "f2309f4e932841f3101e10c02d57674c", "sha256": "807c91c5f6feb10467581230837fd36263b3ac4bf288468f7450a292f9cf72fb" }, "downloads": -1, "filename": "django_icekit-0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2309f4e932841f3101e10c02d57674c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 280075, "upload_time": "2016-08-23T04:56:26", "url": "https://files.pythonhosted.org/packages/f0/96/d6f7aafd4bb65d10dde80f894a1cc82460cf7744e4d97ef17d4604e04753/django_icekit-0.10-py2.py3-none-any.whl" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "eb35254e4ef915e0db033886eb650fa5", "sha256": "443c6f92ce97938acda8694249e57ab9eeb5c1a13c0ff0cd495a1f79e0a359d6" }, "downloads": -1, "filename": "django_icekit-0.10.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eb35254e4ef915e0db033886eb650fa5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 281555, "upload_time": "2016-08-24T06:47:18", "url": "https://files.pythonhosted.org/packages/91/50/5b1101b67bc8db1a7c9e67169aba92ac5662277d71dcee71fe2148379e05/django_icekit-0.10.1-py2.py3-none-any.whl" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "03bf16ce40d544a1c5d7a3fc4894f5af", "sha256": "04124caccbba6b772f230eb8a1a1d993bcfef7bea8bbad677e7ff59ffe89f827" }, "downloads": -1, "filename": "django_icekit-0.10.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "03bf16ce40d544a1c5d7a3fc4894f5af", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 281713, "upload_time": "2016-08-25T13:49:29", "url": "https://files.pythonhosted.org/packages/b0/70/188e73413a938598e2dc0610d73ab888586d81d7a613f01dfc4d98167200/django_icekit-0.10.2-py2.py3-none-any.whl" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "6ffe98e46a114fae8561422a19e00740", "sha256": "0636f44a50e0910ffa135d04935fcfaf0852a09e0c0be947fb4352c89aab9700" }, "downloads": -1, "filename": "django_icekit-0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6ffe98e46a114fae8561422a19e00740", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 313509, "upload_time": "2016-08-29T08:05:33", "url": "https://files.pythonhosted.org/packages/cc/a8/5a7a69040262450664a3f991fc23a199c05a393a63e0cb7093a04736f11e/django_icekit-0.11-py2.py3-none-any.whl" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "ff06d2556ee1d0de6ea74b52c7bf7b64", "sha256": "0037dbfc5fed76422fbd9450d0e99f0679b36d319012e487586e7f2c9bd637dd" }, "downloads": -1, "filename": "django_icekit-0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff06d2556ee1d0de6ea74b52c7bf7b64", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 309282, "upload_time": "2016-09-14T03:33:50", "url": "https://files.pythonhosted.org/packages/fc/20/bd59b5f1e2b2a1e55f917e71aa7f4b11ef76717866e8f00acdbdf53ed61e/django_icekit-0.13-py2.py3-none-any.whl" } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "3d3a78e1f0d6e118bbc0ef97319d28e6", "sha256": "0e449b4d31f33ee4e9d5d1844038a3d93395db2ed671b3d9ca4571198618054a" }, "downloads": -1, "filename": "django_icekit-0.13.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d3a78e1f0d6e118bbc0ef97319d28e6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 310076, "upload_time": "2016-09-14T10:20:39", "url": "https://files.pythonhosted.org/packages/d3/2d/076f963296154a3db37a4da0d92c872e8f7c63f62cc64fbdfd982980b29b/django_icekit-0.13.1-py2.py3-none-any.whl" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "0ebdb1669261a64015ff34b1583d4204", "sha256": "a010ec866f59701908004e8e3a0fed3a9a51ded291970c6a50af10d554608b05" }, "downloads": -1, "filename": "django_icekit-0.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0ebdb1669261a64015ff34b1583d4204", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 285956, "upload_time": "2016-09-20T09:04:41", "url": "https://files.pythonhosted.org/packages/46/6d/e7c385a1a2d8374709f82ad6e80806889cb160bbbb58c0723c822918e69c/django_icekit-0.14-py2.py3-none-any.whl" } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "60b0bd3b9abcbebbbf987680c63c2522", "sha256": "86470426230432cd8aa3e8673458edda8983657978a12b3cc8fe827842914252" }, "downloads": -1, "filename": "django_icekit-0.14.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "60b0bd3b9abcbebbbf987680c63c2522", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 289281, "upload_time": "2016-09-26T06:24:47", "url": "https://files.pythonhosted.org/packages/2c/c5/66aa8786a5999b5fc327154713ddd51abf87750afa100a2eee176072b6f1/django_icekit-0.14.1-py2.py3-none-any.whl" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "5c90b73e51b2114543810ffe15afba83", "sha256": "681b58cf4cfa6e27fb63f8a3d0d608a16b7287c96e6b252ca76a30310e2556e3" }, "downloads": -1, "filename": "django_icekit-0.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5c90b73e51b2114543810ffe15afba83", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 291432, "upload_time": "2016-09-27T11:29:51", "url": "https://files.pythonhosted.org/packages/8c/a6/307fd1e0892f6beb3f602fc7662a0921f48cd02e572fb5d56a88d15b380e/django_icekit-0.15-py2.py3-none-any.whl" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "31fd2e78afdb41140b2939bcaab9ce60", "sha256": "c82af0b971a36ba0c3841f159e8b6690cd597258d2c0ce92dded34c9296d2458" }, "downloads": -1, "filename": "django_icekit-0.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31fd2e78afdb41140b2939bcaab9ce60", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 447400, "upload_time": "2017-04-30T01:07:19", "url": "https://files.pythonhosted.org/packages/43/b3/5c05b382a84eff9b9e6ceab7c49a4f927b2b04b6575517346e5b36c735e6/django_icekit-0.17-py2.py3-none-any.whl" } ], "0.17.1": [ { "comment_text": "", "digests": { "md5": "d87edc1a6f90ab263d22849c0357faf8", "sha256": "c8e9b0e88c64128fab13fe2621d035b777da7d5a4d4a322b063c5a2d7e4cbb50" }, "downloads": -1, "filename": "django_icekit-0.17.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d87edc1a6f90ab263d22849c0357faf8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 451169, "upload_time": "2017-04-30T01:15:25", "url": "https://files.pythonhosted.org/packages/50/b3/4567936eff99614efe9d6e43bfc7e960b2bbfa2cfbee7ffe625c2c94438a/django_icekit-0.17.1-py2.py3-none-any.whl" } ], "0.17.2": [ { "comment_text": "", "digests": { "md5": "7d7af502bc4923ed5d1f128d893a68a6", "sha256": "9733be7a86c47a2eb34424c3b60ff3e07bc0496bfdb20f249d1980ea373b74c8" }, "downloads": -1, "filename": "django_icekit-0.17.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7d7af502bc4923ed5d1f128d893a68a6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 451169, "upload_time": "2017-04-30T03:14:03", "url": "https://files.pythonhosted.org/packages/a6/ed/6d5b647c3ae4143b0883356e539e9448d50cab3341f18ef3adc73ed553d6/django_icekit-0.17.2-py2.py3-none-any.whl" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "7e758616617107894301892cb43a340a", "sha256": "5354e9aafb5b95abc03eeea2006f7d6ea07775d799da13071464c45a3dd31865" }, "downloads": -1, "filename": "django_icekit-0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7e758616617107894301892cb43a340a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 233367, "upload_time": "2016-08-11T12:11:33", "url": "https://files.pythonhosted.org/packages/07/2b/f2c93248bf90e971643d59298af21b31f124fa85b181ef309708c3cebd26/django_icekit-0.9-py2.py3-none-any.whl" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "c7cf7777d9b673e0d8bab9395cad60ba", "sha256": "ef1701e4fa53486e773e62935c21081807c3bf1aeb83557d8629423c08967cff" }, "downloads": -1, "filename": "django_icekit-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c7cf7777d9b673e0d8bab9395cad60ba", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 235628, "upload_time": "2016-08-22T04:57:25", "url": "https://files.pythonhosted.org/packages/04/4c/b754d5231ef635a5e294a3a9fe642591bd2f8a36e0b8311771c5a7429951/django_icekit-0.9.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d7af502bc4923ed5d1f128d893a68a6", "sha256": "9733be7a86c47a2eb34424c3b60ff3e07bc0496bfdb20f249d1980ea373b74c8" }, "downloads": -1, "filename": "django_icekit-0.17.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7d7af502bc4923ed5d1f128d893a68a6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 451169, "upload_time": "2017-04-30T03:14:03", "url": "https://files.pythonhosted.org/packages/a6/ed/6d5b647c3ae4143b0883356e539e9448d50cab3341f18ef3adc73ed553d6/django_icekit-0.17.2-py2.py3-none-any.whl" } ] }