{ "info": { "author": "European Environment Agency: IDM2 A-Team", "author_email": "eea-edw-a-team-alerts@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Zope", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=======================\nEEA Faceted Inheritance\n=======================\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.faceted.inheritance/develop\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.faceted.inheritance/job/develop/display/redirect\n :alt: Develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.faceted.inheritance/master\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.faceted.inheritance/job/master/display/redirect\n :alt: Master\n\nAn extension to be used within eea.facetednavigation in order to allow objects\nto inherit faceted configuration from another faceted navigable object. This way\none can define a global faceted navigable folder and reuse this configuration\nfor multiple heritors.\n\n\nInstall\n=======\n\n* Add **eea.faceted.inheritance** to your **eggs** section in your buildout and\n re-run buildout::\n\n [buildout]\n eggs +=\n eea.faceted.inheritance\n\n* You can download a sample buildout from:\n\n - https://github.com/eea/eea.faceted.inheritance/tree/master/buildouts/plone4\n - https://github.com/eea/eea.faceted.inheritance/tree/master/buildouts/plone5\n\n* Or via docker::\n\n $ docker run --rm -p 8080:8080 -e ADDONS=\"eea.faceted.inheritance\" plone\n\n* Install **EEA Faceted Inheritance** within **Site Setup > Add-ons**\n\n\nGetting started\n===============\n\n* Go to your working space and add a **Folder** and within **Actions** menu\n click on **Enable Faceted Inheritance**.\n* See more on `EEA Faceted Navigation`_\n\n\nSource code\n===========\n\nLatest source code in EEA GitHub:\n\n* https://github.com/eea/eea.faceted.inheritance\n\n\nCopyright and license\n=====================\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nAll Rights Reserved.\n\nThe EEA Faceted Inheritance (the Original Code) is free software;\nyou can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation;\neither version 2 of the License, or (at your option) any later\nversion.\n\nContributor(s): Alin Voinea (Eau de Web),\n Antonio De Marinis (European Environment Agency),\n\nMore details under docs/License.txt\n\nFunding\n=======\n\nEEA_ - European Enviroment Agency (EU)\n\n.. _EEA: https://www.eea.europa.eu/\n.. _`EEA Faceted Navigation`: https://github.com/eea/eea.facetednavigation\n\nChangelog\n=========\n\n6.0 - (2019-03-16)\n-----------------------\n* Feature: Plone 5 support\n [avoinea]\n* Change: Disabling faceted advanced settings by default.\n [avoinea]\n\n5.5 - (2019-01-28)\n---------------------\n* Jenkins: Add sonarqube step\n [avoinea refs #101552]\n* Change: updated URLs pointing to eea.europa.eu with https://\n [alecghica refs #95849]\n\n5.4 - (2018-03-14)\n------------------\n* Change: reference js code within jQuery dom ready\n [ichim-david refs #91577]\n\n5.3 - (2017-12-12)\n------------------\n* Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint\n [avoinea refs #90415]\n* Feature: Make it work with eea.facetednavigation 10.0+\n [avoinea refs #89955]\n\n5.2 - (2017-11-07)\n------------------\n* Change: Remove Sphinx generated documentation\n [petchesi-iulian refs #88212]\n\n5.1 - (2017-04-24)\n------------------\n* Change: updated package information\n [eduard-fironda]\n\n5.0 - (2016-05-19)\n------------------\n* Bug fix: Fix pylint warnings\n [ichim-david refs #71940]\n\n4.9 - (2015-08-18)\n------------------\n* Change: Auto-include zcml within plone context in order to make this package\n work without having to add it within buildout zcml directive.\n [avoinea]\n\n4.8 - (2015-03-17)\n------------------\n* Change: Switched to curl in the jenkins build install script\n [olimpiurob refs #22402]\n* Change: Changed fetch url for jenkins build install script to the install\n script from the main EEA CPB repository\n [olimpiurob refs #22402]\n\n4.7 - (2015-01-21)\n------------------\n* Bug fix: Fixed url within setup.py in order to work with newer setuptools versions\n [voineali refs #21705]\n\n4.6 - (2014-01-21)\n------------------\n* Feature: adding Sphinx-generated documentation in Page Template format\n [batradav refs #9502]\n* Bug fix: removed wrongly added blockquotes within README.rst\n [ichim-david refs #18064]\n* Bug fix: Updated old URLs pointing Trac\n [ghicaale refs #18003]\n\n4.5 - (2013-03-15)\n------------------\n* Bug fix: 'Below' is now spelled properly.\n [prospchr refs #13770]\n\n4.4 - (2012-11-22)\n------------------\n* Bug fix: Cleanup zope.app.content.interfaces.IContentType dependency\n [voineali]\n\n4.3 - (2012-07-13)\n------------------\n* Bug Fix: Fixed i18n missing tags in eea.faceted.inheritance\n [prospchr refs #5162]\n\n4.2 - (2012-06-12)\n------------------\n* Bug fix: fixed markup of HISTORY.txt file\n [ciobabog refs #5231]\n\n4.1 - (2011-11-18)\n------------------\n* Rerelease broken egg\n\n4.0 - (2011-11-18)\n------------------\n* Bug fix: Use 'eea.faceted.configure' permission for all faceted related views\n in order to avoid having actions that raise 'Insufficient Privileges'\n [voineali]\n* Feature: HTML5 validation\n [ghicaale #4444]\n* Feature: Added a way to disable IPossibleFacetedHeritor for Plone default\n Content-Types [voineali #4229] - Thanks to thomasdesvenain\n* Cleanup: Fixed all pylint, pyflakes violations\n [voineali #4229]\n* Feature: Plone 4.0.4 compatible release\n [voineali #4229]\n\n0.3 - (2011-04-19)\n------------------\n* Change: clean-up of pylint violations\n [ichimdav #4140]\n\n0.2 (2010-06-16)\n----------------\n* #3059 Large Folder can be subtyped as Faceted Heritor in order to inherit\n faceted configuration from another faceted navigable content\n [voineali]\n* #3337 Inherit faceted version from parent\n [voineali]\n\n0.1.1 (2010-01-19)\n------------------\n* #2936 Fix relative path problems when using in production\n [voineali]\n\n0.1 (2010-01-18)\n----------------\n* Initial release\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eea/eea.faceted.inheritance", "keywords": "EEA Add-ons Plone Zope", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "eea.faceted.inheritance", "package_url": "https://pypi.org/project/eea.faceted.inheritance/", "platform": "", "project_url": "https://pypi.org/project/eea.faceted.inheritance/", "project_urls": { "Homepage": "https://github.com/eea/eea.faceted.inheritance" }, "release_url": "https://pypi.org/project/eea.faceted.inheritance/6.0/", "requires_dist": null, "requires_python": "", "summary": "EEA Faceted Navigation extension that allow a faceted navigable object to inherit faceted configuration from another faceted navigable object.", "version": "6.0" }, "last_serial": 4947331, "releases": { "4.1": [ { "comment_text": "", "digests": { "md5": "faae2ca3ce0e89788f1d032f0cb46888", "sha256": "778a30daf2cf325afe29ae408f34ff3a3b1f0e3b2f822a7dde1c5a0ee26122cf" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.1.zip", "has_sig": false, "md5_digest": "faae2ca3ce0e89788f1d032f0cb46888", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33932, "upload_time": "2012-05-02T14:46:12", "url": "https://files.pythonhosted.org/packages/45/2b/3ddd49a59a4db681f4a9bb275c2e757c56a5b7f2a606d436edfd683b23e5/eea.faceted.inheritance-4.1.zip" } ], "4.2": [ { "comment_text": "", "digests": { "md5": "e8cbec1df9797dd5be2e20c3459d410a", "sha256": "ffa9de24fff49651d533a8700901bebede466cf490cbeb1ae3d3d6e173dc92be" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.2.zip", "has_sig": false, "md5_digest": "e8cbec1df9797dd5be2e20c3459d410a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33923, "upload_time": "2012-06-13T11:26:25", "url": "https://files.pythonhosted.org/packages/6e/66/89941749b447639440d2616d13c412eb30eefc89083cf84b3aad3116fbf4/eea.faceted.inheritance-4.2.zip" } ], "4.3": [ { "comment_text": "", "digests": { "md5": "b61e93bf320502e4b9872fd989570720", "sha256": "a3ae82e2726bb20aa22f785b2c45abeb7c0d103eda5b8696fde90663ed30787f" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.3.zip", "has_sig": false, "md5_digest": "b61e93bf320502e4b9872fd989570720", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34070, "upload_time": "2012-07-16T11:01:18", "url": "https://files.pythonhosted.org/packages/52/9e/4d545f08afb1f6c7f3661c8138d050f7e991e239b5bfe962cb5c9568f04b/eea.faceted.inheritance-4.3.zip" } ], "4.4": [ { "comment_text": "", "digests": { "md5": "47e1a33cc40d40ba80865b0a3904e9ab", "sha256": "2a7c9d924e95aa0636a640aefe921275db1e463bf7799de0253d38d0f3bc6153" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.4.zip", "has_sig": false, "md5_digest": "47e1a33cc40d40ba80865b0a3904e9ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34171, "upload_time": "2012-11-27T10:36:18", "url": "https://files.pythonhosted.org/packages/bd/38/eb8267812825f20fbe958e9391eb0295254d9413e7afa7853e2d6d3aeb56/eea.faceted.inheritance-4.4.zip" } ], "4.5": [ { "comment_text": "", "digests": { "md5": "4da8db82c3bf705b0ff0953562bb2f9b", "sha256": "21914ce6b719779c70cf05b5890a89848a073558fba9211986e7ada903af46c2" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.5.zip", "has_sig": false, "md5_digest": "4da8db82c3bf705b0ff0953562bb2f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35292, "upload_time": "2013-03-18T10:10:45", "url": "https://files.pythonhosted.org/packages/03/2f/4065d0f7e6605f1902406ca96e658727586395049a908ad2de365a4c8ae6/eea.faceted.inheritance-4.5.zip" } ], "4.6": [ { "comment_text": "", "digests": { "md5": "4081f007130a2481c53f59e2df5eb3db", "sha256": "3bb7da6347409c82c1f61541f12c71be4ee1eea04a7e3ff37982c7d4504645fe" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.6.zip", "has_sig": false, "md5_digest": "4081f007130a2481c53f59e2df5eb3db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119165, "upload_time": "2014-01-23T09:34:17", "url": "https://files.pythonhosted.org/packages/33/dc/8c124f74626d7ad5e9a731bb9802a1a06efa3069eb3abc3375563164de46/eea.faceted.inheritance-4.6.zip" } ], "4.7": [ { "comment_text": "", "digests": { "md5": "66a8d90056951796386a6d9eef949bf9", "sha256": "18ad91ff6b4d22ee3ef1c59b24c8ae56e0e27d3036c12120af7c29e41ae34782" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.7.zip", "has_sig": false, "md5_digest": "66a8d90056951796386a6d9eef949bf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119323, "upload_time": "2015-01-21T18:24:07", "url": "https://files.pythonhosted.org/packages/55/88/12f0418038ebeb04df1ef359e0b2b275f79d1f7c418fb69cc9cba1adabf1/eea.faceted.inheritance-4.7.zip" } ], "4.8": [ { "comment_text": "", "digests": { "md5": "c35d6bb8f4279ed9cb9ddfdd314f9c87", "sha256": "e39d0922fc8adb08e7c8aa855ec1a594a74bf851c70fdda1f970826de1da54e9" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.8.zip", "has_sig": false, "md5_digest": "c35d6bb8f4279ed9cb9ddfdd314f9c87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119623, "upload_time": "2015-03-19T08:05:19", "url": "https://files.pythonhosted.org/packages/8d/3a/6f8e92201cb1229ba31694716f43494d8982ca7c266655c00c516025b7b5/eea.faceted.inheritance-4.8.zip" } ], "4.9": [ { "comment_text": "", "digests": { "md5": "1870db77334f615c3ccd6f931d9acf56", "sha256": "604602d63f3b0dec3557b0d424a789f721bfd04c3abb49798935fb17c25de035" }, "downloads": -1, "filename": "eea.faceted.inheritance-4.9.zip", "has_sig": false, "md5_digest": "1870db77334f615c3ccd6f931d9acf56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119893, "upload_time": "2015-08-31T14:53:29", "url": "https://files.pythonhosted.org/packages/d4/d3/ddd4b4e3b25f2d4b900cbe0613473fcb4c11750cd9817e64a0eb9fd1e800/eea.faceted.inheritance-4.9.zip" } ], "5.0": [ { "comment_text": "", "digests": { "md5": "aefeb7f19886995b71736c7bb89a4abf", "sha256": "9fdabfa3f061acad14e8f8d8774c1cb8440e56fe97b41636406255fb7979971f" }, "downloads": -1, "filename": "eea.faceted.inheritance-5.0.zip", "has_sig": false, "md5_digest": "aefeb7f19886995b71736c7bb89a4abf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130621, "upload_time": "2016-05-23T13:59:45", "url": "https://files.pythonhosted.org/packages/83/54/125e2b50a474c7089c34ae4af55925b903b36692453b4e04fa43eabc906a/eea.faceted.inheritance-5.0.zip" } ], "5.1": [ { "comment_text": "", "digests": { "md5": "18cb3000a21a915fe87ed9f88530ad0f", "sha256": "4080a2740dce51602fd942a8263a3aefc900c2c5c8725c71bf1a0055b21e090f" }, "downloads": -1, "filename": "eea.faceted.inheritance-5.1.zip", "has_sig": false, "md5_digest": "18cb3000a21a915fe87ed9f88530ad0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 131031, "upload_time": "2017-05-02T08:08:39", "url": "https://files.pythonhosted.org/packages/ae/f8/ed900276aa442e3f59c523f33e0585a7478b89a069fc49445f6b6b3c2363/eea.faceted.inheritance-5.1.zip" } ], "5.2": [ { "comment_text": "", "digests": { "md5": "9f72a7e866129543abb00a153c16e999", "sha256": "d0171dc230d58cc47cfe0ba067a0dd1edf200a40e93d7c452dd522f2d672f92f" }, "downloads": -1, "filename": "eea.faceted.inheritance-5.2.zip", "has_sig": false, "md5_digest": "9f72a7e866129543abb00a153c16e999", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38511, "upload_time": "2017-11-08T13:03:48", "url": "https://files.pythonhosted.org/packages/59/0e/b10681ea0be85d0d81e7e1fec24795df734754377ba82365eb6033452909/eea.faceted.inheritance-5.2.zip" } ], "5.3": [ { "comment_text": "", "digests": { "md5": "c58dabdaf24e4554fe8cee1a1613ca42", "sha256": "25fc89374b7ecd0092bc75e6ee1fe850708399b47ac336773f599970991ba93d" }, "downloads": -1, "filename": "eea.faceted.inheritance-5.3.zip", "has_sig": false, "md5_digest": "c58dabdaf24e4554fe8cee1a1613ca42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38753, "upload_time": "2018-02-23T16:18:05", "url": "https://files.pythonhosted.org/packages/45/c0/17d649845e694ebf81d601e519a09bdd3f483209fef1ef029e9feed8418b/eea.faceted.inheritance-5.3.zip" } ], "5.4": [ { "comment_text": "", "digests": { "md5": "930287a386a41ad10a6e8e5115d774db", "sha256": "60b3f9fcf056911a21b1434f24043606ea9ee33c043e793bed227aaf61b57367" }, "downloads": -1, "filename": "eea.faceted.inheritance-5.4.zip", "has_sig": false, "md5_digest": "930287a386a41ad10a6e8e5115d774db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39296, "upload_time": "2018-03-14T19:47:40", "url": "https://files.pythonhosted.org/packages/4e/46/aa0c7dbe268ee460c3f9c0c7b4caf34a22730025b4dbaf75f7db3c13f377/eea.faceted.inheritance-5.4.zip" } ], "5.5": [ { "comment_text": "", "digests": { "md5": "7391d7b5f51ed0fa460d69aee5ee74d3", "sha256": "dab8edb6c9cdd3f4f568780e52a8375e7aa335ce941a51cabade0ab9cea4ef93" }, "downloads": -1, "filename": "eea.faceted.inheritance-5.5.zip", "has_sig": false, "md5_digest": "7391d7b5f51ed0fa460d69aee5ee74d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40168, "upload_time": "2019-01-29T16:35:04", "url": "https://files.pythonhosted.org/packages/b7/d7/d43c818d6e0c145c81355461e78cb8464c278dc634b200f9ffb6890d07bc/eea.faceted.inheritance-5.5.zip" } ], "6.0": [ { "comment_text": "", "digests": { "md5": "c7ef96f22902ed511221cdf9bdee5714", "sha256": "aaaab577b5d3be8e502aad9355812d53751b5258f44433f560ede17ae5b538d5" }, "downloads": -1, "filename": "eea.faceted.inheritance-6.0.zip", "has_sig": false, "md5_digest": "c7ef96f22902ed511221cdf9bdee5714", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46877, "upload_time": "2019-03-16T10:55:47", "url": "https://files.pythonhosted.org/packages/ac/27/bd273b78209f48ec7e17da68c3ac14b21a98c343ab0dc184f45f5a0d1ca0/eea.faceted.inheritance-6.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7ef96f22902ed511221cdf9bdee5714", "sha256": "aaaab577b5d3be8e502aad9355812d53751b5258f44433f560ede17ae5b538d5" }, "downloads": -1, "filename": "eea.faceted.inheritance-6.0.zip", "has_sig": false, "md5_digest": "c7ef96f22902ed511221cdf9bdee5714", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46877, "upload_time": "2019-03-16T10:55:47", "url": "https://files.pythonhosted.org/packages/ac/27/bd273b78209f48ec7e17da68c3ac14b21a98c343ab0dc184f45f5a0d1ca0/eea.faceted.inheritance-6.0.zip" } ] }