{ "info": { "author": "Hexagon IT", "author_email": "oss@hexagonit.fi", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "===============================\nAssign a CSS style to a portlet\n===============================\n\n`hexagonit.portletstyle` is a Plone 4.x add-on that allows you to assign a CSS\nstyle to a portlet. You can chose from a list of pre-defined (configurable\nthrough Plone Control Panel) classes.\n\n* `Source code @ GitHub `_\n* `Releases @ PyPI `_\n* `Sphinx docs @ ReadTheDocs `_\n\n\nInstallation\n============\n\nTo install ``hexagonit.portletstyle`` you simply add\n``hexagonit.portletstyle`` to the list of eggs in your buildout, run\nbuildout and restart Plone. Then, install `hexagonit.portletstyle` using the\nAdd-ons control panel.\n\n\nUsage\n=====\n\nClick on ``Manage portlets`` and add or edit a portlet. Select your desired\nportlet style from the `Portlet Style` drop-down menu and save. That's it.\n\n\nDefault portlet styles\n======================\n\nBy default, this package gives you three default portlet styles:\n\n* ``No header``\n* ``No footer``\n* ``No header and no footer``\n\n\nManaging available portlet styles\n=================================\n\nYou can add, edit and remove available portlet styles by going to the `Plone\nControl Panel` and clicking on the ``Portlet Styles`` configlet. Pointing your\nbrowser directly to ``http://://@@portletstyles``\nalso does the trick.\n\nHere, you can enter your styles, one by line, with a pipe (``|``) character\ndelimiting CSS class and style title. For example, a line ``dummy|Dummy style``\nwould produce a ``Dummy style`` drop-down menu item that would give the portlet\nan additional CSS class of ``foo``.\n\nLines are checked for formatting and validity of CSS classes. One style can have\nmultiple CSS classes, for example, the following is valid:\n``one two|Double class style``.\n\n\nSupported portlets\n==================\n\nAs of this moment, the following portlets are supported (as in, you can select\na style when editing them):\n\n* `Collection portlet`\n* `Events portlet`\n* `Navigation portlet`\n* `News portlet`\n* `Recently changed items portlet`\n* `RSS portlet`\n* `Search portlet`\n* `Static text portlet`\n\nThe rest of out-of-the-box Plone portlets are non-editable ones as you normally\nneed only one instance per site. For these (and other) reasons the following\nportlets *do not support* choosing a style for them:\n\n* `Calendar portlet`\n* `Classic portlet`\n* `Language portlet`\n* `Login portlet`\n* `Review portlet`\n\nTODO\n====\n\n* use in the wild\n* maybe patch non-editable portlets (login, calendar, etc.)\n* check how `collective.weightedportlets` patches portlets and learn from it\n\nCredits\n=======\n\n* Idea, mentoring and sponsoring provided by Hexagon IT Oy.\n* Code monkeying by Nejc Zupan, NiteoWeb Ltd.\n\nChangelog\n=========\n\n1.3.2 (2012-01-13)\n------------------\n\n- Patch search portlet.\n [zupo]\n\n\n1.3.1 (2011-12-02)\n------------------\n\n- Fixed reStructuredText syntax errors in HISTORY.\n [zupo]\n\n\n1.3 (2011-12-02)\n----------------\n\n- Don't break portlets if this product is installed in buildout but not\n installed with QuickInstaller.\n [zupo]\n\n- Change default value of portlet_style field to ' ' so it's the same as the\n `Default value` we inject into the drop-down menu.\n [zupo]\n\n\n1.2 (2011-11-29)\n----------------\n\n- If a portlet has a style assigned that is no longer listed in portlet_styles,\n than it is added to the drop-down menu, so it's still possible to select it.\n [zupo]\n\n- Renamed ``No style`` default style into ``Default style`` and set it as\n default selected value for the Styles drop-down menu.\n [zupo]\n\n- Styles formatting and CSS class validation.\n [zupo]\n\n\n1.1.1 (2011-11-26)\n------------------\n\n- Re-releasing because README syntax was broken.\n [zupo]\n\n\n1.1 (2011-11-26)\n----------------\n\n- Human-readable styles.\n [zupo]\n\n- Improving docs.\n [zupo]\n\n\n1.0 (2011-11-20)\n----------------\n\n- Slovenian translation.\n [zupo]\n\n- Added translation support for portlet_style field in patched\n IPortletDataProvider.\n [zupo]\n\n\n1.0a3 (2011-11-07)\n------------------\n\n- Re-releasing, hoping this fixes problems with jarn.mkrelease.\n [zupo]\n\n\n1.0a2 (2011-10-27)\n------------------\n\n- Added whitespace to `.rst` files in docs/ to fix reStucturedText indentation\n errors.\n [zupo]\n\n- Removed ``..code-block::`` elements from README.rst as they are\n Sphinx-specific block elements and are not valid reStucturedText.\n [zupo]\n\n\n1.0a1 (2011-10-27)\n------------------\n\n- Initial release.\n [zupo]\n\nLicense\n=======\n\nCopyright (c) 2011, Hexagon IT Oy\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n* Neither the name of Hexagon IT Oy nor the names of its contributors may\n be used to endorse or promote products derived from this software\n without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL HEXAGON IT OY BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY\nOF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\nEVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://hexagonit.fi", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hexagonit.portletstyle", "package_url": "https://pypi.org/project/hexagonit.portletstyle/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hexagonit.portletstyle/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://hexagonit.fi" }, "release_url": "https://pypi.org/project/hexagonit.portletstyle/1.3.2/", "requires_dist": null, "requires_python": null, "summary": "Assign a CSS style to a portlet", "version": "1.3.2" }, "last_serial": 887275, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "f7c6900758c17f95ffbe30bbeacb7854", "sha256": "78fddedae0f4ec624298ac7b3892bd16ecfdeb3a347ffa6336627b06dcd1a524" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.0.zip", "has_sig": false, "md5_digest": "f7c6900758c17f95ffbe30bbeacb7854", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41885, "upload_time": "2011-11-20T11:59:19", "url": "https://files.pythonhosted.org/packages/bc/4b/0f7581cd635a1ada6d91c174f1546740400fe64b6fcacd62329a70a546f4/hexagonit.portletstyle-1.0.zip" } ], "1.0a1": [ { "comment_text": "", "digests": { "md5": "d7229ac6ed141ea387964c55c4718804", "sha256": "ff99058cca4167e6db889772fbb90f224949dd117ba5f7720877d1fedb04c51c" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.0a1.zip", "has_sig": false, "md5_digest": "d7229ac6ed141ea387964c55c4718804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20132, "upload_time": "2011-10-27T07:43:28", "url": "https://files.pythonhosted.org/packages/68/1d/9e8c34ea445dfc412b22f2a0c37e016f83a78e765447dfde0d0825e353b8/hexagonit.portletstyle-1.0a1.zip" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "215a47f1349349413b7d882f2c732ce0", "sha256": "315e82bb03f5b5c064269dbf5f60b2f10c0bcee5866a710b235d6bd8a9dca93d" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.0a2.zip", "has_sig": false, "md5_digest": "215a47f1349349413b7d882f2c732ce0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20358, "upload_time": "2011-10-27T11:15:44", "url": "https://files.pythonhosted.org/packages/a7/48/bd6a121d2a9f378abbe0b6f7710eab82e293e4f1dd7b605cdc78665878db/hexagonit.portletstyle-1.0a2.zip" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "95838f8967df7ed19a9af383fa198312", "sha256": "3ea7576e93b704e845207fda088ff5c7f7a7253d70d36d4dc768c8d944dcdc84" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.0a3.zip", "has_sig": false, "md5_digest": "95838f8967df7ed19a9af383fa198312", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42069, "upload_time": "2011-11-07T03:27:35", "url": "https://files.pythonhosted.org/packages/19/60/746643e9a2d2d4bee3cee4406ff0717283a286fde9307fcc293a317636e9/hexagonit.portletstyle-1.0a3.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "ee587fd3eb3b261fbdba93778cbb40c5", "sha256": "ba0f1b76cda0f950c74bf51de6344beffee19830c70991e4467a4ba16844ff84" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.1.zip", "has_sig": false, "md5_digest": "ee587fd3eb3b261fbdba93778cbb40c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42470, "upload_time": "2011-11-26T13:44:27", "url": "https://files.pythonhosted.org/packages/49/0e/09519f785406474d4c933278612109e56bc7f2b69cb5f12340f0715c133d/hexagonit.portletstyle-1.1.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "8524f99ec7a52297567481dc7e0983b5", "sha256": "ef36ff56d61bb90564363f3765c04af6f0337fbd695f7ec737af29e358f3cc82" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.1.1.zip", "has_sig": false, "md5_digest": "8524f99ec7a52297567481dc7e0983b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42776, "upload_time": "2011-11-26T13:51:50", "url": "https://files.pythonhosted.org/packages/a1/03/aadeecd497263242075a3fa295a0b85c731ab1bf491eee33c5135d4738bd/hexagonit.portletstyle-1.1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "ffc56727a73fcf5d004d78aaf404d0da", "sha256": "1297f5b395f225e1b740ab1d7b0bea827102196137303954511264841b3a891f" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.2.zip", "has_sig": false, "md5_digest": "ffc56727a73fcf5d004d78aaf404d0da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46425, "upload_time": "2011-11-29T14:11:03", "url": "https://files.pythonhosted.org/packages/a9/5f/5e8f314e886bbc58e6e96186947c7700ee20885b6da17c5721dd1e0c01a3/hexagonit.portletstyle-1.2.zip" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "1b7d356a7a38128880508744026125b5", "sha256": "172349edf84e3e6b803955fff3a1f0ac197d150cec25c74dabc3af6fdfddea76" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.3.zip", "has_sig": false, "md5_digest": "1b7d356a7a38128880508744026125b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46867, "upload_time": "2011-12-02T13:07:22", "url": "https://files.pythonhosted.org/packages/09/e4/77af2ed59f92e62dcfd6e910a8c40ab6c72e50caf6f989c10df895eb9927/hexagonit.portletstyle-1.3.zip" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "e449256630fb3553d1f44c1a3b351492", "sha256": "45b2127156191965fd024d9c7852e39dd4cbca2d48003799fc8a6d57886689f3" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.3.1.zip", "has_sig": false, "md5_digest": "e449256630fb3553d1f44c1a3b351492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47163, "upload_time": "2011-12-02T13:15:28", "url": "https://files.pythonhosted.org/packages/e8/be/d5d487d11ddb01ced4c69a067a2dbfc731d1218ca4c868f51b42bbef7f42/hexagonit.portletstyle-1.3.1.zip" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "edd915e5b377e42e43078abb41ce1e40", "sha256": "4670cb8e426f91f4eae6cc210ffcb6224bcf919c0269ff2f655d76297082e6c0" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.3.2.zip", "has_sig": false, "md5_digest": "edd915e5b377e42e43078abb41ce1e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48279, "upload_time": "2012-01-13T16:31:19", "url": "https://files.pythonhosted.org/packages/ef/c1/cb4b0a1f514313faeacecf41dbc868259f2bff9085550ef94e04cf83fc94/hexagonit.portletstyle-1.3.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "edd915e5b377e42e43078abb41ce1e40", "sha256": "4670cb8e426f91f4eae6cc210ffcb6224bcf919c0269ff2f655d76297082e6c0" }, "downloads": -1, "filename": "hexagonit.portletstyle-1.3.2.zip", "has_sig": false, "md5_digest": "edd915e5b377e42e43078abb41ce1e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48279, "upload_time": "2012-01-13T16:31:19", "url": "https://files.pythonhosted.org/packages/ef/c1/cb4b0a1f514313faeacecf41dbc868259f2bff9085550ef94e04cf83fc94/hexagonit.portletstyle-1.3.2.zip" } ] }