eea.coremetadata


Nameeea.coremetadata JSON
Version 3.7 PyPI version JSON
download
home_pagehttps://github.com/eea/eea.coremetadata
SummaryAn add-on for Plone
upload_time2024-04-09 14:14:13
maintainerNone
docs_urlNone
authorEuropean Environment Agency: IDM2 A-Team
requires_pythonNone
licenseGPL version 2
keywords eea add-ons plone zope
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ==========================
eea.coremetadata
==========================
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/develop
  :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/develop/display/redirect
  :alt: Develop
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/master
  :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/master/display/redirect
  :alt: Master

The eea.coremetadata is a Plone add-on

.. contents::


Main features
=============

1. Easy to install/uninstall via Site Setup > Add-ons
2.
3.

Install
=======

* Add eea.coremetadata to your eggs section in your buildout and
  re-run buildout::

    [buildout]
    eggs +=
      eea.coremetadata

* You can download a sample buildout from:

  - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4
  - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5

* Or via docker::

    $ docker run --rm -p 8080:8080 -e ADDONS="eea.coremetadata" plone

* Install *eea.coremetadata* within Site Setup > Add-ons


Buildout installation
=====================

- `Plone 4+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4>`_
- `Plone 5+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5>`_


Source code
===========

- `Plone 4+ on github <https://github.com/eea/eea.coremetadata>`_
- `Plone 5+ on github <https://github.com/eea/eea.coremetadata>`_


Eggs repository
===============

- https://pypi.python.org/pypi/eea.coremetadata
- http://eggrepo.eea.europa.eu/simple


Plone versions
==============
It has been developed and tested for Plone 4 and 5. See buildouts section above.


How to contribute
=================
See the `contribution guidelines (CONTRIBUTING.md) <https://github.com/eea/eea.coremetadata/blob/master/CONTRIBUTING.md>`_.

Copyright and license
=====================

eea.coremetadata (the Original Code) is free software; you can
redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc., 59
Temple Place, Suite 330, Boston, MA 02111-1307 USA.

The Initial Owner of the Original Code is European Environment Agency (EEA).
Portions created by Eau de Web are Copyright (C) 2009 by
European Environment Agency. All Rights Reserved.


Funding
=======

EEA_ - European Environment Agency (EU)

.. _EEA: https://www.eea.europa.eu/
.. _`EEA Web Systems Training`: http://www.youtube.com/user/eeacms/videos?view=1

Changelog
=========

