{ "info": { "author": "Art Street", "author_email": "art@racingtadpole.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\ncmsplugin-rt\n=====\n\nThis package contains a number of basic plugins to kick start your Django-CMS project.\nSome default to the Twitter Bootstrap look, but can be adjusted using the setting `RT_FRONT_END_FRAMEWORK`.\nCurrently \"BOOTSTRAP\" and \"JQUERY-MOBILE\" are recognised.\nI use this in conjunction with cmsapp-rt, which gives me a global placeholder for the navbar and\nbanner pictures, as well as some logic for body padding with a fixed-to-top navbar.\n\n::\n\n- button a Twitter Bootstrap or JQueryMobile button, with html special characters allowed\n- text_minimal_markup plain text with an h2 heading, with links and email addresses activated and html special codes allowed, e.g. ©\n- resizeable_picture a subclass of cms.plugin.picture which allows absolute or % width and height (sorry about the spelling mistake here!)\n- navbar a Twitter Bootstrap navbar, with self-calculating links to the home page's children, and quick links for admins\n- self_calc_pagination shows pagination links where pages after 1 are all the children of page 1 (tailored to Twitter Bootstrap)\n- hbar a simple html
element\n- spacer adds a .spacer div, which I style as clear:both, to switch off float:left and float:right\n- facebook_button lots of options allowed\n- twitter_button lots of options allowed\n- mailchimp_form an inline mailchimp form (tailored to Twitter Bootstrap)\n- google_font link to Google fonts (use them via the style modifier plugin)\n- google_analytics include tracking code for Google analytics\n- button_appstore a simple Download on the Appstore button using code from http://linkmaker.itunes.apple.com/\n- style_modifier a plugin that lets the admin change the css directly\n- (a number of Twitter Bootstrap and JQueryMobile classes are pre-configured)\n- add `RT_MORE_STYLE_CLASSES` to settings.py to add more options to the drop-down list\n- meta_icons include favicon and Apple touch icons in your header\n- open_graph include open-graph tags in your header\n- rt_carousel displays a configurable Bootstrap carousel of a selected group of objects\n- you will need to add a line like this to settings.py:\n- `ALLOWED_MODELS_IN_RT_CAROUSEL = [{'app_label':'myapp', 'model':'screenshotgroup'},]`\n- additional explanation in the comments and at:\n- http://stackoverflow.com/questions/16999421/how-do-i-adapt-django-foreignkey-to-a-reusable-app\n- (rt_carousel is under development and still subject to significant change) \n\nDetailed documentation is in the \"docs\" directory (pending).\n\nRequirements\n--------------\n\nI built these using:\n\n* Django 1.4\n* Django-CMS 2.3.5\n\nI am using them with\n\n* Django 1.5\n* Django-CMS 2.4.1\n\nQuick start\n-----------\n\n1. Add the desired plugins from cmsplugin-rt to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'cmsplugin_rt.button',\n 'cmsplugin_rt.facebook_button',\n 'cmsplugin_rt.button_appstore',\n 'cmsplugin_rt.google_analytics',\n 'cmsplugin_rt.google_font',\n 'cmsplugin_rt.hbar',\n 'cmsplugin_rt.mailchimp_form',\n 'cmsplugin_rt.meta_icons',\n 'cmsplugin_rt.navbar',\n 'cmsplugin_rt.open_graph',\n 'cmsplugin_rt.resizeable_picture',\n 'cmsplugin_rt.self_calc_pagination',\n 'cmsplugin_rt.spacer',\n 'cmsplugin_rt.style_modifier',\n 'cmsplugin_rt.text_minimal_markup',\n 'cmsplugin_rt.twitter_button',\n )\n\n2. If you are using JQueryMobile, add to settings.py::\n\n RT_FRONT_END_FRAMEWORK = \"JQUERY-MOBILE\" # \"BOOTSTRAP\" is the default; only these two are known\n\n You can also set this to \"\" to remove Style Modifier's default Bootstrap class options.\n\n3. To add custom classes to the Style Modifier, add to settings.py something like this::\n\n from django.utils.translation import ugettext_lazy as _\n RT_MORE_STYLE_CLASSES = ((\".banner\", _(\"banner\")),\n (\".warning\", _(\"warning text\")), # example classes only\n )\n\n4. The button template is configured for Twitter Bootstrap, although the admin panel shows choices appropriate for\n JQueryMobile as well.\n If you want to use buttons with JQueryMobile, override the template by adding to your own project the file `templates/button_plugin.html`, containing::\n\n {% load allow_special %}\n \n {{ instance.button_text|allow_special }}\n {% if instance.arrows %} » {% endif %}\n \n\n5. Run `python manage.py syncdb` (or use `python manage.py migrate` if you are using South) to create the models.\n\n6. Add the plugins to your CMS pages in the admin panel.\n\n7. Some plugins use 'spacer', 'align-center', 'align-left', 'align-right' classes, which you should implement in your css, e.g.::\n\n .align-right {\n float: right;\n }\n .align-left {\n float: left;\n }\n .align-center {\n margin-left:auto;\n margin-right:auto;\n text-align:center;\n display: block; /* text-align:center and display:block are critical to getting this to work */\n }\n .spacer {\n clear: both;\n }", "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/RacingTadpole/cmsplugin-rt", "keywords": "button meta twitter bootstrap style modifier racing tadpole", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-rt", "package_url": "https://pypi.org/project/cmsplugin-rt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cmsplugin-rt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/RacingTadpole/cmsplugin-rt" }, "release_url": "https://pypi.org/project/cmsplugin-rt/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "This package contains a number of basic plugins to kick start your DjangoCMS project, such as Twitter Bootstrap navbar and buttons, Facebook and Twitter buttons, a Style Modifier, Google Analytics tracking code, Google fonts, meta tags and resizable pictures.", "version": "0.5.1" }, "last_serial": 902054, "releases": { "0.1": [], "0.1.1": [], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8dfc68a7d87c78e65e4da607beff8845", "sha256": "4aed2033673941c5cc4f9d59f50f3cb93a2ac5ad03cd2acad6581f7b1a831a6d" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.2.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "8dfc68a7d87c78e65e4da607beff8845", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 108912, "upload_time": "2013-02-26T10:15:46", "url": "https://files.pythonhosted.org/packages/62/b9/af9c916dded7025f7be814783405e799ff7518a1da751a60551bba63d501/cmsplugin-rt-0.1.2.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "9a0208d15d8a861104bf923e6f86a0ed", "sha256": "f7b3ec3a917ba78eb88ce46589db8eca8a5e7d28fbc27cfb4b5c7413ca8f3af9" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9a0208d15d8a861104bf923e6f86a0ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18723, "upload_time": "2013-02-26T10:15:37", "url": "https://files.pythonhosted.org/packages/e4/77/a01b6b39cde072e982bd1d3095a7287ba58201fcba594ffa36cbe0cd92e3/cmsplugin-rt-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "3d866a6f7e92ebf0c0138cb9d0629bee", "sha256": "6523389af21073d603260343dd8154e5c7abba1c40a6261ed8ee4e29be908f59" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.3.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "3d866a6f7e92ebf0c0138cb9d0629bee", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 108912, "upload_time": "2013-02-26T10:47:11", "url": "https://files.pythonhosted.org/packages/21/c3/dc06e3539dc6157f719794bba1c027bf8f6c59500b33ad60de1c4e63af42/cmsplugin-rt-0.1.3.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "e81e07854051fe83daad6f7441976f95", "sha256": "722259ce61bf8e97fb13b3d139b597d22835155afd15c520f5efca0dacd681cb" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.3.tar.gz", "has_sig": false, "md5_digest": "e81e07854051fe83daad6f7441976f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18765, "upload_time": "2013-02-26T10:47:04", "url": "https://files.pythonhosted.org/packages/d7/a9/f71c9186480412e3b534fe30acf23a3b06d92b3aef4f01d1cae02da424d0/cmsplugin-rt-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "13dd319e9759751691b998a49065b878", "sha256": "3fc41a220c9bdc08cafc40e69a97a93cdfb0d9fcacbb7dfe58c0933b25387a37" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.4.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "13dd319e9759751691b998a49065b878", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 113657, "upload_time": "2013-02-27T02:59:37", "url": "https://files.pythonhosted.org/packages/8b/9b/49d55f4368093a86fabf9fd3d83e9352af0a05c3efab7a8d4679876ffca1/cmsplugin-rt-0.1.4.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "a55268f0fc4e06a6fa2e74ed7f1b0c79", "sha256": "c860933f3b00faf4479059a02190621de3cc1ff4ea4d7efe58f5aae3da3e950b" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a55268f0fc4e06a6fa2e74ed7f1b0c79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20654, "upload_time": "2013-02-27T02:59:32", "url": "https://files.pythonhosted.org/packages/4a/72/e4bb83752b92fe0e574509d53b35674bfb14c487f8ed8bc627494e782e61/cmsplugin-rt-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "97caa81ad7e169febb0cf79b17f5fb41", "sha256": "1187dab6f7bf0369b52ee92b0f6f1faedaf2eba4abb9122eb7d4426f03d7b85f" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.5.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "97caa81ad7e169febb0cf79b17f5fb41", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 121135, "upload_time": "2013-02-27T04:36:57", "url": "https://files.pythonhosted.org/packages/bb/0e/eb0c51ee7785e7663b3f25e5c871518e5c8b5d59d160b8efe8f88e9f3151/cmsplugin-rt-0.1.5.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "9fa504f736012051c64b8b7a0e12ac48", "sha256": "5d7e67adb2338f36ebea035ee4603ca426fda4b8ca18b913c68a51cf40c87b51" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.5.tar.gz", "has_sig": false, "md5_digest": "9fa504f736012051c64b8b7a0e12ac48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22693, "upload_time": "2013-02-27T04:36:52", "url": "https://files.pythonhosted.org/packages/0e/64/355934b2c2003e998645ccbceead62c846f45b713ccdc6afb68a0b2a2a69/cmsplugin-rt-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "1a91995082820a4b7a75721e3a42a000", "sha256": "f284982bce6239e1677d95674fdc4db6f073ed2f49d01ee24f30dad19e1311f3" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.6.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "1a91995082820a4b7a75721e3a42a000", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 121157, "upload_time": "2013-03-01T10:53:21", "url": "https://files.pythonhosted.org/packages/d1/da/881c5443f92fb862cd6a813db66590407daedd07e701d1c6b0e03a7674aa/cmsplugin-rt-0.1.6.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "089993391d5afcbe8b3335a5a42c64fa", "sha256": "6bf921efb10fa287d3533be3c38beda7342a7d7d3f811e6c6aad244563d8a6a2" }, "downloads": -1, "filename": "cmsplugin-rt-0.1.6.tar.gz", "has_sig": false, "md5_digest": "089993391d5afcbe8b3335a5a42c64fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22764, "upload_time": "2013-03-01T10:53:15", "url": "https://files.pythonhosted.org/packages/1b/6f/b67ddcb6bf4b6620552cde4e5a6dfe77b5c8e6349f62e58a215d836e2916/cmsplugin-rt-0.1.6.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "215620c7f2229cc25e315036d124ddf5", "sha256": "1351e8355a2a72e4c6e6d049c34d538c8024752babe845615ba8c0e30adf02c3" }, "downloads": -1, "filename": "cmsplugin-rt-0.2.0.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "215620c7f2229cc25e315036d124ddf5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 121260, "upload_time": "2013-03-02T03:56:11", "url": "https://files.pythonhosted.org/packages/c9/95/9d08296dbb412c5570b69bedb2ee9f6f9624117fe6d40cf6a4e3a28a6455/cmsplugin-rt-0.2.0.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "c5cbc039165dc1070ff1bfba49280d74", "sha256": "71129acbc66d63e6d1dc517292d941271a952e83cd1e306b5d606b4c48656456" }, "downloads": -1, "filename": "cmsplugin-rt-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c5cbc039165dc1070ff1bfba49280d74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22900, "upload_time": "2013-03-02T03:56:06", "url": "https://files.pythonhosted.org/packages/f5/18/712b7d93b1f747a4b6399423011c1d7c5f7aec99062cd16d4ed18853577e/cmsplugin-rt-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b77180593c6c14447ce37d695554031f", "sha256": "cc3e5b85ca2400b0459e06e852651710d56ccaedf86beabc8a9697547b8f797a" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.0.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "b77180593c6c14447ce37d695554031f", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 123882, "upload_time": "2013-03-03T01:10:22", "url": "https://files.pythonhosted.org/packages/13/d4/823d2261bd5013e3bec04abeb69a297931dc63c60f386f906b88c69ccff0/cmsplugin-rt-0.3.0.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "358bddeefed8873a8324bbb99478eba9", "sha256": "f00e5e671f48485be874017fc7a13524556fc51a99a35d537557df669f138c08" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.0.tar.gz", "has_sig": false, "md5_digest": "358bddeefed8873a8324bbb99478eba9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24063, "upload_time": "2013-03-03T01:10:18", "url": "https://files.pythonhosted.org/packages/26/e7/71bca2f84b545eb241f7dd0eb35187bf3a2ca4b3467d115ffb03da737d9d/cmsplugin-rt-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "e4bc3302ae64b7a0e566df8eb6960c19", "sha256": "ede5ac605be6f98ebdf1a767d5aae271f0c66755a6d17c2dbe9a33ca6ba359cb" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.1.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "e4bc3302ae64b7a0e566df8eb6960c19", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 123939, "upload_time": "2013-03-04T10:24:58", "url": "https://files.pythonhosted.org/packages/62/c5/d7620bfceb23de67d16499b266ec4a7cda8e446542cc6983a0a3c3fc39ef/cmsplugin-rt-0.3.1.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "ae1b86979409923434551da7492ba801", "sha256": "3da3430600f92b1919aeca11df4ea8a4663cb019873b2e40969c65b6e05da903" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.1.tar.gz", "has_sig": false, "md5_digest": "ae1b86979409923434551da7492ba801", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24112, "upload_time": "2013-03-04T10:24:53", "url": "https://files.pythonhosted.org/packages/a3/2c/5aa7df162e8e81a3b367fba4ca305f1681d0ef12b5567d6cb419cbfebd91/cmsplugin-rt-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "3f88d023349cff35ebc8636bc5eebde9", "sha256": "540b412d67622792ad0ea359ccd6d802e0acf4057140d5d67be2fbf889308f0a" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.2.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "3f88d023349cff35ebc8636bc5eebde9", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 127953, "upload_time": "2013-03-05T00:21:35", "url": "https://files.pythonhosted.org/packages/1d/df/b8b1d72da2f89ebda23ec9962f6a1ac756b2c4880fa65b64df4076504e97/cmsplugin-rt-0.3.2.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "e8caf78a43cb7dabf5243174b359fd6e", "sha256": "ebe510a3038228f7c5ee33d4896bec71bcb9fb5227849c61e4e545e8d0e1ae2d" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.2.tar.gz", "has_sig": false, "md5_digest": "e8caf78a43cb7dabf5243174b359fd6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25393, "upload_time": "2013-03-05T00:21:31", "url": "https://files.pythonhosted.org/packages/03/f5/388fb32531b77e4fbbb9aa2175898ffa0de7d97ca59d771469a24452c125/cmsplugin-rt-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "51472f142b7f9f6ebb8d947451258f80", "sha256": "245705153190258ce9ce9122d4d4c1a993743a84be98763ba9e9a2ce0b8b0329" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.3.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "51472f142b7f9f6ebb8d947451258f80", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128036, "upload_time": "2013-03-11T03:18:46", "url": "https://files.pythonhosted.org/packages/18/8c/47ff0bf7baffca2c791ec03913ebd782e65f5843002dfc46225675129c67/cmsplugin-rt-0.3.3.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "625199b370e3cc00565941b5a3f00608", "sha256": "b14ebabb198cf8a2a9262b7d143e0652e4b71656e0e5d7fe99d3ad0e12b19c1a" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.3.tar.gz", "has_sig": false, "md5_digest": "625199b370e3cc00565941b5a3f00608", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25578, "upload_time": "2013-03-11T03:18:42", "url": "https://files.pythonhosted.org/packages/20/2f/4c529077134cb0dce9641ac1edc64723b160c544082058e3582f6d9d3ff9/cmsplugin-rt-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "3392f309c1c0965327ee8c4dbb92f7e9", "sha256": "df0283581aabdd82896bdee9221c961468f6b6475e83629ed5e125cb3466f405" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.4.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "3392f309c1c0965327ee8c4dbb92f7e9", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128040, "upload_time": "2013-03-13T04:57:09", "url": "https://files.pythonhosted.org/packages/a5/73/dfc5f7dccc275797ab866beeab0628d8d048b7ca87deef05da7f014b49cd/cmsplugin-rt-0.3.4.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "c70d568ef9f07307508580f3685d0762", "sha256": "279c1bb2c39cd6b0a239d561a004e941f2103e10b1b9630b223e29e901599147" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.4.tar.gz", "has_sig": false, "md5_digest": "c70d568ef9f07307508580f3685d0762", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25602, "upload_time": "2013-03-13T04:57:04", "url": "https://files.pythonhosted.org/packages/a9/2c/cca26570c7da9bc688f383c0cc20fb514a1ff4b620996255e63fa408c72b/cmsplugin-rt-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "c29c17ea8610ec946d7e86e7dc4c346c", "sha256": "cb37358472c8522ae7031a6dd158933ffbeeac0f1b7e4b9c48d1009f44bd8016" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.5.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "c29c17ea8610ec946d7e86e7dc4c346c", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128045, "upload_time": "2013-03-27T02:27:21", "url": "https://files.pythonhosted.org/packages/f9/ae/4848958d50e5abb88fadc63b9b90181e82e6bd8b549bd3b85442a75441d9/cmsplugin-rt-0.3.5.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "21725fb6ac626409f9067f20b4a68b0f", "sha256": "5d4d05b99a11d2e5fa572d18bed9b6a2b27c1ca67b0b7e1dee3b14da8dc13dc7" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.5.tar.gz", "has_sig": false, "md5_digest": "21725fb6ac626409f9067f20b4a68b0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25657, "upload_time": "2013-03-27T02:27:16", "url": "https://files.pythonhosted.org/packages/3c/51/376769f4d9207d2e161ce0bdaf19166ab8f93ecf09e66def9ad6d914dfc4/cmsplugin-rt-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "5d6afcd6f61a84563864fa04f5f2831e", "sha256": "962154c13b98de35041adcd89dd4e3f1c2b3e1535887f30e9b82a6a47b506f3a" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.6.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "5d6afcd6f61a84563864fa04f5f2831e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128041, "upload_time": "2013-03-28T23:10:16", "url": "https://files.pythonhosted.org/packages/50/61/a3b867c59863ca9efb3ef7b8c93a8e460b7ab674a4f39e4ba4048ca7509e/cmsplugin-rt-0.3.6.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "c6fab8fa164309718632b0b76af5a256", "sha256": "8c275f569952559273e63ba5af1a349f54cc7afd20141b7fef277df43adf57e1" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.6.tar.gz", "has_sig": false, "md5_digest": "c6fab8fa164309718632b0b76af5a256", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25712, "upload_time": "2013-03-28T23:10:12", "url": "https://files.pythonhosted.org/packages/15/df/3a399fb0aacc52425a610d5e3788be17a277e4dc56967c6f2cbe059c9ee4/cmsplugin-rt-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "0638b99f0cae16b7970d29365571342d", "sha256": "82574544e6df1d5488c6abe23f18b75e9879717c2fe4a905c26305ccbe35aade" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.7.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "0638b99f0cae16b7970d29365571342d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128038, "upload_time": "2013-03-28T23:52:27", "url": "https://files.pythonhosted.org/packages/f6/0b/a167bee67567bd73d44dbfa43551ac6f3b5f2f9f4de8b0014a470def5768/cmsplugin-rt-0.3.7.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "07143706beaaaeba45f9455fc1351240", "sha256": "ad7ec196aa1ad9b9e907938d552027e7edcd330b958c54096d2972652eb943d6" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.7.tar.gz", "has_sig": false, "md5_digest": "07143706beaaaeba45f9455fc1351240", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25742, "upload_time": "2013-03-28T23:52:23", "url": "https://files.pythonhosted.org/packages/10/0a/2f4eebaa5e162c309eb3db9c5d232940d150d27a283697b2068d7d0065e9/cmsplugin-rt-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "0728ca5c6c48116b434aadccb9f98d5a", "sha256": "1fa1efe6bb615967e9c3f3d5bd0d18cd8cf38a45582f2d54e05f1b2a4cfc85aa" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.8.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "0728ca5c6c48116b434aadccb9f98d5a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128048, "upload_time": "2013-04-03T02:28:49", "url": "https://files.pythonhosted.org/packages/d0/9d/2c0ae3cc73dee151c6b210b8aabeb5d329780c433f20ed190eb95822333b/cmsplugin-rt-0.3.8.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "c40f5ede6218a2956ff767b3181e6aee", "sha256": "f0d72fd7c993037025a4a25f5d0c29a4fa7cc9a751ee790041d0121c45908d97" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.8.tar.gz", "has_sig": false, "md5_digest": "c40f5ede6218a2956ff767b3181e6aee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25816, "upload_time": "2013-04-03T02:28:46", "url": "https://files.pythonhosted.org/packages/42/19/98d9c01f864bf7676f0985c97a4363b5d67549e8d7164f75c5de7098a2b4/cmsplugin-rt-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "93cd5a5f948bf847acb65b918e10af84", "sha256": "88bc1ede4271b9a5a9928752af377536db67bed4a1f1b519323da8976900e082" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.9.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "93cd5a5f948bf847acb65b918e10af84", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128050, "upload_time": "2013-04-03T02:40:07", "url": "https://files.pythonhosted.org/packages/d1/09/bf2b0cdfdf7a1dd829729e16d0a629b41a7733b65e6d747c76164f86a368/cmsplugin-rt-0.3.9.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "8537f5a8ccc9deb50acb58c1ba28c4a9", "sha256": "9b617d8228209637ef596f3e1867abbe7da3f8167bae9759fb37958e45a0dea3" }, "downloads": -1, "filename": "cmsplugin-rt-0.3.9.tar.gz", "has_sig": false, "md5_digest": "8537f5a8ccc9deb50acb58c1ba28c4a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25845, "upload_time": "2013-04-03T02:40:04", "url": "https://files.pythonhosted.org/packages/e0/66/f9c8debdb154f8c12fd9e313dbd14c082b42cf8e6a0515c9c60137cb9713/cmsplugin-rt-0.3.9.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "abbc42291bff4905da563b5941bec634", "sha256": "986ab551a682658a3d3a0ec40727cd8b6288a2cd10f0c6bc826692cbef8738f4" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.0.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "abbc42291bff4905da563b5941bec634", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128051, "upload_time": "2013-04-10T00:45:20", "url": "https://files.pythonhosted.org/packages/2d/88/f88008fcd68f576e248c59862294e94b873286527852faed79b46639dff8/cmsplugin-rt-0.4.0.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "a39fe389f6e7eca3bc472dfb6985e5db", "sha256": "62a9a37582f2803e1871c81615fe410e52e3a0038e032e15b9ec8dfa0cbf8d46" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.0.tar.gz", "has_sig": false, "md5_digest": "a39fe389f6e7eca3bc472dfb6985e5db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25878, "upload_time": "2013-04-10T00:45:17", "url": "https://files.pythonhosted.org/packages/9e/be/1dee78e3a625fe004f22243affe32d355fd73c31b831698d3f1d13147d4c/cmsplugin-rt-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "04f90010cd4ac830d4869d45cebde546", "sha256": "cf75439e635b65e7b711a85ea396d7c68db024103e1993eab8adf64fa1921a6d" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.1.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "04f90010cd4ac830d4869d45cebde546", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 128108, "upload_time": "2013-04-10T03:51:48", "url": "https://files.pythonhosted.org/packages/2e/df/1ccf7fc049e77e0837236946aad4b0f5ea44e170c376c2ffe9ab6b3b17b6/cmsplugin-rt-0.4.1.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "50aed3dc72337055e5f0703f2a58a37d", "sha256": "9284b7d1f698da15c4e1055e16c39913eac661d16e54dc6595a4d37dde68085b" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.1.tar.gz", "has_sig": false, "md5_digest": "50aed3dc72337055e5f0703f2a58a37d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26021, "upload_time": "2013-04-10T03:51:45", "url": "https://files.pythonhosted.org/packages/66/a5/60abe443053229d8ea7641971006e33fdda23872b084880e838afc986c6c/cmsplugin-rt-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "bfa0df30f4e70d0ce620a6bfbb2a47d8", "sha256": "dbbc5ef2d15cd41d101a75a90502ac73a5fa14bfb66f836e7ab3629ee828fb35" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.2.tar.gz", "has_sig": false, "md5_digest": "bfa0df30f4e70d0ce620a6bfbb2a47d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26667, "upload_time": "2013-04-13T05:25:20", "url": "https://files.pythonhosted.org/packages/4e/fc/397dfa8e5a0b05770e723fc8baae62d41379e2b67988d9b3b6a7494e5621/cmsplugin-rt-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "5bcc53a64265f87dd1f4e9290bcc3f60", "sha256": "f9d2424724c7338afe132085804161769f1ae354204be57d08693b6484cccaad" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.3.tar.gz", "has_sig": false, "md5_digest": "5bcc53a64265f87dd1f4e9290bcc3f60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26883, "upload_time": "2013-04-23T23:17:15", "url": "https://files.pythonhosted.org/packages/77/e1/47b97028184762a7b77dcd5a31d4bd0181bab93b693a1751ecac4ae2ae4d/cmsplugin-rt-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "e0144b7e910207bbd188d395b9f3eac1", "sha256": "8d11a69a5d483c50323df4410b167ac3ad5414ba3d230c7c6998684f56fbec00" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.4.tar.gz", "has_sig": false, "md5_digest": "e0144b7e910207bbd188d395b9f3eac1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27196, "upload_time": "2013-05-02T05:33:05", "url": "https://files.pythonhosted.org/packages/ce/ff/dbea8d866e774102192ba938a96daa0eb728f5af862962f3de97afa5e1e3/cmsplugin-rt-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "1f690cf3d13906cf8f83623173ea2f34", "sha256": "d780a83a76f0e5d3cd48db5114e2c34122a2851bafb1f8cf6a4746a197203861" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.5.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "1f690cf3d13906cf8f83623173ea2f34", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 131664, "upload_time": "2013-05-24T03:20:31", "url": "https://files.pythonhosted.org/packages/84/b0/5c09ccf92b4daf491d348fcb73f07e871227987aea265d3ae3159eb2cfc4/cmsplugin-rt-0.4.5.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "9f755bbfecc1b981ae3d35de4bf28f5a", "sha256": "b5489c7ddbaff10c2dfdeec7dd8faaa59cc0d2b9bad261d699de34e6cc2b2b0b" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.5.tar.gz", "has_sig": false, "md5_digest": "9f755bbfecc1b981ae3d35de4bf28f5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27245, "upload_time": "2013-05-24T03:20:28", "url": "https://files.pythonhosted.org/packages/92/e5/2e9ab854ec5d9261e3420b85d85e29dc32a0da0c81da52bbd8f5c94ab6be/cmsplugin-rt-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "52b4fdafe1d875249f1495f5ad2f1f27", "sha256": "0f85aac4a5406801198dde6443cb934063ba050016409fd3ffaacde223ad36d0" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.6.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "52b4fdafe1d875249f1495f5ad2f1f27", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 131694, "upload_time": "2013-06-11T00:26:07", "url": "https://files.pythonhosted.org/packages/67/ad/39fbe245cff6e4d781465d91e89c9be3b0750496fdff5b48756d4e00347b/cmsplugin-rt-0.4.6.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "6f2a3cab0cbf6477c93942cd491d756a", "sha256": "517288febdb2c666c4a1073f87000d7556296e31445251a12c3ed7b593b29ef3" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.6.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "6f2a3cab0cbf6477c93942cd491d756a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 139410, "upload_time": "2013-06-28T22:53:09", "url": "https://files.pythonhosted.org/packages/b1/23/1a27856cc8256a5c9a5ff325e6c2add29dbe6d46800e5c42794acf3f7b88/cmsplugin-rt-0.4.6.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "ea15377c0f06dedf53b854b54436c701", "sha256": "cfe1c613b8cb7c3686fc77cb70f5459791ffa92ea10451d913d3f62999085818" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.6.tar.gz", "has_sig": false, "md5_digest": "ea15377c0f06dedf53b854b54436c701", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27308, "upload_time": "2013-06-11T00:26:02", "url": "https://files.pythonhosted.org/packages/89/0b/cf80ece2b104cae632efa6bbe0219073f5bf73ac9b7e06e50a7256138dc3/cmsplugin-rt-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "ae3fb124aecfc825b29fed66ea629b7e", "sha256": "d867df8eeadda078df84545c3018e9691cd7a3c9c5d5a634ebee4a061669691a" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.7.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "ae3fb124aecfc825b29fed66ea629b7e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 139458, "upload_time": "2013-06-28T23:04:44", "url": "https://files.pythonhosted.org/packages/14/91/45785956aab8a8fc7aaa10987394d5a703255f9983cd188d2daa57388cf7/cmsplugin-rt-0.4.7.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "bc818f73539fc0b2998e49e756b20913", "sha256": "9fb880935dff375d8d05d4c87acb34cf8ad54bf4f6c50631631deafb812f1cf1" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.7.tar.gz", "has_sig": false, "md5_digest": "bc818f73539fc0b2998e49e756b20913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31060, "upload_time": "2013-06-28T23:04:42", "url": "https://files.pythonhosted.org/packages/27/84/b311a202ed646114d94f4a28df9641d611f88bc7f107af43114dc9fc8970/cmsplugin-rt-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "db49f2fc5d9a919cd94d182ee0b19d9f", "sha256": "16d8a859be248c3f67c1bd4f5a62e7b5ec6690bdbe3aa7e225ef92267654de26" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.8.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "db49f2fc5d9a919cd94d182ee0b19d9f", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 139474, "upload_time": "2013-06-28T23:14:12", "url": "https://files.pythonhosted.org/packages/c7/ed/b5c6c0445daa32d8c8aeea04061ad150e053b59af184f4f624f3920f4b00/cmsplugin-rt-0.4.8.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "6893d04637f32888c91fd7b1ce55fe77", "sha256": "99003c915af8a844b3a1f6ac3df042a885a7b5b1c266c46f6f79e0b4878794fe" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.8.tar.gz", "has_sig": false, "md5_digest": "6893d04637f32888c91fd7b1ce55fe77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31076, "upload_time": "2013-06-28T23:14:09", "url": "https://files.pythonhosted.org/packages/d3/98/9bc061e393c4139cc0741c017ef66451a1b5b1dcce8a851707fd1f77137e/cmsplugin-rt-0.4.8.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "d8d535553c95dedfad503c0b611e7ace", "sha256": "2fea13e5a0617350eaa8373b098801cb1dc6e2ce4fc1782f8a54b32401c49497" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.9.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "d8d535553c95dedfad503c0b611e7ace", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 139493, "upload_time": "2013-07-13T00:59:23", "url": "https://files.pythonhosted.org/packages/dd/dd/8c5d132257f132559252afc76b422bd244b9de90d139b34644967496d45e/cmsplugin-rt-0.4.9.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "c5d2951b3f590e331d92af96cd7de11c", "sha256": "7a083db83a797a903282927f1ff53ed7360bc90479748bd4e9436f514b521fe3" }, "downloads": -1, "filename": "cmsplugin-rt-0.4.9.tar.gz", "has_sig": false, "md5_digest": "c5d2951b3f590e331d92af96cd7de11c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31146, "upload_time": "2013-07-13T00:59:11", "url": "https://files.pythonhosted.org/packages/4c/2d/cd0fcd71b2d6e494678e99eb9b07349ce083c234032d134daa6901a8da19/cmsplugin-rt-0.4.9.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "3d981edd5cb6fbd937a448c80ab8a33e", "sha256": "2661394eea127111a6a60644044fd1d828ddbf37b5560327c745b5b6ad198de6" }, "downloads": -1, "filename": "cmsplugin-rt-0.5.0.tar.gz", "has_sig": false, "md5_digest": "3d981edd5cb6fbd937a448c80ab8a33e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31611, "upload_time": "2013-08-01T03:51:35", "url": "https://files.pythonhosted.org/packages/21/c3/aaf82d8b477785dcb4b0ed078f0fcbd6757e66cf649b127d49ec79efe34a/cmsplugin-rt-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "03687eab95380fa01c62e2cd5caeafe0", "sha256": "b9efc0ca9b4e51e814985277564db1ca9c575a086e37d63a5604b92da1aadf59" }, "downloads": -1, "filename": "cmsplugin-rt-0.5.1.tar.gz", "has_sig": false, "md5_digest": "03687eab95380fa01c62e2cd5caeafe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31970, "upload_time": "2013-10-24T02:55:52", "url": "https://files.pythonhosted.org/packages/32/c5/0ac2590f4b01fd0ada288fb40094bdc80cdb44b433de525009a81a6893a6/cmsplugin-rt-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03687eab95380fa01c62e2cd5caeafe0", "sha256": "b9efc0ca9b4e51e814985277564db1ca9c575a086e37d63a5604b92da1aadf59" }, "downloads": -1, "filename": "cmsplugin-rt-0.5.1.tar.gz", "has_sig": false, "md5_digest": "03687eab95380fa01c62e2cd5caeafe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31970, "upload_time": "2013-10-24T02:55:52", "url": "https://files.pythonhosted.org/packages/32/c5/0ac2590f4b01fd0ada288fb40094bdc80cdb44b433de525009a81a6893a6/cmsplugin-rt-0.5.1.tar.gz" } ] }