{ "info": { "author": "Damien Baty", "author_email": "damien.baty@removethis.gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "=============================\nCollective Faceted Navigation\n=============================\n\nWhat is faceted navigation (the concept)\n========================================\n\nFirst, what is faceted classification::\n\n A faceted classification system allows the assignment of multiple\n classifications to an object, enabling the classifications to be\n ordered in multiple ways, rather than in a single, pre-determined,\n taxonomic order.\n\n -- Wikipedia (Faceted classification)\n\nOnce we know what faceted classification is, we can infer what is a\nfaceted browser::\n\n A faceted browser or faceted semantic browser is a user interface\n which makes use of faceted classification to allow the user to\n explore by filtering available information. Each facet typically\n corresponds to the possible values of a property common to a set\n of digital objects.\n\n -- Wikipedia (Faceted browser)\n\nAn example would help, I guess::\n\n A traditional restaurant guide might group restaurants first by\n location, then by type, price, rating, awards, ambiance, and\n amenities. In a faceted system, a user might decide first to\n divide the restaurants by price, and then by location and then by\n type, while another user could first sort the restaurants by type\n and then by awards. Thus, faceted navigation, like taxonomic\n navigation, guides users by showing them available categories (or\n facets), but does not require them to browse through a hierarchy\n that may not precisely suit their needs or way of thinking.\n\n -- Wikipedia (Faceted classification)\n\nSources:\n\n- `Faceted classification`_ in Wikipedia;\n\n- `Faceted browser`_ in Wikipedia.\n\nVarious examples of faceted navigation are also available on the\nhome page of the MIT `Exhibit`_ project.\n\n.. _Faceted classification: http://en.wikipedia.org/wiki/Faceted_classification\n\n.. _Faceted browser: http://en.wikipedia.org/wiki/Faceted_browser\n\n.. _Exhibit: http://simile.mit.edu/exhibit\n\n\nWhat is Faceted Navigation (the Plone product)\n==============================================\n\nThis concept sounds cool, but what does Faceted Navigation (the\nproduct) exactly do?\n\nOnce we have installed the product, we will have to configure facets\n(i.e. criteria), which are actually linked to default or custom\ncatalog indexes. Then the user will see a new link in the portal\nactions bar (along \"site map\" and other links), called \"Faceted\nnavigation\". This link leads to an user interface that lets the user\nbrowse portal items via... a faceted navigation.\n\n**Warning:** I do not pretend to be an expert on this subject, nor do\nI think that this is the definitive implementation of this concept in\nPlone. I also have other user interfaces in mind; they could probably\nbe implemented using the current code. Anyway, there are a lot of\nideas floating around: a good start would be the `Plone\nclassification`_ workspace on OpenPlans.\n\n.. _Plone classification: http://www.openplans.org/projects/ploneclassification\n\n\nExamples\n========\n\nExample applications have been set up:\n\n- `Burgers`_;\n\n- PyPi - Python packages (in development).\n\nFeel free to try them and provide feedback.\n\n.. _Burgers: http://burgers.pilotsystems.net\n\n\nDependencies\n============\n\nServer-side\n-----------\n\nThis version has the following dependencies:\n\n- Plone 3.0.x or Plone 3.1.x\n\nThis product might also work with Plone 2.5 (probably with a\nbackported version of KSS, though).\n\n\nBrowser-side\n------------\n\nThe user interface makes use of KSS. Therefore, Javascript must be\nactivated. There is no plan to provide a non-Javascript version.\n\nThe user interface should work on all modern browsers. It has been\nsuccessfully tested on the following ones:\n\n- Firefox 2;\n\n- Firefox 3;\n\n- Opera 9;\n\n- Microsoft Internet Explorer 6;\n\n- Microsoft Internet Explorer 7.\n\nSupport for earlier versions and other browsers is not planned.\n\n\nInstallation and configuration\n==============================\n\nSee ``doc/install.txt``.\n\n\nDocumentation\n=============\n\nThe most up to date documentation of this product lives in `the \"doc\"\nfolder`_ of the sources. It is mirrored in the `Documentation\nsection`_ of `Faceted Navigation`_ on `plone.org`_.\n\n.. _the \"doc\" folder: http://dev.plone.org/collective/browser/collective.facetednavigation/trunk/src/collective/facetednavigation/doc\n\n.. _Documentation section: http://plone.org/products/faceted-navigation/documentation\n\n.. _Faceted navigation: http://plone.org/products/faceted-navigation\n\n.. _plone.org: http://plone.org\n\n\nCredits\n=======\n\nThe development of this product has been initially sponsored by `ENA`_\n(Ecole Nationale d'Administration) and conducted by `Pilot Systems`_.\n\nThe following people have developed, given help or tested this\nproduct:\n\n- Damien Baty (damien DOT baty AT gmail DOT com): original author,\n tests, documentation, maintenance.\n- Leonardo Caballero (leonardocaballero AT gmail DOT com>): Spanish localization.\n\n.. _ENA: http://www.ena.fr\n\n.. _Pilot Systems: http://www.pilotsystems.net\n\n\nLicense\n=======\n\nCollective Faceted Navigation is copyright 2008 by ENA (Ecole\nNationale d'Administration).\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3 of the License, or (at\nyour option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nGeneral Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see the `section about licenses`_ of\nthe `GNU web site`_.\n\n.. _section about licenses: http://www.gnu.org/licenses\n.. _GNU web site: http://www.gnu.org", "description_content_type": null, "docs_url": null, "download_url": "http://cheeseshop.python.org/pypi/collective.facetednavigation", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/faceted-navigation", "keywords": "Plone facet faceted navigation user interface", "license": "GNU GPL", "maintainer": null, "maintainer_email": null, "name": "collective.facetednavigation", "package_url": "https://pypi.org/project/collective.facetednavigation/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.facetednavigation/", "project_urls": { "Download": "http://cheeseshop.python.org/pypi/collective.facetednavigation", "Homepage": "http://plone.org/products/faceted-navigation" }, "release_url": "https://pypi.org/project/collective.facetednavigation/0.7.2/", "requires_dist": null, "requires_python": null, "summary": "Collective Faceted Navigation provides an user interface which lets an user browse items of a Plone site by selecting amongst pre-defined criteria.", "version": "0.7.2" }, "last_serial": 709025, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "1323508ee95541fed175089543b36229", "sha256": "652bfd1062c690de14f5eef20241ea553ca4622adc58ed404acc92d3c0b8dc00" }, "downloads": -1, "filename": "collective.facetednavigation-0.6-py2.4.egg", "has_sig": false, "md5_digest": "1323508ee95541fed175089543b36229", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 41655, "upload_time": "2008-08-14T22:54:41", "url": "https://files.pythonhosted.org/packages/ff/6a/d2f0386c13e1f97a0e9936688a41404beb1ac950084946aaf1b72d767e0f/collective.facetednavigation-0.6-py2.4.egg" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "dc036774015c20c2f86212e47c3c6e34", "sha256": "6af7e7b0250e2f2259997dda5e295fe9b911e3592dd6d9c3a9a97132765017aa" }, "downloads": -1, "filename": "collective.facetednavigation-0.6.1-py2.4.egg", "has_sig": false, "md5_digest": "dc036774015c20c2f86212e47c3c6e34", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 67912, "upload_time": "2008-08-25T01:14:03", "url": "https://files.pythonhosted.org/packages/e5/67/652a4eaca31151ec8fae996f8db6bbf4032cf5f139151e97f52153d6ce5e/collective.facetednavigation-0.6.1-py2.4.egg" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "17480fa30bf38204e5a282242cea4db8", "sha256": "5a461b56c2a9640497f92becfc3a64fa32aa5b9e903ecd2d6890646d01d446dc" }, "downloads": -1, "filename": "collective.facetednavigation-0.7-py2.4.egg", "has_sig": false, "md5_digest": "17480fa30bf38204e5a282242cea4db8", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 79791, "upload_time": "2008-10-05T22:19:57", "url": "https://files.pythonhosted.org/packages/b5/fe/72051bffa92373171429f45771503714d73c1f214cc83a8f52adae295e35/collective.facetednavigation-0.7-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "b18895b4d8ad21b177dc5da4fcce5f3c", "sha256": "d383cd03be5df58188723adb4c49808bad53210c9362bbb482e0cd4a82b21be5" }, "downloads": -1, "filename": "collective.facetednavigation-0.7-py2.5.egg", "has_sig": false, "md5_digest": "b18895b4d8ad21b177dc5da4fcce5f3c", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 79273, "upload_time": "2009-02-09T23:02:20", "url": "https://files.pythonhosted.org/packages/7b/17/2d5b1e21208513d3e5af17e5b4ee596b84d78ab783ca258c8c72c3937d86/collective.facetednavigation-0.7-py2.5.egg" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "b1564b5592b1c37fe4971026724cf79b", "sha256": "e1d5e8da0001e7d2ef7d09d195631dd4fef37a763cb0d048ed25822c0caf0925" }, "downloads": -1, "filename": "collective.facetednavigation-0.7.1.tar.gz", "has_sig": false, "md5_digest": "b1564b5592b1c37fe4971026724cf79b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54404, "upload_time": "2009-11-09T23:21:27", "url": "https://files.pythonhosted.org/packages/20/07/61d0a93b81838897a71c1a7211613c444c7b430a659637f36c6f03938e68/collective.facetednavigation-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "a2c1ef79d9f70c3064cae244253a212b", "sha256": "fff0bc670478569c73dd5b82ac930ad7fc74d34bbc037d625d23b260c731624c" }, "downloads": -1, "filename": "collective.facetednavigation-0.7.2.tar.gz", "has_sig": false, "md5_digest": "a2c1ef79d9f70c3064cae244253a212b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54534, "upload_time": "2009-12-08T23:07:14", "url": "https://files.pythonhosted.org/packages/0a/65/57abafcb4c05fdc9c6eb8ff147cc1b7b625d5b972213c0012cee00b8baee/collective.facetednavigation-0.7.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2c1ef79d9f70c3064cae244253a212b", "sha256": "fff0bc670478569c73dd5b82ac930ad7fc74d34bbc037d625d23b260c731624c" }, "downloads": -1, "filename": "collective.facetednavigation-0.7.2.tar.gz", "has_sig": false, "md5_digest": "a2c1ef79d9f70c3064cae244253a212b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54534, "upload_time": "2009-12-08T23:07:14", "url": "https://files.pythonhosted.org/packages/0a/65/57abafcb4c05fdc9c6eb8ff147cc1b7b625d5b972213c0012cee00b8baee/collective.facetednavigation-0.7.2.tar.gz" } ] }