eea.coremetadata 5.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. eea.coremetadata-5.2/CONTRIBUTING.md +49 -0
  2. eea.coremetadata-5.2/MANIFEST.in +8 -0
  3. eea.coremetadata-5.2/PKG-INFO +290 -0
  4. eea.coremetadata-5.2/README.rst +103 -0
  5. eea.coremetadata-5.2/docs/HISTORY.txt +163 -0
  6. eea.coremetadata-5.2/docs/LICENSE.GPL +339 -0
  7. eea.coremetadata-5.2/docs/LICENSE.txt +19 -0
  8. eea.coremetadata-5.2/eea/__init__.py +3 -0
  9. eea.coremetadata-5.2/eea/coremetadata/README.txt +16 -0
  10. eea.coremetadata-5.2/eea/coremetadata/__init__.py +9 -0
  11. eea.coremetadata-5.2/eea/coremetadata/behaviors/__init__.py +2 -0
  12. eea.coremetadata-5.2/eea/coremetadata/behaviors/configure.zcml +57 -0
  13. eea.coremetadata-5.2/eea/coremetadata/behaviors/metadata.py +97 -0
  14. eea.coremetadata-5.2/eea/coremetadata/behaviors/vocabulary.py +179 -0
  15. eea.coremetadata-5.2/eea/coremetadata/browser/__init__.py +2 -0
  16. eea.coremetadata-5.2/eea/coremetadata/browser/configure.zcml +6 -0
  17. eea.coremetadata-5.2/eea/coremetadata/configure.zcml +20 -0
  18. eea.coremetadata-5.2/eea/coremetadata/index_modifiers.py +15 -0
  19. eea.coremetadata-5.2/eea/coremetadata/indexer.py +35 -0
  20. eea.coremetadata-5.2/eea/coremetadata/interfaces.py +238 -0
  21. eea.coremetadata-5.2/eea/coremetadata/locales/__init__.py +2 -0
  22. eea.coremetadata-5.2/eea/coremetadata/locales/bg/LC_MESSAGES/eea.mo +0 -0
  23. eea.coremetadata-5.2/eea/coremetadata/locales/bg/LC_MESSAGES/eea.po +0 -0
  24. eea.coremetadata-5.2/eea/coremetadata/locales/bg/LC_MESSAGES/plone.mo +0 -0
  25. eea.coremetadata-5.2/eea/coremetadata/locales/bg/LC_MESSAGES/plone.po +0 -0
  26. eea.coremetadata-5.2/eea/coremetadata/locales/cs/LC_MESSAGES/eea.mo +0 -0
  27. eea.coremetadata-5.2/eea/coremetadata/locales/cs/LC_MESSAGES/eea.po +0 -0
  28. eea.coremetadata-5.2/eea/coremetadata/locales/cs/LC_MESSAGES/plone.mo +0 -0
  29. eea.coremetadata-5.2/eea/coremetadata/locales/cs/LC_MESSAGES/plone.po +0 -0
  30. eea.coremetadata-5.2/eea/coremetadata/locales/da/LC_MESSAGES/eea.mo +0 -0
  31. eea.coremetadata-5.2/eea/coremetadata/locales/da/LC_MESSAGES/eea.po +0 -0
  32. eea.coremetadata-5.2/eea/coremetadata/locales/da/LC_MESSAGES/plone.mo +0 -0
  33. eea.coremetadata-5.2/eea/coremetadata/locales/da/LC_MESSAGES/plone.po +0 -0
  34. eea.coremetadata-5.2/eea/coremetadata/locales/de/LC_MESSAGES/eea.mo +0 -0
  35. eea.coremetadata-5.2/eea/coremetadata/locales/de/LC_MESSAGES/eea.po +0 -0
  36. eea.coremetadata-5.2/eea/coremetadata/locales/de/LC_MESSAGES/plone.mo +0 -0
  37. eea.coremetadata-5.2/eea/coremetadata/locales/de/LC_MESSAGES/plone.po +0 -0
  38. eea.coremetadata-5.2/eea/coremetadata/locales/eea.pot +0 -0
  39. eea.coremetadata-5.2/eea/coremetadata/locales/el/LC_MESSAGES/eea.mo +0 -0
  40. eea.coremetadata-5.2/eea/coremetadata/locales/el/LC_MESSAGES/eea.po +0 -0
  41. eea.coremetadata-5.2/eea/coremetadata/locales/el/LC_MESSAGES/plone.mo +0 -0
  42. eea.coremetadata-5.2/eea/coremetadata/locales/el/LC_MESSAGES/plone.po +0 -0
  43. eea.coremetadata-5.2/eea/coremetadata/locales/en/LC_MESSAGES/eea.mo +0 -0
  44. eea.coremetadata-5.2/eea/coremetadata/locales/en/LC_MESSAGES/eea.po +0 -0
  45. eea.coremetadata-5.2/eea/coremetadata/locales/en/LC_MESSAGES/plone.mo +0 -0
  46. eea.coremetadata-5.2/eea/coremetadata/locales/en/LC_MESSAGES/plone.po +0 -0
  47. eea.coremetadata-5.2/eea/coremetadata/locales/es/LC_MESSAGES/eea.mo +0 -0
  48. eea.coremetadata-5.2/eea/coremetadata/locales/es/LC_MESSAGES/eea.po +0 -0
  49. eea.coremetadata-5.2/eea/coremetadata/locales/es/LC_MESSAGES/plone.mo +0 -0
  50. eea.coremetadata-5.2/eea/coremetadata/locales/es/LC_MESSAGES/plone.po +0 -0
  51. eea.coremetadata-5.2/eea/coremetadata/locales/et/LC_MESSAGES/eea.mo +0 -0
  52. eea.coremetadata-5.2/eea/coremetadata/locales/et/LC_MESSAGES/eea.po +0 -0
  53. eea.coremetadata-5.2/eea/coremetadata/locales/et/LC_MESSAGES/plone.mo +0 -0
  54. eea.coremetadata-5.2/eea/coremetadata/locales/et/LC_MESSAGES/plone.po +0 -0
  55. eea.coremetadata-5.2/eea/coremetadata/locales/eu/LC_MESSAGES/eea.mo +0 -0
  56. eea.coremetadata-5.2/eea/coremetadata/locales/eu/LC_MESSAGES/eea.po +0 -0
  57. eea.coremetadata-5.2/eea/coremetadata/locales/eu/LC_MESSAGES/plone.mo +0 -0
  58. eea.coremetadata-5.2/eea/coremetadata/locales/eu/LC_MESSAGES/plone.po +0 -0
  59. eea.coremetadata-5.2/eea/coremetadata/locales/fi/LC_MESSAGES/eea.mo +0 -0
  60. eea.coremetadata-5.2/eea/coremetadata/locales/fi/LC_MESSAGES/eea.po +0 -0
  61. eea.coremetadata-5.2/eea/coremetadata/locales/fi/LC_MESSAGES/plone.mo +0 -0
  62. eea.coremetadata-5.2/eea/coremetadata/locales/fi/LC_MESSAGES/plone.po +0 -0
  63. eea.coremetadata-5.2/eea/coremetadata/locales/fr/LC_MESSAGES/eea.mo +0 -0
  64. eea.coremetadata-5.2/eea/coremetadata/locales/fr/LC_MESSAGES/eea.po +0 -0
  65. eea.coremetadata-5.2/eea/coremetadata/locales/fr/LC_MESSAGES/plone.mo +0 -0
  66. eea.coremetadata-5.2/eea/coremetadata/locales/fr/LC_MESSAGES/plone.po +0 -0
  67. eea.coremetadata-5.2/eea/coremetadata/locales/hr/LC_MESSAGES/eea.mo +0 -0
  68. eea.coremetadata-5.2/eea/coremetadata/locales/hr/LC_MESSAGES/eea.po +0 -0
  69. eea.coremetadata-5.2/eea/coremetadata/locales/hr/LC_MESSAGES/plone.mo +0 -0
  70. eea.coremetadata-5.2/eea/coremetadata/locales/hr/LC_MESSAGES/plone.po +0 -0
  71. eea.coremetadata-5.2/eea/coremetadata/locales/hu/LC_MESSAGES/eea.mo +0 -0
  72. eea.coremetadata-5.2/eea/coremetadata/locales/hu/LC_MESSAGES/eea.po +0 -0
  73. eea.coremetadata-5.2/eea/coremetadata/locales/hu/LC_MESSAGES/plone.mo +0 -0
  74. eea.coremetadata-5.2/eea/coremetadata/locales/hu/LC_MESSAGES/plone.po +0 -0
  75. eea.coremetadata-5.2/eea/coremetadata/locales/is/LC_MESSAGES/eea.mo +0 -0
  76. eea.coremetadata-5.2/eea/coremetadata/locales/is/LC_MESSAGES/eea.po +0 -0
  77. eea.coremetadata-5.2/eea/coremetadata/locales/is/LC_MESSAGES/plone.mo +0 -0
  78. eea.coremetadata-5.2/eea/coremetadata/locales/is/LC_MESSAGES/plone.po +0 -0
  79. eea.coremetadata-5.2/eea/coremetadata/locales/it/LC_MESSAGES/eea.mo +0 -0
  80. eea.coremetadata-5.2/eea/coremetadata/locales/it/LC_MESSAGES/eea.po +0 -0
  81. eea.coremetadata-5.2/eea/coremetadata/locales/it/LC_MESSAGES/plone.mo +0 -0
  82. eea.coremetadata-5.2/eea/coremetadata/locales/it/LC_MESSAGES/plone.po +0 -0
  83. eea.coremetadata-5.2/eea/coremetadata/locales/kl/LC_MESSAGES/eea.mo +0 -0
  84. eea.coremetadata-5.2/eea/coremetadata/locales/kl/LC_MESSAGES/eea.po +0 -0
  85. eea.coremetadata-5.2/eea/coremetadata/locales/kl/LC_MESSAGES/plone.mo +0 -0
  86. eea.coremetadata-5.2/eea/coremetadata/locales/kl/LC_MESSAGES/plone.po +0 -0
  87. eea.coremetadata-5.2/eea/coremetadata/locales/lt/LC_MESSAGES/eea.mo +0 -0
  88. eea.coremetadata-5.2/eea/coremetadata/locales/lt/LC_MESSAGES/eea.po +0 -0
  89. eea.coremetadata-5.2/eea/coremetadata/locales/lt/LC_MESSAGES/plone.mo +0 -0
  90. eea.coremetadata-5.2/eea/coremetadata/locales/lt/LC_MESSAGES/plone.po +0 -0
  91. eea.coremetadata-5.2/eea/coremetadata/locales/lv/LC_MESSAGES/eea.mo +0 -0
  92. eea.coremetadata-5.2/eea/coremetadata/locales/lv/LC_MESSAGES/eea.po +0 -0
  93. eea.coremetadata-5.2/eea/coremetadata/locales/lv/LC_MESSAGES/plone.mo +0 -0
  94. eea.coremetadata-5.2/eea/coremetadata/locales/lv/LC_MESSAGES/plone.po +0 -0
  95. eea.coremetadata-5.2/eea/coremetadata/locales/mt/LC_MESSAGES/eea.mo +0 -0
  96. eea.coremetadata-5.2/eea/coremetadata/locales/mt/LC_MESSAGES/eea.po +0 -0
  97. eea.coremetadata-5.2/eea/coremetadata/locales/mt/LC_MESSAGES/plone.mo +0 -0
  98. eea.coremetadata-5.2/eea/coremetadata/locales/mt/LC_MESSAGES/plone.po +0 -0
  99. eea.coremetadata-5.2/eea/coremetadata/locales/nl/LC_MESSAGES/eea.mo +0 -0
  100. eea.coremetadata-5.2/eea/coremetadata/locales/nl/LC_MESSAGES/eea.po +0 -0
  101. eea.coremetadata-5.2/eea/coremetadata/locales/nl/LC_MESSAGES/plone.mo +0 -0
  102. eea.coremetadata-5.2/eea/coremetadata/locales/nl/LC_MESSAGES/plone.po +0 -0
  103. eea.coremetadata-5.2/eea/coremetadata/locales/no/LC_MESSAGES/eea.mo +0 -0
  104. eea.coremetadata-5.2/eea/coremetadata/locales/no/LC_MESSAGES/eea.po +0 -0
  105. eea.coremetadata-5.2/eea/coremetadata/locales/no/LC_MESSAGES/plone.mo +0 -0
  106. eea.coremetadata-5.2/eea/coremetadata/locales/no/LC_MESSAGES/plone.po +0 -0
  107. eea.coremetadata-5.2/eea/coremetadata/locales/pl/LC_MESSAGES/eea.mo +0 -0
  108. eea.coremetadata-5.2/eea/coremetadata/locales/pl/LC_MESSAGES/eea.po +0 -0
  109. eea.coremetadata-5.2/eea/coremetadata/locales/pl/LC_MESSAGES/plone.mo +0 -0
  110. eea.coremetadata-5.2/eea/coremetadata/locales/pl/LC_MESSAGES/plone.po +0 -0
  111. eea.coremetadata-5.2/eea/coremetadata/locales/plone-manual.pot +0 -0
  112. eea.coremetadata-5.2/eea/coremetadata/locales/pt/LC_MESSAGES/eea.mo +0 -0
  113. eea.coremetadata-5.2/eea/coremetadata/locales/pt/LC_MESSAGES/eea.po +0 -0
  114. eea.coremetadata-5.2/eea/coremetadata/locales/pt/LC_MESSAGES/plone.mo +0 -0
  115. eea.coremetadata-5.2/eea/coremetadata/locales/pt/LC_MESSAGES/plone.po +0 -0
  116. eea.coremetadata-5.2/eea/coremetadata/locales/pt_BR/LC_MESSAGES/eea.mo +0 -0
  117. eea.coremetadata-5.2/eea/coremetadata/locales/pt_BR/LC_MESSAGES/eea.po +0 -0
  118. eea.coremetadata-5.2/eea/coremetadata/locales/pt_BR/LC_MESSAGES/plone.mo +0 -0
  119. eea.coremetadata-5.2/eea/coremetadata/locales/pt_BR/LC_MESSAGES/plone.po +0 -0
  120. eea.coremetadata-5.2/eea/coremetadata/locales/ro/LC_MESSAGES/eea.mo +0 -0
  121. eea.coremetadata-5.2/eea/coremetadata/locales/ro/LC_MESSAGES/eea.po +0 -0
  122. eea.coremetadata-5.2/eea/coremetadata/locales/ro/LC_MESSAGES/plone.mo +0 -0
  123. eea.coremetadata-5.2/eea/coremetadata/locales/ro/LC_MESSAGES/plone.po +0 -0
  124. eea.coremetadata-5.2/eea/coremetadata/locales/ru/LC_MESSAGES/eea.mo +0 -0
  125. eea.coremetadata-5.2/eea/coremetadata/locales/ru/LC_MESSAGES/eea.po +0 -0
  126. eea.coremetadata-5.2/eea/coremetadata/locales/ru/LC_MESSAGES/plone.mo +0 -0
  127. eea.coremetadata-5.2/eea/coremetadata/locales/ru/LC_MESSAGES/plone.po +0 -0
  128. eea.coremetadata-5.2/eea/coremetadata/locales/sk/LC_MESSAGES/eea.mo +0 -0
  129. eea.coremetadata-5.2/eea/coremetadata/locales/sk/LC_MESSAGES/eea.po +0 -0
  130. eea.coremetadata-5.2/eea/coremetadata/locales/sk/LC_MESSAGES/plone.mo +0 -0
  131. eea.coremetadata-5.2/eea/coremetadata/locales/sk/LC_MESSAGES/plone.po +0 -0
  132. eea.coremetadata-5.2/eea/coremetadata/locales/sl/LC_MESSAGES/eea.mo +0 -0
  133. eea.coremetadata-5.2/eea/coremetadata/locales/sl/LC_MESSAGES/eea.po +0 -0
  134. eea.coremetadata-5.2/eea/coremetadata/locales/sl/LC_MESSAGES/plone.mo +0 -0
  135. eea.coremetadata-5.2/eea/coremetadata/locales/sl/LC_MESSAGES/plone.po +0 -0
  136. eea.coremetadata-5.2/eea/coremetadata/locales/sv/LC_MESSAGES/eea.mo +0 -0
  137. eea.coremetadata-5.2/eea/coremetadata/locales/sv/LC_MESSAGES/eea.po +0 -0
  138. eea.coremetadata-5.2/eea/coremetadata/locales/sv/LC_MESSAGES/plone.mo +0 -0
  139. eea.coremetadata-5.2/eea/coremetadata/locales/sv/LC_MESSAGES/plone.po +0 -0
  140. eea.coremetadata-5.2/eea/coremetadata/locales/tr/LC_MESSAGES/eea.mo +0 -0
  141. eea.coremetadata-5.2/eea/coremetadata/locales/tr/LC_MESSAGES/eea.po +0 -0
  142. eea.coremetadata-5.2/eea/coremetadata/locales/tr/LC_MESSAGES/plone.mo +0 -0
  143. eea.coremetadata-5.2/eea/coremetadata/locales/tr/LC_MESSAGES/plone.po +0 -0
  144. eea.coremetadata-5.2/eea/coremetadata/locales/update.sh +6 -0
  145. eea.coremetadata-5.2/eea/coremetadata/locales/zh_TW/LC_MESSAGES/eea.mo +0 -0
  146. eea.coremetadata-5.2/eea/coremetadata/locales/zh_TW/LC_MESSAGES/eea.po +0 -0
  147. eea.coremetadata-5.2/eea/coremetadata/locales/zh_TW/LC_MESSAGES/plone.mo +0 -0
  148. eea.coremetadata-5.2/eea/coremetadata/locales/zh_TW/LC_MESSAGES/plone.po +0 -0
  149. eea.coremetadata-5.2/eea/coremetadata/metadata.py +778 -0
  150. eea.coremetadata-5.2/eea/coremetadata/profiles/default/browserlayer.xml +7 -0
  151. eea.coremetadata-5.2/eea/coremetadata/profiles/default/catalog.xml +31 -0
  152. eea.coremetadata-5.2/eea/coremetadata/profiles/default/metadata.xml +7 -0
  153. eea.coremetadata-5.2/eea/coremetadata/profiles/default/registry.xml +70 -0
  154. eea.coremetadata-5.2/eea/coremetadata/profiles/default/taxonomies/organisations.cfg +8 -0
  155. eea.coremetadata-5.2/eea/coremetadata/profiles/default/taxonomies/organisations.xml +157 -0
  156. eea.coremetadata-5.2/eea/coremetadata/profiles/default/taxonomies/publisher.cfg +8 -0
  157. eea.coremetadata-5.2/eea/coremetadata/profiles/default/taxonomies/publisher.xml +149 -0
  158. eea.coremetadata-5.2/eea/coremetadata/profiles/default/taxonomies/topics.cfg +8 -0
  159. eea.coremetadata-5.2/eea/coremetadata/profiles/default/taxonomies/topics.xml +281 -0
  160. eea.coremetadata-5.2/eea/coremetadata/profiles/uninstall/browserlayer.xml +7 -0
  161. eea.coremetadata-5.2/eea/coremetadata/profiles.zcml +33 -0
  162. eea.coremetadata-5.2/eea/coremetadata/restapi/__init__.py +2 -0
  163. eea.coremetadata-5.2/eea/coremetadata/restapi/configure.zcml +8 -0
  164. eea.coremetadata-5.2/eea/coremetadata/restapi/serializer/__init__.py +1 -0
  165. eea.coremetadata-5.2/eea/coremetadata/restapi/serializer/configure.zcml +8 -0
  166. eea.coremetadata-5.2/eea/coremetadata/restapi/serializer/metadata.py +40 -0
  167. eea.coremetadata-5.2/eea/coremetadata/setuphandlers.py +29 -0
  168. eea.coremetadata-5.2/eea/coremetadata/tests/__init__.py +2 -0
  169. eea.coremetadata-5.2/eea/coremetadata/tests/base.py +56 -0
  170. eea.coremetadata-5.2/eea/coremetadata/tests/test_doctests.py +29 -0
  171. eea.coremetadata-5.2/eea/coremetadata/upgrades/__init__.py +2 -0
  172. eea.coremetadata-5.2/eea/coremetadata/upgrades/configure.zcml +117 -0
  173. eea.coremetadata-5.2/eea/coremetadata/upgrades/to_20.py +25 -0
  174. eea.coremetadata-5.2/eea/coremetadata/upgrades/to_24.py +133 -0
  175. eea.coremetadata-5.2/eea/coremetadata/upgrades/to_36.py +80 -0
  176. eea.coremetadata-5.2/eea/coremetadata/upgrades/to_40.py +61 -0
  177. eea.coremetadata-5.2/eea/coremetadata/upgrades/to_50.py +24 -0
  178. eea.coremetadata-5.2/eea/coremetadata/upgrades/to_51.py +17 -0
  179. eea.coremetadata-5.2/eea/coremetadata/version.txt +1 -0
  180. eea.coremetadata-5.2/eea/coremetadata/vocabulary.py +16 -0
  181. eea.coremetadata-5.2/eea.coremetadata.egg-info/PKG-INFO +290 -0
  182. eea.coremetadata-5.2/eea.coremetadata.egg-info/SOURCES.txt +188 -0
  183. eea.coremetadata-5.2/eea.coremetadata.egg-info/dependency_links.txt +1 -0
  184. eea.coremetadata-5.2/eea.coremetadata.egg-info/entry_points.txt +2 -0
  185. eea.coremetadata-5.2/eea.coremetadata.egg-info/namespace_packages.txt +1 -0
  186. eea.coremetadata-5.2/eea.coremetadata.egg-info/not-zip-safe +1 -0
  187. eea.coremetadata-5.2/eea.coremetadata.egg-info/requires.txt +5 -0
  188. eea.coremetadata-5.2/eea.coremetadata.egg-info/top_level.txt +1 -0
  189. eea.coremetadata-5.2/setup.cfg +4 -0
  190. eea.coremetadata-5.2/setup.py +56 -0
