{ "info": { "author": "Zest Software", "author_email": "info@zestsoftware.nl", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\nThis products provides a simple way to manage the search page based on\nportlets.\n\nFor simplicity reasons and to avoid conflicts with existing themes, it\ndoes not override the default search page, but adds a new\n'@@multisearch' page.\n\nA link on this page allows to manage portlets displayed inside the page.\n\n\nSponsorship\n===========\n\nWork on collective.multisearch has been made possible by The Flemish\nEnvironment Agency or VMM. See http://www.vmm.be . VMM operates as an agency of\nthe Flemish government for a better environment in Flanders. Flanders is one of\nthe three Belgian regions with its own government, parliament and\nadministration. The other two are the Brussels-Capital Region and the Walloon\nRegion.\n\nChangelog\n=========\n\n1.3 (2018-03-09)\n----------------\n\n- Catch socket errors when requesting a remote search source. If we don't the\n whole search results page fails with an error/traceback. [fredvd]\n\n\n1.2 (2016-12-23)\n----------------\n\n- Don't double urlquote the parameters in the link to more search results in\n the local search portlet. [fredvd]\n\n\n1.1 (2016-04-11)\n----------------\n\n- Add uninstall profile. Doesn't remove portlet assignments yet.\n [fredvd]\n\n- Bring search results page more in line with Plone 4.3 html/css. Default\n view should already be reasonable.\n [fredvd]\n\n- Add viewlets.xml ordering that hides the default plone.searchbox viewlet and\n adds the collective.multisearch widget on the same location (no upgrade step\n on purpose, installed base should be fine and already have catered for this)\n [fredvd]\n\n- Add browserlayer for add'on installed and register the viewlets/views on this\n specific layer so we don't pollute the site when nothing is installed.\n [fredvd]\n\n- Always disable liveview on multisearch viewlet.\n [fredvd]\n\n- Remove dependency on five.grok.\n [fredvd]\n\n- Add verify_ssl option to remote search portlet to disable ssl certificate\n validation when you have to query a 'secure' internal site over firewalls\n that ruin the certificate chain.\n [fredvd]\n\n- Give validation error when inputting a search url without ``%s``.\n [maurits]\n\n- Catch \"TypeError: not all arguments converted during string\n formatting\" when the ``remote_site_search_url`` or the\n ``remote_site_search_rss_url`` does not contain a ``%s``.\n [maurits]\n\n- Added PloneTestCase to test requirements.\n [maurits]\n\n\n1.0.3 (2013-11-21)\n------------------\n\n- Don't crash the remote search portlet if a feed item does not contain a\n summary field. Happens when reading search results from a Plone 3.3.X site.\n [f.vandijk]\n\n\n1.0.2 (2013-11-21)\n------------------\n\n- Add field ``remote_site_search_rss_url`` so you can set an explicit\n rss url that we use for querying the remote site, instead of\n appending a hardcoded ``search_rss`` to the site url. This means we\n support non-Plone sites now.\n [maurits]\n\n- Set the User-Agent string to 'Mozilla/4.0' when querying remote\n servers. Otherwise, some bad servers return a 403 Forbidden error.\n [maurits]\n\n- Add timeout value for remote RSS portlet searches. Default is 5 seconds.\n [fredvd]\n\n- Load the zcml of some packages so Plone starts up correctly.\n [maurits]\n\n\n1.0.1 (2013-03-27)\n------------------\n\n- Removed our ManagePortletAssignments override. It was meant for\n returning to the correct url (``@@manage-multisearch``) after\n changing a portlet, but it had an error so it did not work. Also,\n it is not needed anymore after plone.app.portlets 2.4.3 is released.\n [maurits]\n\n\n1.0 (2013-03-11)\n----------------\n\n- Initial public release", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zestsoftware/collective.multisearch", "keywords": "multisearch portlet remote", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.multisearch", "package_url": "https://pypi.org/project/collective.multisearch/", "platform": "", "project_url": "https://pypi.org/project/collective.multisearch/", "project_urls": { "Homepage": "https://github.com/zestsoftware/collective.multisearch" }, "release_url": "https://pypi.org/project/collective.multisearch/1.3/", "requires_dist": null, "requires_python": "", "summary": "Portlet based display for the Plone search page", "version": "1.3" }, "last_serial": 3654865, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d4dabfd88a393e15b75143f966d72e34", "sha256": "697018863d9fae5b074f13daf4c8841bf594d28f13ae98c66cd8a612afd3e048" }, "downloads": -1, "filename": "collective.multisearch-1.0.zip", "has_sig": false, "md5_digest": "d4dabfd88a393e15b75143f966d72e34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47928, "upload_time": "2013-03-11T13:14:37", "url": "https://files.pythonhosted.org/packages/9e/1e/d8f540dbca63aad43204fe6fcaef0d60ff1317d8b830b2af8d1d9bfd78fd/collective.multisearch-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6052a4446486e37b6322995d6037a6e1", "sha256": "67fad5288532b4373ece19df812b411ce3a083864a64b5395ec3de5e6f357dda" }, "downloads": -1, "filename": "collective.multisearch-1.0.1.zip", "has_sig": false, "md5_digest": "6052a4446486e37b6322995d6037a6e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48416, "upload_time": "2013-03-27T13:49:11", "url": "https://files.pythonhosted.org/packages/3e/de/8d79e3665cbbb8d8cd225b864c21f7b24214d877ea55d25f0b4696dc5eec/collective.multisearch-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "fc072b1ac036da10621f6bba04fe4827", "sha256": "5cdcfe61154b761c341b9c5d37dc0f254cc6858914e5680c7ad1d8350f9e4d70" }, "downloads": -1, "filename": "collective.multisearch-1.0.2.zip", "has_sig": false, "md5_digest": "fc072b1ac036da10621f6bba04fe4827", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51312, "upload_time": "2013-11-21T08:37:07", "url": "https://files.pythonhosted.org/packages/f6/75/92c8b3dbce326d09f9e5221918062e480b09dab426d8c03661046c0a47ff/collective.multisearch-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "a21710cc931e02e498e1e8168a097012", "sha256": "9a4e1a72e6729aa7a1bb1dad5c2b816fe2f28407c01f1d803c5e4af29872fad3" }, "downloads": -1, "filename": "collective.multisearch-1.0.3.zip", "has_sig": false, "md5_digest": "a21710cc931e02e498e1e8168a097012", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51592, "upload_time": "2013-11-21T11:09:11", "url": "https://files.pythonhosted.org/packages/34/78/d16f727eb2088b54b71db222b58e41e8f938a510e57aae37575a0039f4e7/collective.multisearch-1.0.3.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "4f01775f4e7597ae109e8ad80f290a49", "sha256": "08886d8fdbc2b708e30c989aeed3a7622b055527688e8cb72a6fa8806f3bb327" }, "downloads": -1, "filename": "collective.multisearch-1.1.tar.gz", "has_sig": false, "md5_digest": "4f01775f4e7597ae109e8ad80f290a49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32261, "upload_time": "2016-04-11T13:53:45", "url": "https://files.pythonhosted.org/packages/07/44/3ab270f25e56cf5994a21e3693c488770afa1acf1d5b67e789f38694f46a/collective.multisearch-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "bdf7e9e448881450fdda4c7a4049a7a7", "sha256": "3e180b3fc605cffc1104bf07d711f1ab34f225529033baf686c737c1bb93cc79" }, "downloads": -1, "filename": "collective.multisearch-1.2.tar.gz", "has_sig": false, "md5_digest": "bdf7e9e448881450fdda4c7a4049a7a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32432, "upload_time": "2016-12-23T16:01:08", "url": "https://files.pythonhosted.org/packages/60/85/c610a0af076b75e00fdbeaccb9605571197170214dd26aa5c41076d8d68f/collective.multisearch-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "d867cc2d9957e90ae35ec9711faaaa87", "sha256": "fd3609952962fa90061dc84f3bdf1a99ec6789fb0b8076a693ebd5f89aa03334" }, "downloads": -1, "filename": "collective.multisearch-1.3.tar.gz", "has_sig": false, "md5_digest": "d867cc2d9957e90ae35ec9711faaaa87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31870, "upload_time": "2018-03-09T16:08:22", "url": "https://files.pythonhosted.org/packages/41/73/34d791aab12d0f94c98c3fc059ae7f93dc3051a49a26fe95400c78aa4423/collective.multisearch-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d867cc2d9957e90ae35ec9711faaaa87", "sha256": "fd3609952962fa90061dc84f3bdf1a99ec6789fb0b8076a693ebd5f89aa03334" }, "downloads": -1, "filename": "collective.multisearch-1.3.tar.gz", "has_sig": false, "md5_digest": "d867cc2d9957e90ae35ec9711faaaa87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31870, "upload_time": "2018-03-09T16:08:22", "url": "https://files.pythonhosted.org/packages/41/73/34d791aab12d0f94c98c3fc059ae7f93dc3051a49a26fe95400c78aa4423/collective.multisearch-1.3.tar.gz" } ] }