forked from collective/eea.exhibit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
104 lines (70 loc) · 2.72 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
===========
EEA Exhibit
===========
.. image:: http://ci.eionet.europa.eu/job/eea.exhibit-www/badge/icon
:target: http://ci.eionet.europa.eu/job/eea.exhibit-www/lastBuild
.. image:: http://ci.eionet.europa.eu/job/eea.exhibit-plone4/badge/icon
:target: http://ci.eionet.europa.eu/job/eea.exhibit-plone4/lastBuild
.. image:: http://ci.eionet.europa.eu/job/eea.exhibit-zope/badge/icon
:target: http://ci.eionet.europa.eu/job/eea.exhibit-zope/lastBuild
EEA Exhibit provides Simile Widgets Exhibit framework integration for
eea.app.visualization. See eea.daviz package for more details.
.. image:: http://eea.github.com/_images/eea.daviz.layers.svg
.. contents::
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:
* Add ``eea.exhibit`` to the list of eggs to install
* Tell the `plone.recipe.zope2instance`_ recipe to install a ZCML slug
::
[instance]
...
eggs =
...
eea.exhibit
zcml =
...
eea.exhibit
* 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.
Live demos
==========
* `Basic tutorials <http://www.youtube.com/playlist?list=PLVPSQz7ahsByeq8nVKC7TT9apArEXBrV0>`_
* `Advanced tutorials <http://www.youtube.com/playlist?list=PLVPSQz7ahsBxbe8pwzFWLQuvDSP9JFn8I>`_
Dependencies
============
`EEA Exhibit`_ has the following dependencies:
- Zope 2.12+
- rdflib
- `eea.app.visualization`_
.. image:: http://eea.github.com/_images/eea.daviz.dependencies.svg
Source code
===========
Latest source code (Zope 2 compatible):
- `Plone Collective on Github <https://github.com/collective/eea.exhibit>`_
- `EEA on Github <https://github.com/eea/eea.exhibit>`_
Plone 2 and 3 compatible:
https://svn.eionet.europa.eu/repositories/Zope/trunk/eea.exhibit/branches/plone25
Copyright and license
=====================
The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.
The EEA Exhibit (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
Funding
=======
EEA_ - European Environment Agency (EU)
.. _EEA: http://www.eea.europa.eu/
.. _`eea.app.visualization`: http://eea.github.com/docs/eea.app.visualization
.. _`plone.recipe.zope2instance`: http://pypi.python.org/pypi/plone.recipe.zope2instance
.. _`zc.buildout`: http://pypi.python.org/pypi/zc.buildout