Metadata

Distro Index Owner:
eea
Home Page:
eea.api.glossary
License
GPL version 2
Version:
1.6
Last updated:
2025-11-18
Keywords:
Python Plone CMS

eea.api.glossary

Files

Indexes

An API for the volto-eea-slate-glossary addon

eea.api.glossary

Develop Master

The eea.api.glossary is a Plone add-on

Main features

  1. Provides the vocabulary for the volto-eea-slate-glossary addon

Install

  • Add eea.api.glossary to your eggs section in your buildout and re-run buildout:

    [buildout]
    eggs +=
      eea.api.glossary
    
  • Or via docker:

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

Plone versions

It has been developed and tested for Plone 5.

Funding

EEA - European Environment Agency (EU)

Changelog

1.6 - (2025-11-18)

  • Change: Replace Python linting to ruff [mihaidobrescu1111 = refs #286821]
  • Change: Add plone6 tests [mihaidobrescu1111 = refs #293593]

1.5 - (2025-06-11)

  • Change: pin elasticsearch==8.17.2 [alecghica]

1.4 - (2025-06-04)

  • Change: Develop [laszlocseh]

1.3 - (2025-06-04)

  • Change: Develop [laszlocseh]

1.2 - (2024-04-16)

  • Change: Release [laszlocseh]

1.1 - (2024-01-19)

  • Change: Develop [laszlocseh]

1.0 (2023-12-22)

  • Initial release. [laszlocseh]