{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Framework :: Plone :: 5.2", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "Introduction\n============\n\nA Plone Portlet providing a rich-text field for more or less static text.\nIt is availbale and will be displayed where portlets can be placed.\n\nIt is part of the Plone core package.\n\nSource Code\n===========\n\nContributors please read the document `Process for Plone core's development `_\n\nSources are at the `Plone code repository hosted at Github `_.\n\nChangelog\n=========\n\n\n3.1.3 (2018-09-28)\n------------------\n\nBug fixes:\n\n- Fix static portlet for py3\n [pbauer]\n\n\n3.1.2 (2018-02-05)\n------------------\n\nBug fixes:\n\n- Fix test. Portletrenderer can't be wrapped in aq.\n [pbauer]\n\n- Add Python 2 / 3 compatibility\n [vincero]\n\n\n3.1.1 (2017-07-03)\n------------------\n\nBug fixes:\n\n- Remove unittest2 dependency\n [kakshay21]\n\n\n3.1 (2016-09-07)\n----------------\n\nNew:\n\n- Attempt to use AutoExtensibleForm for as base for static portlet forms\n when Plone 4 site also has recent plone.app.widgets; this should be\n consistent in portlet with how TinyMCE is configured for Dexterity\n content. This approach attempts to harmonize Plone 4 compatibillity\n work done previously by @thet and @cdw9 -- supporting Plone 4, either\n with/without plone.app.widgets, and with/without plone.app.contenttypes\n (provided recent plone.app.widgets is used).\n [seanupton]\n\n\n3.0.2 (2016-02-14)\n------------------\n\nFixes:\n\n- Cleaned up test setup.\n [timo]\n\n- Check that renderer has a '__portlet_metadata__' attribute\n and compute 'assignment context' only for 'context' portlet.\n [sverbois]\n\n- Plone 4 compatibility.\n [thet]\n\n\n3.0.1 (2014-10-23)\n------------------\n\n- Replace DL/DT/DD in portlet with more semantic markup (see PR #7).\n [khink]\n\n- Fix the relative url transformation.\n The 'safe_html' transformation has to be called with 'assignment context'\n instead of 'display context'.\n [sverbois]\n\n\n3.0.0 (2014-04-13)\n------------------\n\n- Use z3c.form for the portlet forms.\n [bosim, davisagli]\n\n\n2.0.2 (2013-01-13)\n------------------\n\n- Check if instance is str before turning to unicode as Portal_tranform itself\n can return unicode\n [fafhrd91]\n\n- Portlet title no longer required. If the title is empty, the css class\n \"titleless\" is added to the header.\n [rnix, thet]\n\n- Adding constraint to validate white spaces\n Fix https://dev.plone.org/ticket/13130\n [hersonrodrigues]\n\n- Add MANIFEST.in.\n [WouterVH]\n\n- Add metadata.xml to profile.\n [WouterVH]\n\n\n2.0.1 - 2011-01-03\n------------------\n\n- Add Site Administrator to the default roles for the\n \"plone.portlet.static: Add static portlet\" permission, for forward\n compatibility with Plone 4.1.\n [davisagli]\n\n\n2.0 - 2010-07-18\n----------------\n\n- Removed the deprecated `hide` option form the portlet.\n [hannosch]\n\n- Update license to GPL version 2 only.\n [hannosch]\n\n\n2.0b2 - 2010-02-17\n------------------\n\n- Removed the transformation cache from the portlet renderer. Portal transforms\n doesn't actually work with the assignment class as a cache context.\n This closes http://dev.plone.org/plone/ticket/10167.\n [hannosch]\n\n\n2.0b1 - 2009-12-02\n------------------\n\n- Removed Kupu as a testing dependency. In Plone 4 the tests work with the\n default TinyMCE transforms.\n [hannosch]\n\n\n2.0a2 - 2009-11-18\n------------------\n\n- Removed reference to non-existent profile in plone.app.portlets.\n [hannosch]\n\n\n2.0a1 - 2009-11-13\n------------------\n\n- Remove the \"hide\" option as this is now available to all portlets (PLIP 9286)\n [igbun]\n\n- Adjusted test setup to Plone 5.\n [hannosch]\n\n- Added the z3c.autoinclude entry point so this package is automatically loaded\n on Plone 3.3 and above.\n [hannosch]\n\n- Declare test dependencies in an extra.\n [hannosch]\n\n- Specify package dependencies.\n [hannosch]\n\n- Added 'tile' CSS class to the links within dt.portletHeader and\n dd.portletFooter for static portlet's template\n [spliter]\n\n\n1.2.1 - 2009-11-25\n------------------\n\n- Fixed a syntax error introduced in the last change.\n [hannosch]\n\n\n1.2 - 2009-11-25\n----------------\n\n- Ensure that text output is passed through the safe-html transform to protect\n against malicious text. This also ensures the resolve uid behavior works when\n only TinyMCE and not Kupu is installed.\n [hannosch]\n\n- Removed msgids in portlets.xml. There is no support for\n msgids in the import of portlets.xml implementation.\n This allows to extract translatable strings with i18ndude.\n [vincentfretin]\n\n- Added transform to resolve uids.\n [lrowe]\n\n\n1.2rc1 - 2009-03-27\n-------------------\n\n- The portlet was incorrectly using the 'Manage portlet' permission. It now\n uses a custom permission with the same default roles.\n Fixes http://dev.plone.org/plone/ticket/8403.\n [optilude]\n\n\n1.1.5 - 2008-08-18\n------------------\n\n- Fixed a typo in CSS class name. This closes\n http://dev.plone.org/plone/ticket/8119.\n [hannosch]\n\n\n1.1.2 - 2008-06-01\n-------------------\n\n- Added more i18n in the main python file as the i18n in portlets.xml\n is not used. [maurits]\n\n- Added option to (temporarily) hide the portlet without needing to\n delete it. [maurits]\n\n\n1.1.0 - 2008-04-20\n------------------\n\n- Unchanged from 1.1rc2\n\n\n1.1rc2 - 2008-03-26\n-------------------\n\n- Use README.txt and HISTORY.txt as the package's long description and\n add missing history entries for all releases.\n [wichert]\n\n- Fix the version restriction on the plone.app.form dependency.\n [wichert]\n\n\n1.1rc1 - 2008-03-25\n-------------------\n\n- Add missing i18n support.\n [hannosch]\n\n- Add a version restriction on the plone.app.form dependency.\n [optilude]\n\n\n1.1.0a1 - 2008-03-09\n--------------------\n\n- Packaging cleanups\n [wichert]\n\n- PLIP 184: make text editable using a rich text editor such as kupu\n [optilude]\n\n- Add an 'omit border' option\n [optilude]\n\n\n1.0b3 - 2007-08-27\n-------------------\n\n- Correct portlet styling to Plone standards\n [optilude]\n\n\n1.0b2 - 2007-08-26\n------------------\n\n- Make header and footer configurable\n [optilude]\n\n\n1.0b1 - 2007-08-26\n------------------\n\n- Added missing i18n markup to portlets.xml.\n [hannosch]\n\n- Changed the i18n domain to `plone`.\n [hannosch]\n\n- Initial release\n [optilude]\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/plone.portlet.static", "keywords": "plone portlet static", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "plone.portlet.static", "package_url": "https://pypi.org/project/plone.portlet.static/", "platform": "", "project_url": "https://pypi.org/project/plone.portlet.static/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/plone.portlet.static" }, "release_url": "https://pypi.org/project/plone.portlet.static/3.1.3/", "requires_dist": [ "setuptools", "plone.portlets", "plone.app.portlets", "plone.app.textfield", "plone.i18n", "six", "zope.component", "zope.i18nmessageid", "zope.interface", "zope.schema", "Zope2", "plone.app.testing; extra == 'test'" ], "requires_python": "", "summary": "An editable static HTML portlet for Plone.", "version": "3.1.3" }, "last_serial": 4321222, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "bce2c2a2741f57463d4d8696016d84d3", "sha256": "1410775972165773827ece4b423f317aefd095dd9dd728a8dafefb1eac8d1cca" }, "downloads": -1, "filename": "plone.portlet.static-1.0b1-py2.4.egg", "has_sig": false, "md5_digest": "bce2c2a2741f57463d4d8696016d84d3", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13269, "upload_time": "2007-08-26T20:00:19", "url": "https://files.pythonhosted.org/packages/5c/95/c574d27beeb223e1b2fee098cd48e33537c70762e6b7329785cbc35e122f/plone.portlet.static-1.0b1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "110817ef7e8ec63bddeaec878ada04f9", "sha256": "ca1c388777c9c9e57d3987f34005b4691c3176535869e074f8fcf25ceffa19c0" }, "downloads": -1, "filename": "plone.portlet.static-1.0b1.tar.gz", "has_sig": false, "md5_digest": "110817ef7e8ec63bddeaec878ada04f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10043, "upload_time": "2007-08-26T20:00:19", "url": "https://files.pythonhosted.org/packages/34/e3/42c5115be65dcbebf735c37e9e8c949499769d0eb6e1886501fa73d92504/plone.portlet.static-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "896969a89168e52d023b642abcf30765", "sha256": "05dfee1db0a33d0ca2b15e35268eaaab5c0fd2a0083f4ec9782910d7508ea620" }, "downloads": -1, "filename": "plone.portlet.static-1.0b2-py2.4.egg", "has_sig": false, "md5_digest": "896969a89168e52d023b642abcf30765", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13900, "upload_time": "2007-08-26T22:54:31", "url": "https://files.pythonhosted.org/packages/f9/06/d4513c658fa534181ea702c4110c357d7d7b283db96263cbe07d00add29e/plone.portlet.static-1.0b2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e450cac74b03368aea525fed78738c02", "sha256": "ff577b3ccba7eb3cb8d2cf232df072ab3d6a5f691632d298c84908f5a223af07" }, "downloads": -1, "filename": "plone.portlet.static-1.0b2.tar.gz", "has_sig": false, "md5_digest": "e450cac74b03368aea525fed78738c02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10492, "upload_time": "2007-08-26T22:54:31", "url": "https://files.pythonhosted.org/packages/b6/40/2f7aea7dd9b4c337d7529f6551e3edc7c23423f5a7c1919835752742ca50/plone.portlet.static-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "8fb096ad08cb99c792142a62fea210ad", "sha256": "8a7287b702bb31e10e7f96b1d98a1c27f1a12097118d4e4018305baacfebea5a" }, "downloads": -1, "filename": "plone.portlet.static-1.0b3-py2.4.egg", "has_sig": false, "md5_digest": "8fb096ad08cb99c792142a62fea210ad", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13789, "upload_time": "2007-08-27T00:48:35", "url": "https://files.pythonhosted.org/packages/d7/41/f1dc800dd56a26c2e19b6a0616214d06ca71430b40cd9ce80d9a3d63d95c/plone.portlet.static-1.0b3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0b04685f92a2aaff7bbe622f4215123f", "sha256": "d8a698a5008fa1eb8c2d271cddfb840eab34d02c5ec41254b3a8dff66c1a6f71" }, "downloads": -1, "filename": "plone.portlet.static-1.0b3.tar.gz", "has_sig": false, "md5_digest": "0b04685f92a2aaff7bbe622f4215123f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10437, "upload_time": "2007-08-27T00:48:34", "url": "https://files.pythonhosted.org/packages/54/f3/abe2556c0a9f4cfe60442af63ea0f83fe22fdb5495c31c04d7291fc22933/plone.portlet.static-1.0b3.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "82490288614f554ba13515abbfc6ed44", "sha256": "b168e69b04ef3fef42cd7a210b9505009554f9bd2f0f5056a228cf9d87f35e8d" }, "downloads": -1, "filename": "plone.portlet.static-1.1.0-py2.4.egg", "has_sig": false, "md5_digest": "82490288614f554ba13515abbfc6ed44", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14892, "upload_time": "2008-04-20T19:02:46", "url": "https://files.pythonhosted.org/packages/85/82/7d35e1a9e78359980a0b8e2e7d1d012a6e1a5543199e704656c35da553f8/plone.portlet.static-1.1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d72417241456862ce18625bc2e406c47", "sha256": "fbb6cb15305ac778b3cdb463bf6e28ef934282b8d9a3cad5e6dc379fe6173e0b" }, "downloads": -1, "filename": "plone.portlet.static-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d72417241456862ce18625bc2e406c47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11270, "upload_time": "2008-04-20T19:02:46", "url": "https://files.pythonhosted.org/packages/05/f7/c7d64e742d59ed273cd83bf7c65e01603eb1f814dccccf6f569cb5ed8606/plone.portlet.static-1.1.0.tar.gz" } ], "1.1.0a1": [ { "comment_text": "", "digests": { "md5": "41a5f79bfbb15a8bf1828b92eab1d0c7", "sha256": "85e7dac028fbd41c3965ff4c868fb441283cfa255aa1328bee257f51b23c991c" }, "downloads": -1, "filename": "plone.portlet.static-1.1.0a1-py2.4.egg", "has_sig": false, "md5_digest": "41a5f79bfbb15a8bf1828b92eab1d0c7", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14379, "upload_time": "2008-03-09T02:28:06", "url": "https://files.pythonhosted.org/packages/1b/06/1949022357e1bc3a047c2cf19c4aa2147c4a6d64815108194948ce850469/plone.portlet.static-1.1.0a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7dbcb594557829c6c6dfb6f10267261a", "sha256": "97651016a8273767d2a3aef0c594c5b973c1f324ccc3d4aa8a6144feb721c041" }, "downloads": -1, "filename": "plone.portlet.static-1.1.0a1.tar.gz", "has_sig": false, "md5_digest": "7dbcb594557829c6c6dfb6f10267261a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10712, "upload_time": "2008-03-09T02:28:06", "url": "https://files.pythonhosted.org/packages/36/a9/8ab1b83587ced096a604cdf8d1f8e871681cb8a37805af2a8f1f14b5f39b/plone.portlet.static-1.1.0a1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "3f45f15e2283e209cf4be52fb2edc29f", "sha256": "284c0118090be2274a5027e65418e7d37415e00c60872993eb91e538bf6c15ad" }, "downloads": -1, "filename": "plone.portlet.static-1.1.2-py2.4.egg", "has_sig": false, "md5_digest": "3f45f15e2283e209cf4be52fb2edc29f", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 15643, "upload_time": "2008-06-01T22:34:17", "url": "https://files.pythonhosted.org/packages/78/04/af0758b8b1b74a833ba0cec65f3eea6737f3597db07128a6d16cf31cdb70/plone.portlet.static-1.1.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f09d8336d1f2317520872fcbd1f4c619", "sha256": "c1193838d0bb6c7ffde13196c92b7cbeacddc8be15aafbcba4eb3a0c379a8ee9" }, "downloads": -1, "filename": "plone.portlet.static-1.1.2.tar.gz", "has_sig": false, "md5_digest": "f09d8336d1f2317520872fcbd1f4c619", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12252, "upload_time": "2008-06-01T22:34:17", "url": "https://files.pythonhosted.org/packages/df/55/bfb3e60182b0a07db8214e2d4803a81fe74008a41b0d3c53bc35c18d4679/plone.portlet.static-1.1.2.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "dd711a5d5015b000eb290b8905f6e84c", "sha256": "3cd268f87de619922316ccb0c062240aa903d404b9c89a0db12e9ba825cdef38" }, "downloads": -1, "filename": "plone.portlet.static-1.1.5.tar.gz", "has_sig": false, "md5_digest": "dd711a5d5015b000eb290b8905f6e84c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11609, "upload_time": "2008-08-18T21:49:32", "url": "https://files.pythonhosted.org/packages/fd/44/dda24bb15cbf41372e7c7b333c0db177e84828f59d8c6393a1efffd13c7b/plone.portlet.static-1.1.5.tar.gz" } ], "1.1rc1": [ { "comment_text": "", "digests": { "md5": "3bfee1a6c23bcd72340d16656a857ade", "sha256": "156697ba8025eaea33d7dc252166cae537faeada1ec1de3d4e29aab2f6c481de" }, "downloads": -1, "filename": "plone.portlet.static-1.1rc1-py2.4.egg", "has_sig": false, "md5_digest": "3bfee1a6c23bcd72340d16656a857ade", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14447, "upload_time": "2008-03-25T23:57:54", "url": "https://files.pythonhosted.org/packages/fd/d6/5ada725be806fbfe7f201b194c735b9b873be95ec162ea0b4cf28496f61e/plone.portlet.static-1.1rc1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2525b808064737cb86770a7596750fd1", "sha256": "09ea2bb89b7b6786d116db2a1eb5febb9f2977d4016052061c8af076e388e5d2" }, "downloads": -1, "filename": "plone.portlet.static-1.1rc1.tar.gz", "has_sig": false, "md5_digest": "2525b808064737cb86770a7596750fd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10826, "upload_time": "2008-03-25T23:57:54", "url": "https://files.pythonhosted.org/packages/05/7a/4d2b39c8d261d2546a3ce10547bc2ec21c0cc75f17f92b56e7f5944876e6/plone.portlet.static-1.1rc1.tar.gz" } ], "1.1rc2": [ { "comment_text": "", "digests": { "md5": "8d4c7844f9299e9aa8d9d6ff06b0f295", "sha256": "877c88f0a053bc794b1b2551d8f3fa01e78920ed5880edc4bf240dcb29d527f0" }, "downloads": -1, "filename": "plone.portlet.static-1.1rc2-py2.4.egg", "has_sig": false, "md5_digest": "8d4c7844f9299e9aa8d9d6ff06b0f295", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14810, "upload_time": "2008-03-26T10:37:00", "url": "https://files.pythonhosted.org/packages/07/f1/0bee09b9b6a9ee86487ed2d1e94ed68b0fb5abd5493c172aaf4329fe8102/plone.portlet.static-1.1rc2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ca744ff5589f52d0bd6720b2b044780c", "sha256": "5ac18322600460a82c7f3549b391ba25ede84f996ded8b69be56901f8b4a9263" }, "downloads": -1, "filename": "plone.portlet.static-1.1rc2.tar.gz", "has_sig": false, "md5_digest": "ca744ff5589f52d0bd6720b2b044780c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11438, "upload_time": "2008-03-26T10:37:00", "url": "https://files.pythonhosted.org/packages/d6/d6/ae35093e6123e827f7c783354c14439da4910344ffedcc408d5f3fc798f0/plone.portlet.static-1.1rc2.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "2942ff9a51a00e0259e5d9a475278c5b", "sha256": "2e7f0be0bd3cb07a14b1983b4df68fc5ff15a4479336869b0de0b97fbfc39167" }, "downloads": -1, "filename": "plone.portlet.static-1.2.zip", "has_sig": false, "md5_digest": "2942ff9a51a00e0259e5d9a475278c5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19544, "upload_time": "2009-11-25T15:46:56", "url": "https://files.pythonhosted.org/packages/49/35/d3b92c0ac40568bf1e73a5a9b4b9a934db9af54d4c3ec91561128a7fa9c7/plone.portlet.static-1.2.zip" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "9b8d18b0b4ae89bc544347824dd27796", "sha256": "bb69a719d9e66f65428f9efdc04248503d02c7641c3ffc962950d1937c6fb9f4" }, "downloads": -1, "filename": "plone.portlet.static-1.2.1.zip", "has_sig": false, "md5_digest": "9b8d18b0b4ae89bc544347824dd27796", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19723, "upload_time": "2009-11-25T16:07:38", "url": "https://files.pythonhosted.org/packages/b0/c4/b9901eb264c456e26c42118f60153a7ccda9b8d5f25b487dac8b562c5549/plone.portlet.static-1.2.1.zip" } ], "1.2rc1": [ { "comment_text": "", "digests": { "md5": "524700011264958d4f62a88fc7ff6e03", "sha256": "5c0b671279b7cb1a0c14d11a72b812c2618661fbff33a19bf34e3761879685db" }, "downloads": -1, "filename": "plone.portlet.static-1.2rc1.tar.gz", "has_sig": false, "md5_digest": "524700011264958d4f62a88fc7ff6e03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12762, "upload_time": "2009-03-27T12:57:25", "url": "https://files.pythonhosted.org/packages/a6/15/4f1bf7f945cdf999b25802007bc9f82aef41dd31520a3631b74c33a6b0a5/plone.portlet.static-1.2rc1.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "dd9b147439ac7a67641a3b1b364c01a0", "sha256": "a67767ef7769d137c48d505eb3665e06dac779d8d3cc67d9e464d2e18a998668" }, "downloads": -1, "filename": "plone.portlet.static-2.0.zip", "has_sig": false, "md5_digest": "dd9b147439ac7a67641a3b1b364c01a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21800, "upload_time": "2010-07-18T16:11:20", "url": "https://files.pythonhosted.org/packages/87/3c/aff2384a58bfe72551d252c8c7db3308bdfc2c07732a6c67801792567e34/plone.portlet.static-2.0.zip" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "63a5f5555cd9d829e995bd7fe23a44b3", "sha256": "35c0fd9556c115a24a85250cdaf190908003841cdd0e87dd10a06d71a2252cf6" }, "downloads": -1, "filename": "plone.portlet.static-2.0.1.zip", "has_sig": false, "md5_digest": "63a5f5555cd9d829e995bd7fe23a44b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22176, "upload_time": "2011-01-03T22:18:22", "url": "https://files.pythonhosted.org/packages/8d/1a/7aaf23e72a751abfbab213dc8cb1cdec894ed355e2db8f61ec184e40aa26/plone.portlet.static-2.0.1.zip" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "ec0dc691b4191a41ff97779b117f9985", "sha256": "ec413832aa38e1e91f1771146ec95a28ea7356d92dd0200decbcc2dcd9cefa96" }, "downloads": -1, "filename": "plone.portlet.static-2.0.2.zip", "has_sig": false, "md5_digest": "ec0dc691b4191a41ff97779b117f9985", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23864, "upload_time": "2013-01-13T18:28:19", "url": "https://files.pythonhosted.org/packages/9c/77/518bc8dd428eb2cdb96d22ddb379a303f6fb2ea2ef6a874721f05bd40fe1/plone.portlet.static-2.0.2.zip" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "ec4edc2f8c00ffa4bbdf1c0fad04ca85", "sha256": "95a7566d4893df697a24467c53167009afa72343e886378e4db68f083c27a429" }, "downloads": -1, "filename": "plone.portlet.static-2.0.3.zip", "has_sig": false, "md5_digest": "ec4edc2f8c00ffa4bbdf1c0fad04ca85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24115, "upload_time": "2014-10-14T01:00:41", "url": "https://files.pythonhosted.org/packages/64/15/1ff60492a4f37d9467ef75c2623d3826dfc4a5fdb706ca378ea91a504dfe/plone.portlet.static-2.0.3.zip" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "ed7056b8148ff6e4c2b9f3779dca1298", "sha256": "2304a7cd554b94ed91a2147cd9f88407a3f21603c3e5a68566f9bfe35111a5bd" }, "downloads": -1, "filename": "plone.portlet.static-2.0.4.zip", "has_sig": false, "md5_digest": "ed7056b8148ff6e4c2b9f3779dca1298", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24367, "upload_time": "2015-04-29T06:58:26", "url": "https://files.pythonhosted.org/packages/4a/fd/6a47317e01b9186dc114f12a0accd3d34a4b25af89c1395e828f189edb58/plone.portlet.static-2.0.4.zip" } ], "2.0a1": [ { "comment_text": "", "digests": { "md5": "975cfc0a3dad9fada748d051a24c4a78", "sha256": "9abda894b196901b6838d113752a79801effd00fcc106e7f5b4a3049561f4073" }, "downloads": -1, "filename": "plone.portlet.static-2.0a1.zip", "has_sig": false, "md5_digest": "975cfc0a3dad9fada748d051a24c4a78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19200, "upload_time": "2009-11-14T19:14:18", "url": "https://files.pythonhosted.org/packages/00/92/6506ace0211d6a31b12b69c9edfaf0765cec993adcdcbc96c75a26a9e7f8/plone.portlet.static-2.0a1.zip" } ], "2.0a2": [ { "comment_text": "", "digests": { "md5": "dc5aa9bd29da89ab06345ba3052e66ed", "sha256": "3789ea12f408d392a6ea91af9a2ed0bc8e2cf329ee3c05bc0bf068f504389ff9" }, "downloads": -1, "filename": "plone.portlet.static-2.0a2.zip", "has_sig": false, "md5_digest": "dc5aa9bd29da89ab06345ba3052e66ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19299, "upload_time": "2009-11-18T14:23:20", "url": "https://files.pythonhosted.org/packages/95/f0/3dfcab9285e71caf5f386a71356cdb7e96b53812223bf4f7c6485211e235/plone.portlet.static-2.0a2.zip" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "9746e4f12828180323f650d5399b4b2f", "sha256": "09925eff4dc68a7aaefda3ddafcc1eaa6b6df46c60b324314a3822fffe69b169" }, "downloads": -1, "filename": "plone.portlet.static-2.0b1.zip", "has_sig": false, "md5_digest": "9746e4f12828180323f650d5399b4b2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20461, "upload_time": "2009-12-02T23:16:02", "url": "https://files.pythonhosted.org/packages/87/7c/abc319a0c880fe66ee6cea3976da7ae1cc3c4739fbee0ff5a40d5a7b7c32/plone.portlet.static-2.0b1.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "b1e47862442936959351c193b4d3cb0a", "sha256": "bbf0ef691d2c72fe7c86b3d90f5fe1dc92eca5ff35277c3bad0467e187212fc9" }, "downloads": -1, "filename": "plone.portlet.static-2.0b2.zip", "has_sig": false, "md5_digest": "b1e47862442936959351c193b4d3cb0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20695, "upload_time": "2010-02-17T19:29:01", "url": "https://files.pythonhosted.org/packages/9e/e6/cc27dd53ac8b2273106cfb2939c2583734ed931dcddfd138772588caacd6/plone.portlet.static-2.0b2.zip" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "bea2a319fe9bf369f53c2fb84b4328ab", "sha256": "26bd057420f2a2e50dbdc4b10a47bf37d4a079bcb2c43f9bd115818c24e2e985" }, "downloads": -1, "filename": "plone.portlet.static-3.0.0.zip", "has_sig": false, "md5_digest": "bea2a319fe9bf369f53c2fb84b4328ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23930, "upload_time": "2014-04-14T02:12:01", "url": "https://files.pythonhosted.org/packages/b4/eb/c867a4013788638b6cb0263c449ef89baa9e98e6c7ecbe0b059097097280/plone.portlet.static-3.0.0.zip" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "d4ef303a0ed29016f399c2e101f511eb", "sha256": "cc714215897f6bb74db4391f2a074de285fc2198c767ac161d710beb064cca31" }, "downloads": -1, "filename": "plone.portlet.static-3.0.1.zip", "has_sig": false, "md5_digest": "d4ef303a0ed29016f399c2e101f511eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25528, "upload_time": "2014-10-24T02:04:22", "url": "https://files.pythonhosted.org/packages/58/bb/1304fd7406aae5c137edb0a188ac60dd51b514f26f2f01d6c619939e980f/plone.portlet.static-3.0.1.zip" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "f971d421e9d8120943e2e0a69fb9ba2b", "sha256": "7861936a1d10ed40f8cc1dbf95e345a6809329ac5a90f6c23d6816a2c2ae8608" }, "downloads": -1, "filename": "plone.portlet.static-3.0.2.tar.gz", "has_sig": false, "md5_digest": "f971d421e9d8120943e2e0a69fb9ba2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17736, "upload_time": "2016-02-14T18:35:07", "url": "https://files.pythonhosted.org/packages/b0/c6/4888f86ef280fbafe8be3d6e67e08ca32b63c1411fb8af36a950ef8e5b08/plone.portlet.static-3.0.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "0cec92a0011f72c98c3ab9daebeefe1b", "sha256": "885e0420257048c51a6149a5e82640e98872bee506d0efcdee8748d59d3cae71" }, "downloads": -1, "filename": "plone.portlet.static-3.0.2.zip", "has_sig": false, "md5_digest": "0cec92a0011f72c98c3ab9daebeefe1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25297, "upload_time": "2015-03-13T17:28:11", "url": "https://files.pythonhosted.org/packages/d1/5d/ceb3a9ca5ff78b2ecd838a3f187405747d6b4f64fb302fd603829e006d1b/plone.portlet.static-3.0.2.zip" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "02426bd364d4ae86e721bd97bbfccf2f", "sha256": "f77904e35ca37c331545671a7d43c4dfa81edebbdc423302c24d96fbeb6b6558" }, "downloads": -1, "filename": "plone.portlet.static-3.1.tar.gz", "has_sig": false, "md5_digest": "02426bd364d4ae86e721bd97bbfccf2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18242, "upload_time": "2016-09-06T23:56:14", "url": "https://files.pythonhosted.org/packages/0f/49/c82717a2640b31fb6d676771634ab43455ad4e97519f04ea0436cea818de/plone.portlet.static-3.1.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "cf0512c837b644de46ef0ffde33e2b63", "sha256": "5721936890172cb6b8b3d3890db87dfd20548f19ce28d35608d13a9025603cfc" }, "downloads": -1, "filename": "plone.portlet.static-3.1.1.tar.gz", "has_sig": false, "md5_digest": "cf0512c837b644de46ef0ffde33e2b63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18389, "upload_time": "2017-07-03T11:23:15", "url": "https://files.pythonhosted.org/packages/bf/aa/a082a5a117f3608d8da4238496145ef505426928997c3a8b6ce61ce76c2f/plone.portlet.static-3.1.1.tar.gz" } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "364cdcc5e4efab3242cd5614da67b577", "sha256": "c9816e2a170e8383cbf76b3db2002695db78f3155663f3971089dbcf9ed8d712" }, "downloads": -1, "filename": "plone.portlet.static-3.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "364cdcc5e4efab3242cd5614da67b577", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 15835, "upload_time": "2018-02-04T23:54:05", "url": "https://files.pythonhosted.org/packages/19/4d/4b6a3748f2fc9c7774ce15e2023a6bc692074eaca4739cdf089dcde38a07/plone.portlet.static-3.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc2b75f7638db2f1dab3fa6c350041df", "sha256": "00d4a929c23847b9178d862393c29ba05d04f8a0de3864bd25d6ea6eb563431d" }, "downloads": -1, "filename": "plone.portlet.static-3.1.2.tar.gz", "has_sig": false, "md5_digest": "cc2b75f7638db2f1dab3fa6c350041df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15917, "upload_time": "2018-02-04T23:54:06", "url": "https://files.pythonhosted.org/packages/78/8a/e82a343e5bf7fb0aa912abc03c9f0ccfda386b387e7ec1ee1d3e0bb21005/plone.portlet.static-3.1.2.tar.gz" } ], "3.1.3": [ { "comment_text": "", "digests": { "md5": "04bb9d30523b64a15f30ce21d0fb77f8", "sha256": "0807fed5f4566bd538948707922265cb10cc90c5ad1e1714e26da3a98add4461" }, "downloads": -1, "filename": "plone.portlet.static-3.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "04bb9d30523b64a15f30ce21d0fb77f8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 12264, "upload_time": "2018-09-28T20:35:07", "url": "https://files.pythonhosted.org/packages/8e/95/d64c4350f1620046e67db53ea1eec630f78646a212a89706460aca69c9aa/plone.portlet.static-3.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c213f9e9bf8b42688611f8f0ad3f7e1", "sha256": "684b4322ed4d024ac4f0372af0d2bd51ae6490aec2a3e548655948fec7d51053" }, "downloads": -1, "filename": "plone.portlet.static-3.1.3.tar.gz", "has_sig": false, "md5_digest": "9c213f9e9bf8b42688611f8f0ad3f7e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18733, "upload_time": "2018-09-28T20:35:08", "url": "https://files.pythonhosted.org/packages/e7/3d/4b326b44301f5a4250a32790b80f6146a89ed00b15320cbd0515f90e9da9/plone.portlet.static-3.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04bb9d30523b64a15f30ce21d0fb77f8", "sha256": "0807fed5f4566bd538948707922265cb10cc90c5ad1e1714e26da3a98add4461" }, "downloads": -1, "filename": "plone.portlet.static-3.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "04bb9d30523b64a15f30ce21d0fb77f8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 12264, "upload_time": "2018-09-28T20:35:07", "url": "https://files.pythonhosted.org/packages/8e/95/d64c4350f1620046e67db53ea1eec630f78646a212a89706460aca69c9aa/plone.portlet.static-3.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c213f9e9bf8b42688611f8f0ad3f7e1", "sha256": "684b4322ed4d024ac4f0372af0d2bd51ae6490aec2a3e548655948fec7d51053" }, "downloads": -1, "filename": "plone.portlet.static-3.1.3.tar.gz", "has_sig": false, "md5_digest": "9c213f9e9bf8b42688611f8f0ad3f7e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18733, "upload_time": "2018-09-28T20:35:08", "url": "https://files.pythonhosted.org/packages/e7/3d/4b326b44301f5a4250a32790b80f6146a89ed00b15320cbd0515f90e9da9/plone.portlet.static-3.1.3.tar.gz" } ] }