Metadata

Distro Index Owner:
eea
Home Page:
clms.statstool
License
GPL version 2
Version:
3.6
Last updated:
2024-03-19
Keywords:
EEA Add-ons Plone Zope

clms.statstool

Files

Indexes

An add-on for Plone to save download stats of CLSM

clms.statstool

Develop Master

The clms.statstool is a Plone add-on to save the download stats of the CLMS portal

Main features

It provides several methods to register download requests from users. It provides several REST API endpoints to request the download requests (WIP)

Install

  • Add clms.statstool to your eggs section in your buildout and re-run buildout:

    [buildout]
    eggs +=
      clms.statstool
    
  • You can download a sample buildout from:

  • Or via docker:

    $ docker run --rm -p 8080:8080 -e ADDONS="clms.statstool" plone
    
  • Install clms.statstool within Site Setup > Add-ons

Plone versions

It has been developed and tested for Plone 5 and python 3. See buildouts section above.

Funding

EEA - European Environment Agency (EU)

Changelog

3.6 - (2024-03-19)

  • Change: Develop [erral]

3.5 - (2023-12-13)

  • Change: fix: fix datetime conversion [erral]

3.4 - (2023-11-30)

  • Change: feat: add more tests [erral]

3.3 - (2023-11-30)

  • Change: Develop [erral]

3.2 - (2023-11-22)

  • Change: Develop [erral]

3.1 - (2023-11-22)

  • Change: Develop [erral]

3.0 - (2023-11-21)

  • Change: Develop [erral]

2.9 - (2023-10-23)

  • Change: use land.copernicus.eu tag [erral]

2.8 - (2023-10-11)

  • Change: Develop [erral]

2.7 - (2023-10-10)

  • Change: Develop [erral]

2.6 - (2023-03-20)

  • Change: add user_id [erral]

2.5 - (2023-03-07)

  • Change: Develop [erral]

2.4 - (2023-03-06)

  • Change: Develop [erral]

2.3 - (2023-03-06)

  • Change: Develop [erral]

2.2 - (2022-11-28)

  • Change: Develop [erral]

2.0 - (2022-08-30)

  • Change: pins [erral]

1.9 - (2022-07-26)

  • Change: Develop [erral]

1.8 - (2022-07-21)

  • Change: Develop [erral]

1.7 - (2022-07-20)

  • Change: Develop [erral]

1.6 - (2022-07-20)

  • Change: Develop [erral]

1.5 - (2022-04-05)

  • Change: Develop [erral]

1.3 - (2022-03-18)

  • Change: change sonarqube [erral]

1.2 - (2021-12-21)

  • Change: Develop [erral]

1.1 - (2021-12-16)

  • Change: Develop [erral]

1.0 - (2021-09-02)

  • Change: readme changes [erral]

1.0 - (2021-09-02)

  • Initial release. [eea]