{
"info": {
"author": "Philip Southwell",
"author_email": "phil@zoothink.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
],
"description": "mezzanine-slideshows\n====================\n\nmezzanine-slideshows is for use with the `Mezzanine\nCMS `__. It allows the placement of\nMezzanine Galleries within other Mezzanine Pages as slideshows.\n\nRequirements\n------------\n\nmezzanine-slideshows requires that the following python apps be\ninstalled:\n\n- Python 3.4\n- Mezzanine 3.1 (and its dependencies)\n- Django 1.7 + (this app uses the django migrations framework)\n\nInstallation\n------------\n\nThe easiest method is to install directly from pypi using\n`pip `__ by running the command below:\n\n::\n\n $ pip install mezzanine-slideshows\n\nSuper Quick Start\n-----------------\n\nThese instructions are for instant setup with the Mezzanine demonstration installation and\nallow you to place Mezzanine Galleries *at the end* of other Mezzanine Pages as slideshows.\nIf you are using anything other than the standard templates provided with a fresh Mezzanine\ninstall or wish to place the galleries at any place other than the end of pages please\nfollow the Regular Setup instructions below.\n\n1. Create a new Mezzanine project following the `official\n instructions `__.\n\n2. Add mezzanine\\_slideshows to INSTALLED\\_APPS in settings.py\n immediately after your Django apps and before your Mezzanine apps:\n\n .. code:: python\n\n INSTALLED_APPS = (\n ...\n \"mezzanine_slideshows\",\n ...\n )\n\n3. Add the following to TEMPLATE\\_CONTEXT\\_PROCESSORS in settings.py:\n\n .. code:: python\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n ...\n \"mezzanine_slideshows.context_processors.get_slideshows\"\n )\n\n4. Run ``python manage.py migrate mezzanine_slideshows`` to create the\n mezzanine-slideshows models.\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a slideshow instance.\n\n6. Navigate to the page on the site to see your gallery displayed after\n the page text as a slideshow.\n\n\nRegular Setup\n-------------\n\n1. Add mezzanine\\_slideshows as an app in your project like this:\n\n .. code:: python\n\n INSTALLED_APPS = (\n ...\n \"mezzanine_slideshows\"\n )\n\n2. Add the following template context processor in settings.py:\n\n .. code:: python\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n ...\n \"mezzanine_slideshows.context_processors.get_slideshows\"\n )\n\n3. Run ``python manage.py migrate mezzanine_slideshows`` to create the\n mezzanine-slideshows models.\n\n4. In the header of your base.html file after the other css files add the lines\n\n .. code:: html\n\n \n \n \n\n\n5. At the end of your *base.html* file, just after\n\n .. code:: html\n\n {% include \"includes/footer_scripts.html\" %}\n\n add the following three lines:\n\n .. code:: html\n\n \n \n\n\n6. This step is key. Without it no slideshows will appear. Add the following code to any place\n you wish a template to check whether a slideshow should be displayed. If a slideshow is dues\n to show on that page it will be displayed at that place in the template:\n\n .. code:: html\n\n {% include \"includes/mezzanine_slideshows.html\" %}",
"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/philipsouthwell/mezzanine-slideshows",
"keywords": "django,mezzanine",
"license": "BSD License",
"maintainer": null,
"maintainer_email": null,
"name": "mezzanine-slideshows",
"package_url": "https://pypi.org/project/mezzanine-slideshows/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/mezzanine-slideshows/",
"project_urls": {
"Homepage": "https://github.com/philipsouthwell/mezzanine-slideshows"
},
"release_url": "https://pypi.org/project/mezzanine-slideshows/0.3.2/",
"requires_dist": null,
"requires_python": null,
"summary": "A simple mezzanine app which allows the placement of a Mezzanine Gallery within another Mezzanine Page as a slideshow",
"version": "0.3.2"
},
"last_serial": 1584659,
"releases": {
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "fc4836eacf7aa54008af042d53ad9ccd",
"sha256": "caca64a0a26872040a94a68cebffadac589d95758eb9c9a2d6a2318008bb9e25"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.2.tar.gz",
"has_sig": false,
"md5_digest": "fc4836eacf7aa54008af042d53ad9ccd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15014,
"upload_time": "2015-05-09T06:34:27",
"url": "https://files.pythonhosted.org/packages/7c/01/19ab2157289bd1fc884e1d36c1cbe91e0af1395bc47e48dd9a0600b29725/mezzanine-slideshows-0.2.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "9af72eb0a8362b4e7e7d4c103835cf67",
"sha256": "3993dc94d6b3785cea0c555431d659442ddc3bb713549fd6dbfdd837bf005765"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "9af72eb0a8362b4e7e7d4c103835cf67",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16531,
"upload_time": "2015-05-09T07:06:08",
"url": "https://files.pythonhosted.org/packages/ac/82/4a9fb7b2287f4b819ecfd5fe2972b80a07366c54db4a448a3074b561c51b/mezzanine-slideshows-0.2.1.tar.gz"
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "e5652c5ae0a735958e48cf53dd460405",
"sha256": "20eccd2e54cca1100d0908f740d0344535f54e205801314b11e5b58ff11bfc41"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "e5652c5ae0a735958e48cf53dd460405",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16978,
"upload_time": "2015-05-09T13:59:02",
"url": "https://files.pythonhosted.org/packages/8a/2b/701e76e6564f49aa07ceaa3460c85540bde7ec68c1abda08f34cc828c547/mezzanine-slideshows-0.2.2.tar.gz"
}
],
"0.2.3": [
{
"comment_text": "",
"digests": {
"md5": "cd387863b8dcff3f94d08988a225c60a",
"sha256": "786eafdfc497b5f7e88f2985c8d39de007e40129e4144362319a44c622a09f4b"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "cd387863b8dcff3f94d08988a225c60a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18749,
"upload_time": "2015-05-11T11:27:20",
"url": "https://files.pythonhosted.org/packages/07/52/2c28f67cb3a211b5dfac9a8d42989eb4119b44fc84b9dffe55744dc9b407/mezzanine-slideshows-0.2.3.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "921b4069a5ce7aa46129fbec9c31336f",
"sha256": "772472b066806e04905d3001a481cb8c6aaa9501949edcc2b53a38de7dd3a47f"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "921b4069a5ce7aa46129fbec9c31336f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26567,
"upload_time": "2015-05-31T04:01:21",
"url": "https://files.pythonhosted.org/packages/f4/27/35e1eeedf27362aa802adad5b25234e62b33065c5d7e38486abbde3ea11e/mezzanine-slideshows-0.3.0.tar.gz"
}
],
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "b91af832e875fc918ead5966d4f31704",
"sha256": "2cbae60bba13326a8e09f17b8b1171f8a228a976908d1d042f03e9630d366d69"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "b91af832e875fc918ead5966d4f31704",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26497,
"upload_time": "2015-05-31T04:21:25",
"url": "https://files.pythonhosted.org/packages/32/17/ba84350acec094d5e2e84467e8ba32b32adc9758bda40b8f6c779546d64e/mezzanine-slideshows-0.3.1.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "fe1ec2d337952aacb9f68a80e4b1f291",
"sha256": "a5908546690d0e2db0698516fe01ea32b343d90381b5360616862b4074320444"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "fe1ec2d337952aacb9f68a80e4b1f291",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26495,
"upload_time": "2015-05-31T04:33:44",
"url": "https://files.pythonhosted.org/packages/36/f2/275d6e61ad98faef68077cc1939a6d97b75b85f4a505781f27be4c4b9e6f/mezzanine-slideshows-0.3.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fe1ec2d337952aacb9f68a80e4b1f291",
"sha256": "a5908546690d0e2db0698516fe01ea32b343d90381b5360616862b4074320444"
},
"downloads": -1,
"filename": "mezzanine-slideshows-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "fe1ec2d337952aacb9f68a80e4b1f291",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26495,
"upload_time": "2015-05-31T04:33:44",
"url": "https://files.pythonhosted.org/packages/36/f2/275d6e61ad98faef68077cc1939a6d97b75b85f4a505781f27be4c4b9e6f/mezzanine-slideshows-0.3.2.tar.gz"
}
]
}