@@ -0,0 +1,49 @@
1
+ # How to contribute
2
+
3
+ To start, is important to mention that we keep all EEA pacakges under EEA Organisation
4
+ on GitHub (https://github.com/eea) and we fork them to Collective so everyone can
5
+ contribute to them. We keep the repositories from Collective and EEA in sync.
6
+
7
+ We want to keep it as easy as possible to contribute changes that
8
+ get things working. There are a few guidelines that we
9
+ need contributors to follow so that we can have a chance of keeping on
10
+ top of things.
11
+
12
+ ## Getting Started
13
+
14
+ * Make sure you have a [GitHub account](https://github.com/signup/free)
15
+ * If you need to submit a ticket do it under EEA Organisation area (https://github.com/eea)
16
+ under the respective package, e.g. https://github.com/eea/eea.coremetadata/issues
17
+ * Submit a ticket for your issue, assuming one does not already exist.
18
+ * Clearly describe the issue including steps to reproduce when it is a bug.
19
+ * If case state the browser and operating system used.
20
+ * We also keep a discussion lists for most of the public packages under Google Groups.
21
+
22
+ Please note that adding a bug report or feature request in the EEA github does not
23
+ automatically mean that EEA will work on them, since there are budget implications.
24
+
25
+ The issues/features registered in github are regarded only as community requests and
26
+ here to facilitate the Plone community contributions.
27
+
28
+ EEA will work directly on the Plone community's requests when they coincide with
29
+ EEA's planned projects. In this case we will transfer the ticket to the EEA
30
+ official issue register.
31
+
32
+ ## Making Changes
33
+
34
+ * Fork the repository from EEA or directly commit within Collective fork
35
+ * Make sure you added an entry under HISTORY.txt describing your changes
36
+ * Make sure you have added the necessary tests for your changes (do not forget major browsers).
37
+ * Make sure you have updated and added documentation when necessary.
38
+ * Run _all_ the tests to assure nothing else was accidentally broken.
39
+
40
+ ## Submitting Changes
41
+
42
+ * Push your changes in your fork of the repository.
43
+ * Submit a pull request to the upstream repository (EEA).
44
+
45
+ # Additional Resources
46
+
47
+ * [General GitHub documentation](http://help.github.com/)
48
+ * [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
49
+ * [EEA packages](https://eea.github.io/docs/IT-systems/)
@@ -0,0 +1,8 @@
1
+ include *.md *.rst *.txt
2
+ graft docs
3
+ graft eea
4
+ global-exclude *pyc
5
+ global-exclude *~
6
+ global-exclude *.un~
7
+
8
+ global-include *.mo
@@ -0,0 +1,290 @@
1
+ Metadata-Version: 2.1
2
+ Name: eea.coremetadata
3
+ Version: 5.2
4
+ Summary: An add-on for Plone
5
+ Home-page: https://github.com/eea/eea.coremetadata
6
+ Author: European Environment Agency: IDM2 A-Team
7
+ Author-email: eea-edw-a-team-alerts@googlegroups.com
8
+ License: GPL version 2
9
+ Keywords: EEA Add-ons Plone Zope
10
+ Classifier: Environment :: Web Environment
11
+ Classifier: Framework :: Plone
12
+ Classifier: Framework :: Plone :: Addon
13
+ Classifier: Framework :: Plone :: 5.2
14
+ Classifier: Framework :: Plone :: 6.0
15
+ Classifier: Programming Language :: Python
16
+ Classifier: Programming Language :: Python :: 3.7
17
+ Classifier: Programming Language :: Python :: 3.8
18
+ Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Operating System :: OS Independent
20
+ Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
21
+ Description-Content-Type: text/x-rst
22
+ Provides-Extra: test
23
+
24
+ ==========================
25
+ eea.coremetadata
26
+ ==========================
27
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/develop
28
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/develop/display/redirect
29
+ :alt: Develop
30
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/master
31
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/master/display/redirect
32
+ :alt: Master
33
+
34
+ The eea.coremetadata is a Plone add-on
35
+
36
+ .. contents::
37
+
38
+
39
+ Main features
40
+ =============
41
+
42
+ 1. Easy to install/uninstall via Site Setup > Add-ons
43
+ 2.
44
+ 3.
45
+
46
+ Install
47
+ =======
48
+
49
+ * Add eea.coremetadata to your eggs section in your buildout and
50
+ re-run buildout::
51
+
52
+ [buildout]
53
+ eggs +=
54
+ eea.coremetadata
55
+
56
+ * You can download a sample buildout from:
57
+
58
+ - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4
59
+ - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5
60
+
61
+ * Or via docker::
62
+
63
+ $ docker run --rm -p 8080:8080 -e ADDONS="eea.coremetadata" plone
64
+
65
+ * Install *eea.coremetadata* within Site Setup > Add-ons
66
+
67
+
68
+ Buildout installation
69
+ =====================
70
+
71
+ - `Plone 4+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4>`_
72
+ - `Plone 5+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5>`_
73
+
74
+
75
+ Source code
76
+ ===========
77
+
78
+ - `Plone 4+ on github <https://github.com/eea/eea.coremetadata>`_
79
+ - `Plone 5+ on github <https://github.com/eea/eea.coremetadata>`_
80
+
81
+
82
+ Eggs repository
83
+ ===============
84
+
85
+ - https://pypi.python.org/pypi/eea.coremetadata
86
+ - http://eggrepo.eea.europa.eu/simple
87
+
88
+
89
+ Plone versions
90
+ ==============
91
+ It has been developed and tested for Plone 4 and 5. See buildouts section above.
92
+
93
+
94
+ How to contribute
95
+ =================
96
+ See the `contribution guidelines (CONTRIBUTING.md) <https://github.com/eea/eea.coremetadata/blob/master/CONTRIBUTING.md>`_.
97
+
98
+ Copyright and license
99
+ =====================
100
+
101
+ eea.coremetadata (the Original Code) is free software; you can
102
+ redistribute it and/or modify it under the terms of the
103
+ GNU General Public License as published by the Free Software Foundation;
104
+ either version 2 of the License, or (at your option) any later version.
105
+
106
+ This program is distributed in the hope that it will be useful, but
107
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
108
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
109
+ for more details.
110
+
111
+ You should have received a copy of the GNU General Public License along
112
+ with this program; if not, write to the Free Software Foundation, Inc., 59
113
+ Temple Place, Suite 330, Boston, MA 02111-1307 USA.
114
+
115
+ The Initial Owner of the Original Code is European Environment Agency (EEA).
116
+ Portions created by Eau de Web are Copyright (C) 2009 by
117
+ European Environment Agency. All Rights Reserved.
118
+
119
+
120
+ Funding
121
+ =======
122
+
123
+ EEA_ - European Environment Agency (EU)
124
+
125
+ .. _EEA: https://www.eea.europa.eu/
126
+ .. _`EEA Web Systems Training`: http://www.youtube.com/user/eeacms/videos?view=1
127
+
128
+ Changelog
129
+ =========
130
+
131
+ 5.2 - (2025-04-30)
132
+ ---------------------------
133
+ * Feature: Expose creators_fullname and contributors_fullname as read-only metadata
134
+ [tedw87 - refs #284007]
135
+
136
+ 5.1 - (2024-10-17)
137
+ ---------------------------
138
+ * Fix: disable other_organisations behavior on all content types
139
+ [laszlocseh]
140
+
141
+ 4.3 - (2024-10-01)
142
+ ---------------------------
143
+ * Change: Fix other organisations metadata
144
+ [avoinea]
145
+
146
+ 4.2 - (2024-07-29)
147
+ ---------------------------
148
+ * Change: Cleanup code comments and pdb
149
+ [iugin]
150
+
151
+ 4.1 - (2024-07-25)
152
+ ---------------------------
153
+ * Fix: Latest eea.coremetadata release has issues - refs #273093
154
+ [avoinea]
155
+
156
+ 4.0 - (2024-06-21)
157
+ ---------------------------
158
+ * Change: fix(upgrade-script): add try except for KeyError brain.getObjects()
159
+ [ichim-david]
160
+ * Fix: Other organisations default value
161
+ [iugin]
162
+
163
+ 3.8 - (2024-06-19)
164
+ ---------------------------
165
+ * Change: Release
166
+ [avoinea]
167
+
168
+ 3.7 - (2024-04-09)
169
+ ---------------------------
170
+ * Change: updated Organizations taxonomy, added EMA.
171
+ [alecghica refs #268171]
172
+
173
+ 3.6 - (2024-04-03)
174
+ ---------------------------
175
+ * Change: updated Organizations taxonomy, fixed typo for ECHA.
176
+ [alecghica]
177
+
178
+ 3.5 - (2024-03-05)
179
+ ---------------------------
180
+ * Feature: Expose rights field as metadata
181
+ [dobri1408 - refs #159551]
182
+
183
+ 3.4 - (2023-10-16)
184
+ ---------------------------
185
+ * Fix: Fix data_provenance indexer
186
+ [avoinea - refs #258077]
187
+
188
+ 3.3 - (2023-10-16)
189
+ ---------------------------
190
+ * Feature: Add data_provenance indexer
191
+ [dobri1408 - refs #258077]
192
+
193
+ 3.2 - (2023-07-19)
194
+ ---------------------------
195
+ * Bug fix: Object is of wrong type
196
+ [nileshgulia1 - refs #254921]
197
+
198
+ 3.1 - (2023-04-26)
199
+ ---------------------------
200
+ * Change: Develop refs #250426
201
+ [alecghica]
202
+
203
+ 3.0 - (2023-03-23)
204
+ ---------------------------
205
+ * Change: Register indexes in portal_catalog and add indexer for temporal _coverage index
206
+ [razvanMiu]
207
+
208
+ 2.5 - (2022-12-16)
209
+ ---------------------------
210
+ * Change: Distinct title for taxonomies to differentiate in search criteria
211
+ [avoinea]
212
+
213
+ 2.4 - (2022-12-08)
214
+ ---------------------------
215
+ * Change: Added upgrade step that enables behavior indexer for topics taxonomy
216
+ [iulianpetchesi refs #157336]
217
+
218
+ 2.3 - (2022-10-21)
219
+ ---------------------------
220
+ * Change: Develop #155903
221
+ [alecghica]
222
+
223
+ 2.2 - (2022-10-07)
224
+ ---------------------------
225
+ * Change: Added the field rights back
226
+ [dobri1408]
227
+
228
+ 2.1 - (2022-10-05)
229
+ ---------------------------
230
+ * Change: Update topics taxonomy with new info + upgrade step
231
+ [iulianpetchesi refs #154859]
232
+
233
+ 2.0 - (2022-09-08)
234
+ ---------------------------
235
+ * Change: Fix constraint bug on env vars when empty string
236
+ [iulianpetchesi refs #153089]
237
+
238
+ 1.9 - (2022-08-30)
239
+ ---------------------------
240
+ * Change: Convert env vars to list from string
241
+ [iulianpetchesi refs #153089]
242
+
243
+ 1.8 - (2022-08-29)
244
+ ---------------------------
245
+ * Change: Enhanced the way env variables are retrieved and used
246
+ [iulianpetchesi refs #153089]
247
+
248
+ 1.7 - (2022-08-18)
249
+ ---------------------------
250
+ * Change: Release
251
+ [nileshgulia1]
252
+
253
+ 1.6 - (2022-06-22)
254
+ ---------------------------
255
+ * Change: Release: remove python 2.7
256
+ [nileshgulia1]
257
+
258
+ 1.5 - (2022-06-22)
259
+ ---------------------------
260
+ * Change: Renamed contributors to other_organisations
261
+ [iulianpetchesi refs #142720]
262
+
263
+ 1.4 - (2022-06-22)
264
+ ---------------------------
265
+ * Change: Updated topics taxonomy with new values
266
+ [iulianpetchesi refs #142720]
267
+ * Change: Release
268
+ [nileshgulia1]
269
+
270
+ 1.3 - (2022-06-21)
271
+ ---------------------------
272
+ * Change: Removed creation_date and word count
273
+ [iulianpetchesi refs #142720]
274
+
275
+ 1.2 - (2022-06-21)
276
+ ---------------------------
277
+ * Change: Added topics taxonomy, updated descriptions and changed fields
278
+ requirements
279
+ [iulianpetchesi refs #142720]
280
+
281
+ 1.1 - (2022-06-13)
282
+ ---------------------------
283
+ * Change: Fix history.txt
284
+ [iulianpetchesi refs #142720]
285
+
286
+ 1.0 - (2022-04-05)
287
+ -----------------------
288
+
289
+ * Initial release.
290
+ [eea]
@@ -0,0 +1,103 @@
1
+ ==========================
2
+ eea.coremetadata
3
+ ==========================
4
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/develop
5
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/develop/display/redirect
6
+ :alt: Develop
7
+ .. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.coremetadata/master
8
+ :target: https://ci.eionet.europa.eu/job/eea/job/eea.coremetadata/job/master/display/redirect
9
+ :alt: Master
10
+
11
+ The eea.coremetadata is a Plone add-on
12
+
13
+ .. contents::
14
+
15
+
16
+ Main features
17
+ =============
18
+
19
+ 1. Easy to install/uninstall via Site Setup > Add-ons
20
+ 2.
21
+ 3.
22
+
23
+ Install
24
+ =======
25
+
26
+ * Add eea.coremetadata to your eggs section in your buildout and
27
+ re-run buildout::
28
+
29
+ [buildout]
30
+ eggs +=
31
+ eea.coremetadata
32
+
33
+ * You can download a sample buildout from:
34
+
35
+ - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4
36
+ - https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5
37
+
38
+ * Or via docker::
39
+
40
+ $ docker run --rm -p 8080:8080 -e ADDONS="eea.coremetadata" plone
41
+
42
+ * Install *eea.coremetadata* within Site Setup > Add-ons
43
+
44
+
45
+ Buildout installation
46
+ =====================
47
+
48
+ - `Plone 4+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone4>`_
49
+ - `Plone 5+ <https://github.com/eea/eea.coremetadata/tree/master/buildouts/plone5>`_
50
+
51
+
52
+ Source code
53
+ ===========
54
+
55
+ - `Plone 4+ on github <https://github.com/eea/eea.coremetadata>`_
56
+ - `Plone 5+ on github <https://github.com/eea/eea.coremetadata>`_
57
+
58
+
59
+ Eggs repository
60
+ ===============
61
+
62
+ - https://pypi.python.org/pypi/eea.coremetadata
63
+ - http://eggrepo.eea.europa.eu/simple
64
+
65
+
66
+ Plone versions
67
+ ==============
68
+ It has been developed and tested for Plone 4 and 5. See buildouts section above.
69
+
70
+
71
+ How to contribute
72
+ =================
73
+ See the `contribution guidelines (CONTRIBUTING.md) <https://github.com/eea/eea.coremetadata/blob/master/CONTRIBUTING.md>`_.
74
+
75
+ Copyright and license
76
+ =====================
77
+
78
+ eea.coremetadata (the Original Code) is free software; you can
79
+ redistribute it and/or modify it under the terms of the
80
+ GNU General Public License as published by the Free Software Foundation;
81
+ either version 2 of the License, or (at your option) any later version.
82
+
83
+ This program is distributed in the hope that it will be useful, but
84
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
85
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
86
+ for more details.
87
+
88
+ You should have received a copy of the GNU General Public License along
89
+ with this program; if not, write to the Free Software Foundation, Inc., 59
90
+ Temple Place, Suite 330, Boston, MA 02111-1307 USA.
91
+
92
+ The Initial Owner of the Original Code is European Environment Agency (EEA).
93
+ Portions created by Eau de Web are Copyright (C) 2009 by
94
+ European Environment Agency. All Rights Reserved.
95
+
96
+
97
+ Funding
98
+ =======
99
+
100
+ EEA_ - European Environment Agency (EU)
101
+
102
+ .. _EEA: https://www.eea.europa.eu/
103
+ .. _`EEA Web Systems Training`: http://www.youtube.com/user/eeacms/videos?view=1
@@ -0,0 +1,163 @@
1
+ Changelog
2
+ =========
3
+
4
+ 5.2 - (2025-04-30)
5
+ ---------------------------
6
+ * Feature: Expose creators_fullname and contributors_fullname as read-only metadata
7
+ [tedw87 - refs #284007]
8
+
9
+ 5.1 - (2024-10-17)
10
+ ---------------------------
11
+ * Fix: disable other_organisations behavior on all content types
12
+ [laszlocseh]
13
+
14
+ 4.3 - (2024-10-01)
15
+ ---------------------------
16
+ * Change: Fix other organisations metadata
17
+ [avoinea]
18
+
19
+ 4.2 - (2024-07-29)
20
+ ---------------------------
21
+ * Change: Cleanup code comments and pdb
22
+ [iugin]
23
+
24
+ 4.1 - (2024-07-25)
25
+ ---------------------------
26
+ * Fix: Latest eea.coremetadata release has issues - refs #273093
27
+ [avoinea]
28
+
29
+ 4.0 - (2024-06-21)
30
+ ---------------------------
31
+ * Change: fix(upgrade-script): add try except for KeyError brain.getObjects()
32
+ [ichim-david]
33
+ * Fix: Other organisations default value
34
+ [iugin]
35
+
36
+ 3.8 - (2024-06-19)
37
+ ---------------------------
38
+ * Change: Release
39
+ [avoinea]
40
+
41
+ 3.7 - (2024-04-09)
42
+ ---------------------------
43
+ * Change: updated Organizations taxonomy, added EMA.
44
+ [alecghica refs #268171]
45
+
46
+ 3.6 - (2024-04-03)
47
+ ---------------------------
48
+ * Change: updated Organizations taxonomy, fixed typo for ECHA.
49
+ [alecghica]
50
+
51
+ 3.5 - (2024-03-05)
52
+ ---------------------------
53
+ * Feature: Expose rights field as metadata
54
+ [dobri1408 - refs #159551]
55
+
56
+ 3.4 - (2023-10-16)
57
+ ---------------------------
58
+ * Fix: Fix data_provenance indexer
59
+ [avoinea - refs #258077]
60
+
61
+ 3.3 - (2023-10-16)
62
+ ---------------------------
63
+ * Feature: Add data_provenance indexer
64
+ [dobri1408 - refs #258077]
65
+
66
+ 3.2 - (2023-07-19)
67
+ ---------------------------
68
+ * Bug fix: Object is of wrong type
69
+ [nileshgulia1 - refs #254921]
70
+
71
+ 3.1 - (2023-04-26)
72
+ ---------------------------
73
+ * Change: Develop refs #250426
74
+ [alecghica]
75
+
76
+ 3.0 - (2023-03-23)
77
+ ---------------------------
78
+ * Change: Register indexes in portal_catalog and add indexer for temporal _coverage index
79
+ [razvanMiu]
80
+
81
+ 2.5 - (2022-12-16)
82
+ ---------------------------
83
+ * Change: Distinct title for taxonomies to differentiate in search criteria
84
+ [avoinea]
85
+
86
+ 2.4 - (2022-12-08)
87
+ ---------------------------
88
+ * Change: Added upgrade step that enables behavior indexer for topics taxonomy
89
+ [iulianpetchesi refs #157336]
90
+
91
+ 2.3 - (2022-10-21)
92
+ ---------------------------
93
+ * Change: Develop #155903
94
+ [alecghica]
95
+
96
+ 2.2 - (2022-10-07)
97
+ ---------------------------
98
+ * Change: Added the field rights back
99
+ [dobri1408]
100
+
101
+ 2.1 - (2022-10-05)
102
+ ---------------------------
103
+ * Change: Update topics taxonomy with new info + upgrade step
104
+ [iulianpetchesi refs #154859]
105
+
106
+ 2.0 - (2022-09-08)
107
+ ---------------------------
108
+ * Change: Fix constraint bug on env vars when empty string
109
+ [iulianpetchesi refs #153089]
110
+
111
+ 1.9 - (2022-08-30)
112
+ ---------------------------
113
+ * Change: Convert env vars to list from string
114
+ [iulianpetchesi refs #153089]
115
+
116
+ 1.8 - (2022-08-29)
117
+ ---------------------------
118
+ * Change: Enhanced the way env variables are retrieved and used
119
+ [iulianpetchesi refs #153089]
120
+
121
+ 1.7 - (2022-08-18)
122
+ ---------------------------
123
+ * Change: Release
124
+ [nileshgulia1]
125
+
126
+ 1.6 - (2022-06-22)
127
+ ---------------------------
128
+ * Change: Release: remove python 2.7
129
+ [nileshgulia1]
130
+
131
+ 1.5 - (2022-06-22)
132
+ ---------------------------
133
+ * Change: Renamed contributors to other_organisations
134
+ [iulianpetchesi refs #142720]
135
+
136
+ 1.4 - (2022-06-22)
137
+ ---------------------------
138
+ * Change: Updated topics taxonomy with new values
139
+ [iulianpetchesi refs #142720]
140
+ * Change: Release
141
+ [nileshgulia1]
142
+
143
+ 1.3 - (2022-06-21)
144
+ ---------------------------
145
+ * Change: Removed creation_date and word count
146
+ [iulianpetchesi refs #142720]
147
+
148
+ 1.2 - (2022-06-21)
149
+ ---------------------------
150
+ * Change: Added topics taxonomy, updated descriptions and changed fields
151
+ requirements
152
+ [iulianpetchesi refs #142720]
153
+
154
+ 1.1 - (2022-06-13)
155
+ ---------------------------
156
+ * Change: Fix history.txt
157
+ [iulianpetchesi refs #142720]
158
+
159
+ 1.0 - (2022-04-05)
160
+ -----------------------
161
+
162
+ * Initial release.
163
+ [eea]