Skip to content

ichim-david/eea.relations

 
 

Repository files navigation

EEA Relations

http://ci.eionet.europa.eu/job/eea.relations-www/badge/icon http://ci.eionet.europa.eu/job/eea.relations-plone4/badge/icon

EEA Relations package redefines relations in Plone. Right now in Plone any object can be in relation with any other object. EEA Relations lets you to define possible relations between objects. EEA Relations also comes with a nice, customizable faceted navigable popup for relations widget.

Once installed from "Add-ons", the package will add an utility called "Possible relations" under "Control Panel".

Main goal of EEA Relations is to be an alternative to the default Plone related item widget.

EEA Relations features:

  1. Define/restrict what kind of content types a certain content can relate to
  2. Set restrictions on possible relations (e.g. relations can be made only with published content)
  3. You can define easy to use faceted searches (using EEA Faceted navigation) on the relate items popup
  4. Nice visual diagram showning all the relations and restrictions you defined (Control Panel -> Possible relations)

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.relations
    
    zcml =
      ...
      eea.relations
    
  • 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.

Once you install the package from "Control Panel Add-ons", the package will add an utility called "Possible relations" under "Control Panel" from where you can start define the relations, the constraints between contents etc.

EEA Relations has the following dependencies:

  • graphviz

    $ yum install graphviz
    $ apt-get install graphviz
    
  • pydot

  • eea.facetednavigation

http://apidoc.eea.europa.eu/eea.relations-module.html

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 Relations (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.

More details under docs/License.txt

EEA - European Environment Agency (EU)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.7%
  • JavaScript 16.5%
  • Shell 1.8%