Skip to content

collective/eea.versions

 
 

Repository files navigation

EEA Versions

develop

master

EEA Versions is a versioning system based on a version ID to group certains objects and EffectiveDate to determine version number.

Installation

zc.buildout

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:

  • Update your buildout.cfg file:

    [instance]
    ...
    eggs =
      ...
      eea.versions
    
    zcml =
      ...
      eea.versions
  • Re-run buildout, e.g. with:

    $ ./bin/buildout

You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.

Source code

Latest source code (Plone 4 compatible): - Plone Collective on Github - EEA on Github

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

The EEA Versions (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.

Contributor(s)

  • Tiberiu Ichim (Eau de Web),
  • Alec Ghica (Eau de Web),
  • Antonio De Marinis (European Environment Agency)

More details under docs/License.txt

Funding

EEA - European Enviroment Agency (EU)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.3%
  • JavaScript 4.4%
  • Shell 0.3%