{ "info": { "author": "Andreas Jung", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Programming Language :: Python" ], "description": "vs.flexigridsearch\n==================\n\n``vs.flexigridsearch`` provides a drop-in replacement for the search.pt\ntemplate of Plone 3/4. The search results are presented as a sortable table\nusing the jQuery ``flexigrid`` plugin.\n\nInstallation\n------------\n\n* add ``vs.flexigridsearch`` to the ``eggs`` option of your buildout configuration\n and re-run buildout\n* create a new Plone site using the related Plone3 or Plone 4 extension profile of \n ``vs.flexigridsearch``\n* or import the related profile for an existing Plone site through ``portal_setup`` \n (``Import`` tab) (there are dedicatd profiles for Plone 3 and Plone 4 since we\n need different flexigrid versions due to different jQuery versions in Plone 3 and 4).\n\nUsage\n-----\n* no special usage: perform a search and the result should be rendered using\n the flexgrid jQuery add-on.\n\nConfiguration\n-------------\n* ``vs.flexigridsearch`` uses a property sheet under\n portal_properties/flexigridsearch_properties for its configuration:\n\n - ``portalTypesToSearch`` - a list of portal types to be searched \n (a future version of the software will use the configuration of Plone)\n\n - ``sort_limit`` - maximum number of hits to be retrieved from portal_catalog.\n The parameter name is kind of misleading but the portal_catalog will\n really limit the number of returned rows\n\n - ``columns`` - defines the columns of the flexigrid table. In general \n ``vs.flexigridsearch`` can support all searchable indexes of the portal_catalog:\n\n - Title (this should be always included if you want a clickable link to the content object)\n - Description\n - getId\n - created\n - Creator\n - start\n - end\n - effective\n - expires\n - location\n - Subject\n - getObjSize\n - review_state\n - portal_type\n\nRequirements\n------------\n* tested with Plone 3.3.X, 4.0.X\n* not compatible with Plone 4.2 or higher\n\nTranslations\n------------\n\nDue to the lack of a proper i18n framework in Plone we provide our own\nhome-grown i18n translation functionality in\n``skins/vs_flexigridsearch/vs_flexigridsearch_translations.js``. Please add\nyour translations directly here. If you want to contribute translations for\nother languages then please make the changes directly in the collective SVN.\n\nProject page\n------------\n\n- http://plone.org//products/vs.flexigridsearch\n\nBugtracker\n----------\n\n- http://plone.org/products/vs.flexigridsearch/issues\n\nSVN\n---\n\n- http://svn.plone.org/svn/collective/vs.flexigridsearch/trunk/\n\n\n\nLicence\n-------\n``vs.flexigridsearch`` is published under the GNU Public Licence V 2 (GPL 2)\n\nAuthors\n-------\n\n| Andreas Jung\n| info@zopyx.com\n| www.zopyx.com\n|\n| Veit Schiele\n| kontakt@veit-schiele.de\n| www.veit-schiele.de\n|\n\nChangelog\n=========\n\n1.0.1 (2013/06/04)\n------------------\n- updated documentation and troove classifiers\n\n1.0.0 (2011/06/09)\n------------------\n- cosmetical UI changes\n\n0.4.3 (2011/06/06)\n------------------\n- i18n support for portal_type and review_state field\n\n0.4.2 (2011/06/06)\n------------------\n- minor code cleanup\n- using ``Title`` field for rendering a document link (instead of ``getId``)\n\n0.4.1 (2011/05/24)\n------------------\n- more robust parsing of configuration properties\n- updated documentation\n\n\n0.4.0 (2011/05/23)\n------------------\n- i18n for templates and JS code (English, German)\n\n\n0.3.1 (2011/05/20)\n------------------\n- fixed improper url usage\n\n0.3.0 (2011/05/20)\n------------------\n- update documentation\n- directly replacing search.pt (no more custom_search.pt)\n\n0.2.2 (2011/05/19)\n------------------\n- overwriting ``search`` method in order to act as \n a drop-in replacement for the standard plone search\n results page\n\n0.2.1 (2011/05/16)\n------------------\n- added getId to default columns\n\n0.2.0 (2011/05/12)\n------------------\n- now compatible with Plone 3 and 4\n\n0.1.1 (2011/05/12)\n------------------\n- added support for more standard indexes\n- documentation update\n\n0.1 (2011/05/11)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/vs.flexigridsearch", "keywords": "Plone jQuery flexigrid Search Zope Search", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "vs.flexigridsearch", "package_url": "https://pypi.org/project/vs.flexigridsearch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vs.flexigridsearch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/vs.flexigridsearch" }, "release_url": "https://pypi.org/project/vs.flexigridsearch/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Plone search results through flexigrid", "version": "1.0.1" }, "last_serial": 801465, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f9dd0ecf421d4a3084cc2041dc353b48", "sha256": "92222bec09a50ea72f0ae2044b5e1b9ae7e27336823d395731187fe63af7ef8c" }, "downloads": -1, "filename": "vs.flexigridsearch-0.1.tar.gz", "has_sig": false, "md5_digest": "f9dd0ecf421d4a3084cc2041dc353b48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34446, "upload_time": "2011-05-12T17:46:38", "url": "https://files.pythonhosted.org/packages/fe/e0/bf81ee7144296ae67a5c5a7c660cf1cc56ae2d5f42a35149cf1fed4c7942/vs.flexigridsearch-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ec51e5fddf3e0c23df52933d67f76641", "sha256": "41e1d3861798843ece1f78d3a281b19964a49e3ee77537f9337fb0262f2d649f" }, "downloads": -1, "filename": "vs.flexigridsearch-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec51e5fddf3e0c23df52933d67f76641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34743, "upload_time": "2011-05-13T15:37:55", "url": "https://files.pythonhosted.org/packages/a5/c2/d20f38c6a038fe40a04f28b881d9ea92bab0ca018e42a0f5cf73df458f87/vs.flexigridsearch-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "4edf897bfb8da9cfeb2a584c0d98eb45", "sha256": "7274d5c31835c05d39308467ad486520b1eecbb708399e25e6b0c26ad5a3c44c" }, "downloads": -1, "filename": "vs.flexigridsearch-0.2.0.zip", "has_sig": false, "md5_digest": "4edf897bfb8da9cfeb2a584c0d98eb45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72311, "upload_time": "2011-05-13T17:30:55", "url": "https://files.pythonhosted.org/packages/da/95/d14badadab6ac6f3b234931297f0a0f2d7fcc6c663ee170c7340fc06b1cb/vs.flexigridsearch-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "d1a088853837ec972623ae7f266ec2a5", "sha256": "d95bfb304025792c3da1fe3602d652f572b047460d57d724f77b03c963f4e585" }, "downloads": -1, "filename": "vs.flexigridsearch-0.2.1.zip", "has_sig": false, "md5_digest": "d1a088853837ec972623ae7f266ec2a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64929, "upload_time": "2011-05-16T12:32:20", "url": "https://files.pythonhosted.org/packages/48/6f/69b8ddc1625aa705340165cb9477470bb9266491e0ee6d2643960dddd3b2/vs.flexigridsearch-0.2.1.zip" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "36b6f9732a49b9b4c680825fd4fb83c3", "sha256": "badb5b321353316d29fb5cce1f3c93b60c32645f7baa14a2232117f38851e49e" }, "downloads": -1, "filename": "vs.flexigridsearch-0.2.2.zip", "has_sig": false, "md5_digest": "36b6f9732a49b9b4c680825fd4fb83c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66145, "upload_time": "2011-05-19T21:09:05", "url": "https://files.pythonhosted.org/packages/31/a9/6876af25c74cd27a01c05e3319d4ec7a04d145a6a82db4151a7ae744cff4/vs.flexigridsearch-0.2.2.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "43bed10de976485e92fffde2ac582f5e", "sha256": "ab730d6e0db5dd56deebf57a74bc5dfe8dc3c8ae5363afccb533334352adab96" }, "downloads": -1, "filename": "vs.flexigridsearch-0.3.0.zip", "has_sig": false, "md5_digest": "43bed10de976485e92fffde2ac582f5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66489, "upload_time": "2011-05-20T09:09:49", "url": "https://files.pythonhosted.org/packages/54/54/6bf6f88f08df6143383dafe39ea10a1b5701be6d8628da988dbdafcc41cf/vs.flexigridsearch-0.3.0.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "ff3a2b01754f27b4e055590b51a914f4", "sha256": "0ea4e00925d972d62bd143335624fc5eb0859ac7607ea1b3057110b836672998" }, "downloads": -1, "filename": "vs.flexigridsearch-0.3.1.zip", "has_sig": false, "md5_digest": "ff3a2b01754f27b4e055590b51a914f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66149, "upload_time": "2011-05-20T19:18:20", "url": "https://files.pythonhosted.org/packages/1b/19/bdb8d3d0255d961cec2939ec6f8335ac578ff96a78738ee96e896f9f0db9/vs.flexigridsearch-0.3.1.zip" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "0d4711581785d4e84706af948fbcf5bf", "sha256": "5d448d8cb3d58627c38f9427738a01e803d7154b57d4b390fa584eb3d4ce71e1" }, "downloads": -1, "filename": "vs.flexigridsearch-0.4.0.zip", "has_sig": false, "md5_digest": "0d4711581785d4e84706af948fbcf5bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69923, "upload_time": "2011-05-23T16:32:06", "url": "https://files.pythonhosted.org/packages/5d/fa/d837fc3c9a37af95227654b3ac83ea24dc93767e41979f04a599e0e28d90/vs.flexigridsearch-0.4.0.zip" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "8deb1853f19c4f54cf748ec61a6b54f3", "sha256": "f8f5df4cd0da6372bd9da9b7172882f41292d3dc78dbf6c80e21fc0fe8a9f8d5" }, "downloads": -1, "filename": "vs.flexigridsearch-0.4.1.zip", "has_sig": false, "md5_digest": "8deb1853f19c4f54cf748ec61a6b54f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68157, "upload_time": "2011-05-24T07:10:21", "url": "https://files.pythonhosted.org/packages/a8/53/bf23334020c559f83db630c9e7e3e3cdc9ff20c7fbd65a9ad40072558bd0/vs.flexigridsearch-0.4.1.zip" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "e16aa56b0d3101ae44b5ed3f2db3a291", "sha256": "1fea8cc7e1c574031dedeeee37e8b4a2ef6bfaaa9050831962600cf457e1a8b5" }, "downloads": -1, "filename": "vs.flexigridsearch-0.4.2.zip", "has_sig": false, "md5_digest": "e16aa56b0d3101ae44b5ed3f2db3a291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76576, "upload_time": "2011-06-06T06:03:34", "url": "https://files.pythonhosted.org/packages/3b/79/7f01cba871c683bb585a9b180820cc268c608033ead7ca1ebe3358e1be80/vs.flexigridsearch-0.4.2.zip" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "20f78cebb488d925f3f86506a9a5c5c3", "sha256": "d8cbffee6f158694991566875b5c5dec0e028720541e035af58688b021542afe" }, "downloads": -1, "filename": "vs.flexigridsearch-0.4.3.zip", "has_sig": false, "md5_digest": "20f78cebb488d925f3f86506a9a5c5c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78926, "upload_time": "2011-06-06T09:58:50", "url": "https://files.pythonhosted.org/packages/d2/a2/e5251b14735b077096e040598e9d95462a94886850c4f665765a81948cbc/vs.flexigridsearch-0.4.3.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "29b4514efbd28908b109311592c98a39", "sha256": "8e1808fda3ec9404dad127ac815273430e026af7a15e0adba5ec8216981e6180" }, "downloads": -1, "filename": "vs.flexigridsearch-1.0.0.zip", "has_sig": false, "md5_digest": "29b4514efbd28908b109311592c98a39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77219, "upload_time": "2011-06-09T16:11:39", "url": "https://files.pythonhosted.org/packages/d1/fc/80ab0dfb6ad89b8497d9e599f406aabaaa50933bb630b1a3fe7da4e02445/vs.flexigridsearch-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5b356c522612211394329ff75960f89a", "sha256": "94206057ca519b34f1fcf2c854de58b79df2b5d0a0a67fa79b751434a6c47c7c" }, "downloads": -1, "filename": "vs.flexigridsearch-1.0.1.zip", "has_sig": false, "md5_digest": "5b356c522612211394329ff75960f89a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69937, "upload_time": "2013-06-04T07:35:51", "url": "https://files.pythonhosted.org/packages/c4/73/0e84e2fc7eea2f3a7d5842741aa7226895bdf17424c6e843c2c8864a7a72/vs.flexigridsearch-1.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b356c522612211394329ff75960f89a", "sha256": "94206057ca519b34f1fcf2c854de58b79df2b5d0a0a67fa79b751434a6c47c7c" }, "downloads": -1, "filename": "vs.flexigridsearch-1.0.1.zip", "has_sig": false, "md5_digest": "5b356c522612211394329ff75960f89a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69937, "upload_time": "2013-06-04T07:35:51", "url": "https://files.pythonhosted.org/packages/c4/73/0e84e2fc7eea2f3a7d5842741aa7226895bdf17424c6e843c2c8864a7a72/vs.flexigridsearch-1.0.1.zip" } ] }