{ "info": { "author": "Christian Ledermann", "author_email": "christian.ledermann@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python" ], "description": "Introduction\n============\n\nFlexitopic integrates the easy use of plone collections with a Flexigrid_\nAJAX view. The criteria from the topic are taken to construct a simple\nquery form to narrow down a search inside a collection. Subtopics are\ndisplayed inside tabs of the (old style) collection.\nIt works with new (`plone.app.collection.Collection`) and\nold (`Products.ATContentTypes.ATTopic`) style collections\n\n\n* Flexitopic does not install a new content type but just adds an additional view to the collection type.\n* it degrades for non javascript browsers to a simple table - (almost) same usability, no information loss.\n* it requires JQuery only (built into plone 4) no JQuery UI\n* lightweight JS\n * Flexigrid_: 27 KB packed\n * JSlider_: 22 KB packed\n\n\n.. _Flexigrid: http://flexigrid.info/\n.. _JSlider: http://egorkhmelev.github.com/jslider/\n\nUsage\n=====\n\nAdd a collection. Criteria of the collection will be used to build\na form to narrow down your search inside the collection. If the criterion (the\nindex in portal_catalog) is sortable you can sort this column. Not all criteria\ntypes can be used as input for Flexi-collection so beware.\n\nSearch Form\n------------\n\nSearch Text\n full text search inside the collections. If you leave the\n criterion value empty users can search for content containing that text, if\n the value is not empty it will search for this text plus the text the user\n supplied.\nTitle\n search or sort by title (see above)\nDescription\n search description only (search see above, no sorting here!)\nDates (effective, created, ...)\n will be converted to date ranges and can be selected with the JQuery\n JSlider_ Plugin\nLocation (path index)\n will not be displayed in the search form and always be applied to the query\nKeyword Indices (like tags)\n a drop down list will be generated to narrow the search down\n\n - if the criterion operator is AND the list will contain all unique\n values of the index minus the ones you selected, the query will search\n for all terms that match your criteria plus the user input (old style\n ciolletions only)\n - if the criterion is OR the terms you selected will be display in the\n selection list. The search will be for the user supplied input only.\n This is the behaviour for new style collections.\n\nThe output is always a table with the fields you supplied in the\n``Table Columns`` of the collection, no matter if ``Display as Table``\nis checked or not.\n\nSubtopics (old style collections only)\n---------------------------------------\n\nFlexitopic will display subtopics as tabs on top of the page. The first\ntab is the description of the topic, subtopics will occupy the following\ntabs. Subtopics will always be displayed as (plain html) tables defined\nby the criteria, ``Table Columns`` and the ``Number of Items`` of the\nsubtopic.\n\nPortlets\n---------\n\nYou can display Topics and Collections in a Flexitopic portlet.\nThe Portlet is mainly meant to be used with products that let you\ndispay portlets inside the content area such as ContentWellPortlets_\nor PortletPages_ but it may be usefull as a 'real' portlet in edge cases\nas well.\n\n.. _ContentWellPortlets: http://plone.org/products/contentwellportlets\n.. _PortletPages: http://plone.org/products/collective.portletpage\n\nInstallation\n============\n\nThis addon can be installed has any other addons, please follow official\ndocumentation_.\n\n.. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to\n\nAdd to buildouts configuration\n\n::\n\n [buildout]\n ...\n eggs =\n collective.flexitopic\n\nRe-run buildout, e.g. with\n\n::\n\n $ ./bin/buildout\n\nRestart Plone and activate the product in Plones Add-on configuration\nsection.\n\n\nParticipation\n=============\n\nCode repository\n https://github.com/collective/collective.flexitopic/\nQuestions and comments\n mailto:product-developers@lists.plone.org\nBug Reports\n https://github.com/collective/collective.flexitopic/issues\n\nChangelog\n=========\n\n0.7.1 (2014-08-28)\n------------------\n\n- update to latest flexigrid javascript [jean]\n\n0.7 (2013/12/04)\n----------------\n\n- add flexitopic portlet\n- use one table for flexigrid + search resuts table - no more noscript tag\n\n0.6.2 (2013/09/06)\n-------------------\n\n- use UID instead of getId for a cells id (fixes cell misalignments)\n\n0.6.1 (2013/09/05)\n-------------------\n\n- do not cache results (persistent objects cannot be cached)\n\n0.6 (2013/09/05)\n----------------\n\n- move bodytext above searchform\n- use_view_actions\n- upgrade js registry\n- do not use description as html attribute title on Title\n- bug fixes\n- cache search results\n\n\n0.5 (2013/08/30)\n----------------\n\n- support for plone.app.collection\n- add caching\n\n0.4 (2011/12/06)\n----------------\n\n- make date columns smaller\n- remove minimize button from table\n\n\n0.3 (2011/06/17)\n-----------------\n\n- plone 4.1 compatible\n- upgrade flexigrid to ver 1.1\n\n\n0.2 (2011/04/05)\n-----------------\n\n- do not display review state in searchform\n- split monolithic flexitopic_view into several viewlets\n- get items per page out of topic\n- render html table into a noscript area, flexigrid into an empty table\n\n\n0.1 (2011/01/27)\n-----------------\n\n- First public release\n- Add slider to query for date ranges\n- Caching for expensive catalog queries\n\n0.1dev (unreleased)\n-------------------\n\n- Initial release\n- Flexigrid to display search results\n- Generate search form from collection criteria", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.flexitopic", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.flexitopic", "package_url": "https://pypi.org/project/collective.flexitopic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.flexitopic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/collective.flexitopic" }, "release_url": "https://pypi.org/project/collective.flexitopic/0.7.1/", "requires_dist": null, "requires_python": null, "summary": "Searchable Collections with Flexigrid", "version": "0.7.1" }, "last_serial": 1205017, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a97a45379881b727d56addb3a7ba23a2", "sha256": "96d9d6aaed548492f61bc29bcb8f25511d92deb8d286fd906d7bb64bee090872" }, "downloads": -1, "filename": "collective.flexitopic-0.1.tar.gz", "has_sig": false, "md5_digest": "a97a45379881b727d56addb3a7ba23a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66984, "upload_time": "2011-01-27T16:26:41", "url": "https://files.pythonhosted.org/packages/a0/3a/c9fd0f3aedfbd75e256f963b0597ea3966e921fcf20c2715449466489e59/collective.flexitopic-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ce6e720d8cd27f8daac0109a21aa83e5", "sha256": "07865e6f72b83910f0e7db8721fdf3e15d317bdb0a142199d7901a1036bfef72" }, "downloads": -1, "filename": "collective.flexitopic-0.2.tar.gz", "has_sig": false, "md5_digest": "ce6e720d8cd27f8daac0109a21aa83e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69942, "upload_time": "2011-03-30T07:41:53", "url": "https://files.pythonhosted.org/packages/4d/94/621440a08f9726555b0211271c287cb1c0775532a43b35ee91cb171aa98f/collective.flexitopic-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "785ec0c5a506b5815e1fe2a1057d58cd", "sha256": "a23665c9e19faaaf86c03c888f8730a17d6e6d0ddeb197b46bbb60c62347ad5a" }, "downloads": -1, "filename": "collective.flexitopic-0.2.1.tar.gz", "has_sig": false, "md5_digest": "785ec0c5a506b5815e1fe2a1057d58cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68869, "upload_time": "2011-04-05T10:54:43", "url": "https://files.pythonhosted.org/packages/1d/86/f81781a98bca104d89eb6bb8216ad3f81909ea496752b312d1fc7b2c05d0/collective.flexitopic-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a258071cbdce8499481ca1225b1bea33", "sha256": "7d37abbf2f382443ae6fe2efaf8c19016d19d86efcce7365198057290c78b2f0" }, "downloads": -1, "filename": "collective.flexitopic-0.3.tar.gz", "has_sig": false, "md5_digest": "a258071cbdce8499481ca1225b1bea33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69003, "upload_time": "2011-06-17T13:11:48", "url": "https://files.pythonhosted.org/packages/72/51/08ec0e820e3b2ee53ff4f7ae5052405bb63b196390db0c041f115b2d8c0f/collective.flexitopic-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "623fb1f20bfc9233011ec1a1d99a667c", "sha256": "6c8c3c02c0e5181f111ad81f5473f0a90d851357cd975123c5f41e0795c538f7" }, "downloads": -1, "filename": "collective.flexitopic-0.4.tar.gz", "has_sig": false, "md5_digest": "623fb1f20bfc9233011ec1a1d99a667c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70291, "upload_time": "2011-12-05T14:17:15", "url": "https://files.pythonhosted.org/packages/18/d5/6dce2ca3533c665cd728912e9f782ecddc332b54750092f9978776506f93/collective.flexitopic-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "466ccae581a7054520721e2217fd9a7a", "sha256": "1700a989de4bc9811932f4b3a72ca0dd1884728f2a698b0da00cb6436da54e21" }, "downloads": -1, "filename": "collective.flexitopic-0.4.1.tar.gz", "has_sig": false, "md5_digest": "466ccae581a7054520721e2217fd9a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70517, "upload_time": "2011-12-06T14:12:23", "url": "https://files.pythonhosted.org/packages/3e/f5/307e4040420989ea8855818a6a208e1ece296070ee292fa9c3ffa88f97ff/collective.flexitopic-0.4.1.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "f743909ddef29028294e9ca9aede2ab7", "sha256": "8b6f45cfd782f5c596582113eef02fab03bcca5de466b1b8c16d14f2758e39b4" }, "downloads": -1, "filename": "collective.flexitopic-0.5.tar.gz", "has_sig": false, "md5_digest": "f743909ddef29028294e9ca9aede2ab7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76147, "upload_time": "2013-08-30T14:56:01", "url": "https://files.pythonhosted.org/packages/7b/ed/ef597a99275cbb5d953125e6b59c22c3eb0431b417e85a9a9202a4e2adb7/collective.flexitopic-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "40367b345aa14d988ab0e5ab8c03ab3d", "sha256": "f55e1db439e711c3a125ec41e594c43fcc149565cc23fa9c81dc959018a4ca94" }, "downloads": -1, "filename": "collective.flexitopic-0.6.tar.gz", "has_sig": false, "md5_digest": "40367b345aa14d988ab0e5ab8c03ab3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76942, "upload_time": "2013-09-05T09:58:35", "url": "https://files.pythonhosted.org/packages/68/5f/10088310da5c09b7e08476bae751a4b234aca116592632d823e7e626e575/collective.flexitopic-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "acbe1a2be89e7b179dc4220ca5d41dc4", "sha256": "0acb54f160215e8c02d664f29be56cbf5dd26e34a6cf55c02659d7c68cce6b64" }, "downloads": -1, "filename": "collective.flexitopic-0.6.1.tar.gz", "has_sig": false, "md5_digest": "acbe1a2be89e7b179dc4220ca5d41dc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76960, "upload_time": "2013-09-05T12:18:25", "url": "https://files.pythonhosted.org/packages/e8/2e/cb34295d36cb3c5963350afc2c13776e428c04ea348af6eeeec025788cd3/collective.flexitopic-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "6afe96d3ab784b7f20b633ad0633411f", "sha256": "95459d03ee0220fb38ee8107627d7238a7acfb48f40b575cea99af4564c4af4d" }, "downloads": -1, "filename": "collective.flexitopic-0.6.2.tar.gz", "has_sig": false, "md5_digest": "6afe96d3ab784b7f20b633ad0633411f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76989, "upload_time": "2013-09-06T10:48:55", "url": "https://files.pythonhosted.org/packages/78/ee/b47de311c6d903ca1712c09231da19f6bfd5ec585d3d420bd22d5e20ba88/collective.flexitopic-0.6.2.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "6a51b97e3394e43fc487822713ddc178", "sha256": "2931f715506c011f891c5e85555eb68666a6a5dc66ade25297ca79b7ef48e410" }, "downloads": -1, "filename": "collective.flexitopic-0.7.tar.gz", "has_sig": false, "md5_digest": "6a51b97e3394e43fc487822713ddc178", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83126, "upload_time": "2013-12-04T13:58:34", "url": "https://files.pythonhosted.org/packages/29/e8/5330a1922fcabb9459b0214da8fead4b397630ab3e339ad9e245775a5c78/collective.flexitopic-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "932f2a05a67093e849f24f7209f19be8", "sha256": "d2df20699356675706507da2215ff69b9f88f7fdb18b902a622b199f4a992fdc" }, "downloads": -1, "filename": "collective.flexitopic-0.7.1.zip", "has_sig": false, "md5_digest": "932f2a05a67093e849f24f7209f19be8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125628, "upload_time": "2014-08-28T10:47:07", "url": "https://files.pythonhosted.org/packages/23/12/4de3247dffc26b2e9661510a14091b3f52dc8f066227fbbc1876672c4987/collective.flexitopic-0.7.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "932f2a05a67093e849f24f7209f19be8", "sha256": "d2df20699356675706507da2215ff69b9f88f7fdb18b902a622b199f4a992fdc" }, "downloads": -1, "filename": "collective.flexitopic-0.7.1.zip", "has_sig": false, "md5_digest": "932f2a05a67093e849f24f7209f19be8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125628, "upload_time": "2014-08-28T10:47:07", "url": "https://files.pythonhosted.org/packages/23/12/4de3247dffc26b2e9661510a14091b3f52dc8f066227fbbc1876672c4987/collective.flexitopic-0.7.1.zip" } ] }