3.7 - (2024-04-09)
---------------------------
* Change: updated Organizations taxonomy, added EMA.
  [alecghica refs #268171]

3.6 - (2024-04-03)
---------------------------
* Change: updated Organizations taxonomy, fixed typo for ECHA.
  [alecghica]

3.5 - (2024-03-05)
---------------------------
* Feature: Expose rights field as metadata
  [dobri1408 - refs #159551]

3.4 - (2023-10-16)
---------------------------
* Fix: Fix data_provenance indexer
  [avoinea - refs #258077]

3.3 - (2023-10-16)
---------------------------
* Feature: Add data_provenance indexer
  [dobri1408 - refs #258077]

3.2 - (2023-07-19)
---------------------------
* Bug fix: Object is of wrong type
  [nileshgulia1 - refs #254921]

3.1 - (2023-04-26)
---------------------------
* Change: Develop refs #250426
  [alecghica]

3.0 - (2023-03-23)
---------------------------
* Change: Register indexes in portal_catalog and add indexer for temporal _coverage index
  [razvanMiu]

2.5 - (2022-12-16)
---------------------------
* Change: Distinct title for taxonomies to differentiate in search criteria
  [avoinea]

2.4 - (2022-12-08)
---------------------------
* Change: Added upgrade step that enables behavior indexer for topics taxonomy
  [iulianpetchesi refs #157336]

2.3 - (2022-10-21)
---------------------------
* Change: Develop #155903
  [alecghica]

2.2 - (2022-10-07)
---------------------------
* Change: Added the field rights back
  [dobri1408]

2.1 - (2022-10-05)
---------------------------
* Change: Update topics taxonomy with new info + upgrade step
  [iulianpetchesi refs #154859]

2.0 - (2022-09-08)
---------------------------
* Change: Fix constraint bug on env vars when empty string
  [iulianpetchesi refs #153089]

1.9 - (2022-08-30)
---------------------------
* Change: Convert env vars to list from string
  [iulianpetchesi refs #153089]

1.8 - (2022-08-29)
---------------------------
* Change: Enhanced the way env variables are retrieved and used
  [iulianpetchesi refs #153089]

1.7 - (2022-08-18)
---------------------------
* Change: Release
  [nileshgulia1]

1.6 - (2022-06-22)
---------------------------
* Change: Release: remove python 2.7
  [nileshgulia1]

1.5 - (2022-06-22)
---------------------------
* Change: Renamed contributors to other_organisations
  [iulianpetchesi refs #142720]

1.4 - (2022-06-22)
---------------------------
* Change: Updated topics taxonomy with new values
  [iulianpetchesi refs #142720]
* Change: Release
  [nileshgulia1]

1.3 - (2022-06-21)
---------------------------
* Change: Removed creation_date and word count
  [iulianpetchesi refs #142720]

1.2 - (2022-06-21)
---------------------------
* Change: Added topics taxonomy, updated descriptions and changed fields
  requirements
  [iulianpetchesi refs #142720]

1.1 - (2022-06-13)
---------------------------
* Change: Fix history.txt
  [iulianpetchesi refs #142720]

1.0 - (2022-04-05)
-----------------------

* Initial release.
  [eea]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eea/eea.coremetadata",
    "name": "eea.coremetadata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "EEA Add-ons Plone Zope",
    "author": "European Environment Agency: IDM2 A-Team",
    "author_email": "eea-edw-a-team-alerts@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/57/d483f2443081b36d2ce8aa3e23d5cfc598462cc6925845ef20b9135333a1/eea.coremetadata-3.7.zip",
    "platform": null,
    "description": "==========================\neea.coremetadata\n==========================\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/develop\n  :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/develop/display/redirect\n  :alt: Develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/master\n  :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/master/display/redirect\n  :alt: Master\n\nThe eea.coremetadata is a Plone add-on\n\n.. contents::\n\n\nMain features\n=============\n\n1. Easy to install/uninstall via Site Setup > Add-ons\n2.\n3.\n\nInstall\n=======\n\n* Add eea.coremetadata to your eggs section in your buildout and\n  re-run buildout::\n\n    [buildout]\n    eggs +=\n      eea.coremetadata\n\n* You can download a sample buildout from:\n\n  - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4\n  - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5\n\n* Or via docker::\n\n    $ docker run --rm -p 8080:8080 -e ADDONS=\"eea.coremetadata\" plone\n\n* Install *eea.coremetadata* within Site Setup > Add-ons\n\n\nBuildout installation\n=====================\n\n- `Plone 4+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4>`_\n- `Plone 5+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5>`_\n\n\nSource code\n===========\n\n- `Plone 4+ on github <https://github.com/eea/eea.coremetadata>`_\n- `Plone 5+ on github <https://github.com/eea/eea.coremetadata>`_\n\n\nEggs repository\n===============\n\n- https://pypi.python.org/pypi/eea.coremetadata\n- http://eggrepo.eea.europa.eu/simple\n\n\nPlone versions\n==============\nIt has been developed and tested for Plone 4 and 5. See buildouts section above.\n\n\nHow to contribute\n=================\nSee the `contribution guidelines (CONTRIBUTING.md) <https://github.com/eea/eea.coremetadata/blob/master/CONTRIBUTING.md>`_.\n\nCopyright and license\n=====================\n\neea.coremetadata (the Original Code) is free software; you can\nredistribute it and/or modify it under the terms of the\nGNU General Public License as published by the Free Software Foundation;\neither version 2 of the License, or (at your 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 MERCHANTABILITY\nor FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\nfor more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc., 59\nTemple Place, Suite 330, Boston, MA 02111-1307 USA.\n\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nPortions created by Eau de Web are Copyright (C) 2009 by\nEuropean Environment Agency. All Rights Reserved.\n\n\nFunding\n=======\n\nEEA_ - European Environment Agency (EU)\n\n.. _EEA: https://www.eea.europa.eu/\n.. _`EEA Web Systems Training`: http://www.youtube.com/user/eeacms/videos?view=1\n\nChangelog\n=========\n\n3.7 - (2024-04-09)\n---------------------------\n* Change: updated Organizations taxonomy, added EMA.\n  [alecghica refs #268171]\n\n3.6 - (2024-04-03)\n---------------------------\n* Change: updated Organizations taxonomy, fixed typo for ECHA.\n  [alecghica]\n\n3.5 - (2024-03-05)\n---------------------------\n* Feature: Expose rights field as metadata\n  [dobri1408 - refs #159551]\n\n3.4 - (2023-10-16)\n---------------------------\n* Fix: Fix data_provenance indexer\n  [avoinea - refs #258077]\n\n3.3 - (2023-10-16)\n---------------------------\n* Feature: Add data_provenance indexer\n  [dobri1408 - refs #258077]\n\n3.2 - (2023-07-19)\n---------------------------\n* Bug fix: Object is of wrong type\n  [nileshgulia1 - refs #254921]\n\n3.1 - (2023-04-26)\n---------------------------\n* Change: Develop refs #250426\n  [alecghica]\n\n3.0 - (2023-03-23)\n---------------------------\n* Change: Register indexes in portal_catalog and add indexer for temporal _coverage index\n  [razvanMiu]\n\n2.5 - (2022-12-16)\n---------------------------\n* Change: Distinct title for taxonomies to differentiate in search criteria\n  [avoinea]\n\n2.4 - (2022-12-08)\n---------------------------\n* Change: Added upgrade step that enables behavior indexer for topics taxonomy\n  [iulianpetchesi refs #157336]\n\n2.3 - (2022-10-21)\n---------------------------\n* Change: Develop #155903\n  [alecghica]\n\n2.2 - (2022-10-07)\n---------------------------\n* Change: Added the field rights back\n  [dobri1408]\n\n2.1 - (2022-10-05)\n---------------------------\n* Change: Update topics taxonomy with new info + upgrade step\n  [iulianpetchesi refs #154859]\n\n2.0 - (2022-09-08)\n---------------------------\n* Change: Fix constraint bug on env vars when empty string\n  [iulianpetchesi refs #153089]\n\n1.9 - (2022-08-30)\n---------------------------\n* Change: Convert env vars to list from string\n  [iulianpetchesi refs #153089]\n\n1.8 - (2022-08-29)\n---------------------------\n* Change: Enhanced the way env variables are retrieved and used\n  [iulianpetchesi refs #153089]\n\n1.7 - (2022-08-18)\n---------------------------\n* Change: Release\n  [nileshgulia1]\n\n1.6 - (2022-06-22)\n---------------------------\n* Change: Release: remove python 2.7\n  [nileshgulia1]\n\n1.5 - (2022-06-22)\n---------------------------\n* Change: Renamed contributors to other_organisations\n  [iulianpetchesi refs #142720]\n\n1.4 - (2022-06-22)\n---------------------------\n* Change: Updated topics taxonomy with new values\n  [iulianpetchesi refs #142720]\n* Change: Release\n  [nileshgulia1]\n\n1.3 - (2022-06-21)\n---------------------------\n* Change: Removed creation_date and word count\n  [iulianpetchesi refs #142720]\n\n1.2 - (2022-06-21)\n---------------------------\n* Change: Added topics taxonomy, updated descriptions and changed fields\n  requirements\n  [iulianpetchesi refs #142720]\n\n1.1 - (2022-06-13)\n---------------------------\n* Change: Fix history.txt\n  [iulianpetchesi refs #142720]\n\n1.0 - (2022-04-05)\n-----------------------\n\n* Initial release.\n  [eea]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "An add-on for Plone",
    "version": "3.7",
    "project_urls": {
        "Homepage": "https://github.com/eea/eea.coremetadata"
    },
    "split_keywords": [
        "eea",
        "add-ons",
        "plone",
        "zope"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a57d483f2443081b36d2ce8aa3e23d5cfc598462cc6925845ef20b9135333a1",
                "md5": "684fe5fc0d298ac23e808abc4dfa6a97",
                "sha256": "e0b1cca2d68c8f39f5736e5e6dcb6613963ec1bfb08d7f1a005d2c4d5e5adc6e"
            },
            "downloads": -1,
            "filename": "eea.coremetadata-3.7.zip",
            "has_sig": false,
            "md5_digest": "684fe5fc0d298ac23e808abc4dfa6a97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 86338,
            "upload_time": "2024-04-09T14:14:13",
            "upload_time_iso_8601": "2024-04-09T14:14:13.925034Z",
            "url": "https://files.pythonhosted.org/packages/2a/57/d483f2443081b36d2ce8aa3e23d5cfc598462cc6925845ef20b9135333a1/eea.coremetadata-3.7.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 14:14:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eea",
    "github_project": "eea.coremetadata",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "eea.coremetadata"
}
        
Elapsed time: 0.25756s