A generic implementation of the Open Data Protocol for Plone.
Project description
collective.opendata
Introduction
A generic implementation of a pluggable open data package for Plone.
Features
This package have by default two (02) open data pluggable as the following:
CMS
A plugin for information about the CMS used in this portal.
site_info: Information about a portal.
This plugin generate a JSON format from the base API URL: http://localhost:8080/Plone/apidata/cms
[{ "uri": "http://localhost:8080/Plone/apidata/cms/site_info", "description": "Information about a portal", "entity": "site_info" }]
A JSON format for Information site, like this:
{ "software": "collective.opendata", "description": "", "software_version": "0.1", "title": "Site" }
Content Metadata
A plugin for content information.
News Item: Dublin Core info for News Item.
Image: Dublin Core info for Image.
File: Dublin Core info for File.
Folder: Dublin Core info for Folder.
Document: Dublin Core info for Document.
Event: Dublin Core info for Event.
This plugin generate a JSON format from the base API URL: http://localhost:8080/Plone/apidata/content
[ { "uri": "http://localhost:8080/Plone/apidata/content/News Item", "description": "Dublin Core info for News Item", "entity": "News Item" }, { "uri": "http://localhost:8080/Plone/apidata/content/Image", "description": "Dublin Core info for Image", "entity": "Image" }, { "uri": "http://localhost:8080/Plone/apidata/content/File", "description": "Dublin Core info for File", "entity": "File" }, { "uri": "http://localhost:8080/Plone/apidata/content/Folder", "description": "Dublin Core info for Folder", "entity": "Folder" }, { "uri": "http://localhost:8080/Plone/apidata/content/Document", "description": "Dublin Core info for Document", "entity": "Document" }, { "uri": "http://localhost:8080/Plone/apidata/content/Event", "description": "Dublin Core info for Event", "entity": "Event" } ]
A JSON format for Folder content type, like this:
[ { "title": "News", "identifier": "http://localhost:8080/Plone/news", "uid": "07997a0ee8f14414bfcf8c146cc865f2", "uri": "http://localhost:8080/Plone/apidata/content/Folder/07997a0ee8f14414bfcf8c146cc865f2" }, { "title": "Events", "identifier": "http://localhost:8080/Plone/events", "uid": "bf5aafa2c7224eb5935d174c1a9a43ff", "uri": "http://localhost:8080/Plone/apidata/content/Folder/bf5aafa2c7224eb5935d174c1a9a43ff" }, { "title": "Users", "identifier": "http://localhost:8080/Plone/Members", "uid": "761536d101414a47bc0e5494f51d97f1", "uri": "http://localhost:8080/Plone/apidata/content/Folder/761536d101414a47bc0e5494f51d97f1" } ]
Creation
This product was created by the PloneGov-BR community in a sprint at Interlegis:
http://www.softwarelivre.gov.br/plone
Special thanks to Érico Andrei!
Translations
This product has been translated into
Portuguese (thanks, Jean Ferri)
Spanish (thanks, Leonardo J. Caballero G.)
Contribute
Issue Tracker: http://github.com/plonegovbr/collective.opendata/issues
Source Code: http://github.com/plonegovbr/collective.opendata
Website: http://plone.org.br
Support
If you are having issues, please let us know, submit a ticket with the report http://github.com/plonegovbr/collective.opendata/issues
License
The project is licensed under the GNU General Public License v2 (GPLv2).
Mostly Harmless
Contributors
Augusto Herrmann
Cintia Cinquini
Érico Andrei
Jean Ferri
Héctor Velarde
Leonardo Caballero
Nitai Bezerra
Changelog
1.0a2 (2015-08-26)
Rename pt translation to pt_BR [jeanferri]
Fix translations [jeanferri]
Workaround to avoid scape msgid on /apidata/content description [jeanferri]
Fix a bug with content types were the name have spaces [jeanferri]
Improve dublin core support for content metadata. [jeanferri]
Reformat API documentation page. [jeanferri]
1.0a1 (2015-08-07)
Add Portuguese translation. [jeanferri]
Fix content type from Page to Document. [jeanferri]
Prepare for release on pypi. [jeanferri]
Updated README file with usefull information about this package. [macagua]
Added Spanish translation. [macagua]
Added i18n support. [macagua]
Initial release. [ericof]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collective.opendata-1.0a2.zip
.
File metadata
- Download URL: collective.opendata-1.0a2.zip
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3614849a3315ca9f2b29e5c89301d2a2b62f4c27fe3e993446ac6242cc84715 |
|
MD5 | 4dd224892fed59fe5cf80b10192b5a2f |
|
BLAKE2b-256 | ca2a865809622b606e9d508f621bd4eaef8becd0ccd9bf19b021226fbec4e5b3 |