eea.geolocation


Nameeea.geolocation JSON
Version 2.6 PyPI version JSON
download
home_pagehttps://github.com/eea/eea.geolocation
SummaryGeonames settings EEA country groups/regions vocabularies
upload_time2024-03-25 20:10:15
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.geolocation
==========================
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.geolocation/develop
  :target: https://ci.eionet.europa.eu/job/eea/job/eea.geolocation/job/develop/display/redirect
  :alt: Develop
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.geolocation/master
  :target: https://ci.eionet.europa.eu/job/eea/job/eea.geolocation/job/master/display/redirect
  :alt: Master

The eea.geolocation is a Plone add-on

.. contents::


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

1. Configure Google API and Geonames API via Site Setup > Geolocation
2. RestAPI endpoint @geolocation to get these settings.

Install
=======

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

    [buildout]
    eggs +=
      eea.geolocation

* You can download a sample buildout from:

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

* Or via docker::

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

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


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

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


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

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


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

- https://pypi.python.org/pypi/eea.geolocation
- 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.geolocation/blob/master/CONTRIBUTING.md>`_.

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

eea.geolocation (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
=========

2.6 - (2024-03-25)
---------------------------
* Change: updated profile for the "Biogeographical Regions" taxonomy
  [alecghica refs #265225]

2.5 - (2022-11-17)
---------------------------
* Change: Changed restapi encoding from ascii to latin-1 in order to better
  represent ascii characters
  [iulianpetchesi refs #153129]

2.4 - (2022-11-15)
---------------------------
* Change: Restore old encoding for restapi
  [iulianpetchesi refs #153129]

2.3 - (2022-11-14)
---------------------------
* Change: Rename controlpanel id to avoid conflicts with plone.formwidget.geolocation
  [avoinea]

2.2 - (2022-11-02)
---------------------------
* Change: Changed restapi encoding from ascii to latin-1 in order to better
  represent ascii characters
  [iulianpetchesi refs #153129]

2.1 - (2021-11-11)
---------------------------
* Change: Fixed package classifiers and python_requires
  [avoinea refs #139888]

2.0 - (2021-06-10)
---------------------------
* Change: Default language: en for all taxonomies
  [avoinea]

1.6 - (2021-05-17)
---------------------------
* Bug fix: Remove z3c.jbot dependency as it conflicts with eea.pdf downloads
  [avoinea refs #133890]

1.5 - (2021-04-27)
---------------------------
* Change: Added template override for collective.taxonomy edit template in
  order to load the javascript via javascript_head_slot
  [iulianpetchesi refs #131545]

1.4 - (2020-11-25)
---------------------------
* Change: Added collective.taxonomy dependency in metadata.xml
  [iulianpetchesi refs #122622]

1.3 - (2020-11-24)
---------------------------
* Change: Added @geodata RestAPI endpoint
  [iulianpetchesi refs #122622]

1.2 - (2020-11-23)
---------------------------
* Change: Modified the structure of the imported xmls
  [iulianpetchesi refs #122622]

1.1 - (2020-11-10)
---------------------------
* Change: Added geotags information and a script that imports said information
  as taxonomies
  [iulianpetchesi refs #122622]

1.0 - (2020-10-22)
-----------------------

* Initial release: Configure Google and Geonames via controlpanel and @geolocation RestAPI endpoint
  [@avoinea refs #122622]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eea/eea.geolocation",
    "name": "eea.geolocation",
    "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/23/fe/e8da457a7d003c970fc15cf5f680b150ea064d5655582064e8d882fda51d/eea.geolocation-2.6.zip",
    "platform": null,
    "description": "==========================\neea.geolocation\n==========================\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.geolocation/develop\n  :target: https://ci.eionet.europa.eu/job/eea/job/eea.geolocation/job/develop/display/redirect\n  :alt: Develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.geolocation/master\n  :target: https://ci.eionet.europa.eu/job/eea/job/eea.geolocation/job/master/display/redirect\n  :alt: Master\n\nThe eea.geolocation is a Plone add-on\n\n.. contents::\n\n\nMain features\n=============\n\n1. Configure Google API and Geonames API via Site Setup > Geolocation\n2. RestAPI endpoint @geolocation to get these settings.\n\nInstall\n=======\n\n* Add eea.geolocation to your eggs section in your buildout and\n  re-run buildout::\n\n    [buildout]\n    eggs +=\n      eea.geolocation\n\n* You can download a sample buildout from:\n\n  - https://github.com/eea/eea.geolocation/tree/master/buildouts/plone4\n  - https://github.com/eea/eea.geolocation/tree/master/buildouts/plone5\n\n* Or via docker::\n\n    $ docker run --rm -p 8080:8080 -e ADDONS=\"eea.geolocation\" plone\n\n* Install *eea.geolocation* within Site Setup > Add-ons\n\n\nBuildout installation\n=====================\n\n- `Plone 4+ <https://github.com/eea/eea.geolocation/tree/master/buildouts/plone4>`_\n- `Plone 5+ <https://github.com/eea/eea.geolocation/tree/master/buildouts/plone5>`_\n\n\nSource code\n===========\n\n- `Plone 4+ on github <https://github.com/eea/eea.geolocation>`_\n- `Plone 5+ on github <https://github.com/eea/eea.geolocation>`_\n\n\nEggs repository\n===============\n\n- https://pypi.python.org/pypi/eea.geolocation\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.geolocation/blob/master/CONTRIBUTING.md>`_.\n\nCopyright and license\n=====================\n\neea.geolocation (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\n2.6 - (2024-03-25)\n---------------------------\n* Change: updated profile for the \"Biogeographical Regions\" taxonomy\n  [alecghica refs #265225]\n\n2.5 - (2022-11-17)\n---------------------------\n* Change: Changed restapi encoding from ascii to latin-1 in order to better\n  represent ascii characters\n  [iulianpetchesi refs #153129]\n\n2.4 - (2022-11-15)\n---------------------------\n* Change: Restore old encoding for restapi\n  [iulianpetchesi refs #153129]\n\n2.3 - (2022-11-14)\n---------------------------\n* Change: Rename controlpanel id to avoid conflicts with plone.formwidget.geolocation\n  [avoinea]\n\n2.2 - (2022-11-02)\n---------------------------\n* Change: Changed restapi encoding from ascii to latin-1 in order to better\n  represent ascii characters\n  [iulianpetchesi refs #153129]\n\n2.1 - (2021-11-11)\n---------------------------\n* Change: Fixed package classifiers and python_requires\n  [avoinea refs #139888]\n\n2.0 - (2021-06-10)\n---------------------------\n* Change: Default language: en for all taxonomies\n  [avoinea]\n\n1.6 - (2021-05-17)\n---------------------------\n* Bug fix: Remove z3c.jbot dependency as it conflicts with eea.pdf downloads\n  [avoinea refs #133890]\n\n1.5 - (2021-04-27)\n---------------------------\n* Change: Added template override for collective.taxonomy edit template in\n  order to load the javascript via javascript_head_slot\n  [iulianpetchesi refs #131545]\n\n1.4 - (2020-11-25)\n---------------------------\n* Change: Added collective.taxonomy dependency in metadata.xml\n  [iulianpetchesi refs #122622]\n\n1.3 - (2020-11-24)\n---------------------------\n* Change: Added @geodata RestAPI endpoint\n  [iulianpetchesi refs #122622]\n\n1.2 - (2020-11-23)\n---------------------------\n* Change: Modified the structure of the imported xmls\n  [iulianpetchesi refs #122622]\n\n1.1 - (2020-11-10)\n---------------------------\n* Change: Added geotags information and a script that imports said information\n  as taxonomies\n  [iulianpetchesi refs #122622]\n\n1.0 - (2020-10-22)\n-----------------------\n\n* Initial release: Configure Google and Geonames via controlpanel and @geolocation RestAPI endpoint\n  [@avoinea refs #122622]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Geonames settings EEA country groups/regions vocabularies",
    "version": "2.6",
    "project_urls": {
        "Homepage": "https://github.com/eea/eea.geolocation"
    },
    "split_keywords": [
        "eea",
        "add-ons",
        "plone",
        "zope"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23fee8da457a7d003c970fc15cf5f680b150ea064d5655582064e8d882fda51d",
                "md5": "ce848f2abe2e6ed02cd2a9d94b58225c",
                "sha256": "c8bf7b08d914aa8e5c5a9ac8c10d6c1ca10cefa7ea3233956cf55e83fb53ba38"
            },
            "downloads": -1,
            "filename": "eea.geolocation-2.6.zip",
            "has_sig": false,
            "md5_digest": "ce848f2abe2e6ed02cd2a9d94b58225c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 109167,
            "upload_time": "2024-03-25T20:10:15",
            "upload_time_iso_8601": "2024-03-25T20:10:15.510680Z",
            "url": "https://files.pythonhosted.org/packages/23/fe/e8da457a7d003c970fc15cf5f680b150ea064d5655582064e8d882fda51d/eea.geolocation-2.6.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 20:10:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eea",
    "github_project": "eea.geolocation",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "eea.geolocation"
}
        
Elapsed time: 0.28078s