{ "info": { "author": "Netsight Internet Solutions", "author_email": "support@netsight.co.uk", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\ncollective.advancedsearchtamer is a small add-on for Plone 3 which attempts to tame \nthe advanced search form. It uses javascript to add a checkbox to each search \nelement in the form which enables/disables that element.\n\nThe result is that the urls generated by the search form are generally much \nshorter, as only the required fields are sent on the request.\n\n.. _Plone 3: http://plone.org/\n\n\nInstalling\n==========\n\nThis package requires Plone 3.0 or later.\n\nInstalling without buildout\n---------------------------\n\nFirst you need to install this package. \nYou can install this in either the system\npython path or in the lib/python directory of your Zope instance. If you\nhave setuptools installed you can do this using easy_install::\n\n easy_install collective.advancedsearchtamer\n\nIf you do not have setuptools you can install it manually using the setup.py\nscript in the source. If you want to install it inside\nyour Zope instance instead of system wide you can its ''--prefix='' option\nto install in the ''lib/python'' directory of your Zope instance.\n\nAfter installing the package it needs to be registered in your Zope\ninstance. This can be done by putting a\ncollective.advancedsearchtamer-configure.zcml file in the etc/pakage-includes\ndirectory with this content::\n\n \n\nor, alternatively, you can add that line to the configure.zcml in a\npackage or Product that is already registered.\n\nInstalling with buildout\n------------------------\n\nIf you are using `buildout`_ to manage your instance installing\ncollective.advancedsearchtamer is even simpler. You can install it by adding\nit to the eggs line for your instance::\n\n [instance]\n eggs = collective.advancedsearchtamer\n zcml = collective.advancedsearchtamer\n\nThe last line tells buildout to generate a zcml snippet that tells Zope\nto configure collective.advancedsearchtamer.\n\nAfter updating the configuration you need to run the ''bin/buildout'', which\nwill take care of updating your system.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n\n\nUsing collective.advancedsearchtamer\n=================\n\nIn order to use the the updated search you will first need to install the\ncollective.advancedsearchtamer product in your site. \nThis is done through the standard ''Add-on\nproducts'' control panel in the Plone site setup. \n\nAfter this has been done, you should be able to visit the Advanced Search\nform and, provided you have javascript enabled, see the enable/disable \ncheckboxes appear next to each search option.\n\nTo perform a search, simply check the box next to each option you want to\nspecify, and then enter/select the values you require using the relevant\nform elements. Click 'search' as normal to get the results.\n\n\nCopyright and credits\n=====================\n\ncollective.advancedsearchtamer is copyright 2009 by Netsight Internet Solutions\n\nIt was written by Matthew Sital-Singh.\n\n.. _Netsight: http://www.netsight.co.uk/\n\n\n\nChangelog\n=========\n\n1.0 - 2009-03-27\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": "UNKNOWN", "keywords": "plone search", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.advancedsearchtamer", "package_url": "https://pypi.org/project/collective.advancedsearchtamer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.advancedsearchtamer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/collective.advancedsearchtamer/1.0/", "requires_dist": null, "requires_python": null, "summary": "Tries to tame Plone's advanced search form", "version": "1.0" }, "last_serial": 787631, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a6d86e0aef686c0241441f0d1babfbc6", "sha256": "80c31f5f01fde390489b09d6e0360a36b1514ae5fc8e5f017ad48c9790b0cb2b" }, "downloads": -1, "filename": "collective.advancedsearchtamer-1.0.tar.gz", "has_sig": false, "md5_digest": "a6d86e0aef686c0241441f0d1babfbc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4697, "upload_time": "2009-03-27T12:29:11", "url": "https://files.pythonhosted.org/packages/61/ea/beb1bfede5e09e0b3f3a8774f4ef16457c32f3d91277e46d06d66658e072/collective.advancedsearchtamer-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6d86e0aef686c0241441f0d1babfbc6", "sha256": "80c31f5f01fde390489b09d6e0360a36b1514ae5fc8e5f017ad48c9790b0cb2b" }, "downloads": -1, "filename": "collective.advancedsearchtamer-1.0.tar.gz", "has_sig": false, "md5_digest": "a6d86e0aef686c0241441f0d1babfbc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4697, "upload_time": "2009-03-27T12:29:11", "url": "https://files.pythonhosted.org/packages/61/ea/beb1bfede5e09e0b3f3a8774f4ef16457c32f3d91277e46d06d66658e072/collective.advancedsearchtamer-1.0.tar.gz" } ] }