{ "info": { "author": "PloneGov-BR", "author_email": "gov@plone.org.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "collective.opendata\n===================\n\n.. contents:: Content\n :depth: 2\n\nIntroduction\n------------\n\nA generic implementation of a pluggable open data package for Plone.\n\n.. figure:: https://raw.github.com/plonegovbr/collective.opendata/master/open-data.png\n :align: center\n :height: 416px\n :width: 545px\n :alt: The Plone Open Data API.\n\n The Plone Open Data API.\n\nFeatures\n--------\n\nThis package have by default two (02) open data pluggable as the following:\n\nCMS\n...\n\nA plugin for information about the CMS used in this portal.\n\n* **site_info:** Information about a portal.\n\nThis plugin generate a JSON format from the base API URL: http://localhost:8080/Plone/apidata/cms\n\n::\n\n [{\n \"uri\": \"http://localhost:8080/Plone/apidata/cms/site_info\",\n \"description\": \"Information about a portal\",\n \"entity\": \"site_info\"\n }]\n\nA JSON format for Information site, like this:\n\n::\n\n {\n \"software\": \"collective.opendata\",\n \"description\": \"\",\n \"software_version\": \"0.1\",\n \"title\": \"Site\"\n }\n\nContent Metadata\n................\n\nA plugin for content information.\n\n* **News Item:** Dublin Core info for News Item.\n\n* **Image:** Dublin Core info for Image.\n\n* **File:** Dublin Core info for File.\n\n* **Folder:** Dublin Core info for Folder.\n\n* **Document:** Dublin Core info for Document.\n\n* **Event:** Dublin Core info for Event.\n\nThis plugin generate a JSON format from the base API URL: http://localhost:8080/Plone/apidata/content\n\n::\n\n [\n {\n \"uri\": \"http://localhost:8080/Plone/apidata/content/News Item\",\n \"description\": \"Dublin Core info for News Item\",\n \"entity\": \"News Item\"\n },\n {\n \"uri\": \"http://localhost:8080/Plone/apidata/content/Image\",\n \"description\": \"Dublin Core info for Image\",\n \"entity\": \"Image\"\n },\n {\n \"uri\": \"http://localhost:8080/Plone/apidata/content/File\",\n \"description\": \"Dublin Core info for File\",\n \"entity\": \"File\"\n },\n {\n \"uri\": \"http://localhost:8080/Plone/apidata/content/Folder\",\n \"description\": \"Dublin Core info for Folder\",\n \"entity\": \"Folder\"\n },\n {\n \"uri\": \"http://localhost:8080/Plone/apidata/content/Document\",\n \"description\": \"Dublin Core info for Document\",\n \"entity\": \"Document\"\n },\n {\n \"uri\": \"http://localhost:8080/Plone/apidata/content/Event\",\n \"description\": \"Dublin Core info for Event\",\n \"entity\": \"Event\"\n }\n ]\n\nA JSON format for Folder content type, like this:\n\n::\n\n [\n {\n \"title\": \"News\",\n \"identifier\": \"http://localhost:8080/Plone/news\",\n \"uid\": \"07997a0ee8f14414bfcf8c146cc865f2\",\n \"uri\": \"http://localhost:8080/Plone/apidata/content/Folder/07997a0ee8f14414bfcf8c146cc865f2\"\n },\n {\n \"title\": \"Events\",\n \"identifier\": \"http://localhost:8080/Plone/events\",\n \"uid\": \"bf5aafa2c7224eb5935d174c1a9a43ff\",\n \"uri\": \"http://localhost:8080/Plone/apidata/content/Folder/bf5aafa2c7224eb5935d174c1a9a43ff\"\n },\n {\n \"title\": \"Users\",\n \"identifier\": \"http://localhost:8080/Plone/Members\",\n \"uid\": \"761536d101414a47bc0e5494f51d97f1\",\n \"uri\": \"http://localhost:8080/Plone/apidata/content/Folder/761536d101414a47bc0e5494f51d97f1\"\n }\n ]\n\n\nCreation\n--------\n\nThis product was created by the PloneGov-BR community in a sprint at Interlegis:\n\nhttp://www.softwarelivre.gov.br/plone\n\nSpecial thanks to \u00c9rico Andrei!\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Portuguese (thanks, Jean Ferri)\n- Spanish (thanks, Leonardo J. Caballero G.)\n\n\nContribute\n----------\n\n- Issue Tracker: http://github.com/plonegovbr/collective.opendata/issues\n\n- Source Code: http://github.com/plonegovbr/collective.opendata\n\n- Website: http://plone.org.br\n\nSupport\n-------\n\nIf you are having issues, please let us know, submit a ticket with the report http://github.com/plonegovbr/collective.opendata/issues\n\nLicense\n-------\n\nThe project is licensed under the GNU General Public License v2 (GPLv2).\n\n----\n\nMostly Harmless\n---------------\n\n.. image:: https://secure.travis-ci.org/plonegovbr/collective.opendata.png?branch=master\n :alt: Travis CI badge\n :target: http://travis-ci.org/plonegovbr/collective.opendata\n\n.. image:: https://coveralls.io/repos/plonegovbr/collective.opendata/badge.png?branch=master\n :alt: Coveralls badge\n :target: https://coveralls.io/r/plonegovbr/collective.opendata\n\nContributors\n============\n\n* Augusto Herrmann\n* Cintia Cinquini\n* \u00c9rico Andrei\n* Jean Ferri\n* H\u00e9ctor Velarde\n* Leonardo Caballero\n* Nitai Bezerra\n\nChangelog\n=========\n\n1.0a2 (2015-08-26)\n------------------\n\n- Rename pt translation to pt_BR\n [jeanferri]\n\n- Fix translations\n [jeanferri]\n\n- Workaround to avoid scape msgid on /apidata/content description\n [jeanferri]\n\n- Fix a bug with content types were the name have spaces\n [jeanferri]\n\n- Improve dublin core support for content metadata.\n [jeanferri]\n\n- Reformat API documentation page.\n [jeanferri]\n\n\n1.0a1 (2015-08-07)\n------------------\n\n- Add Portuguese translation.\n [jeanferri]\n\n- Fix content type from Page to Document.\n [jeanferri]\n\n- Prepare for release on pypi.\n [jeanferri]\n\n- Updated README file with usefull information about this package.\n [macagua]\n\n- Added Spanish translation.\n [macagua]\n\n- Added i18n support.\n [macagua]\n\n- Initial release.\n [ericof]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/plonegovbr/collective.opendata", "keywords": "plone open data opendata odata api", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "collective.opendata", "package_url": "https://pypi.org/project/collective.opendata/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.opendata/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/plonegovbr/collective.opendata" }, "release_url": "https://pypi.org/project/collective.opendata/1.0a2/", "requires_dist": null, "requires_python": null, "summary": "A generic implementation of the Open Data Protocol for Plone.", "version": "1.0a2" }, "last_serial": 1694639, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "5091d92271680e8a063128c06fbd3c55", "sha256": "b8fa8bcd2be52c2ebccad516a5e887de36a847da843e245cc6627efb0bf137c2" }, "downloads": -1, "filename": "collective.opendata-1.0a1.zip", "has_sig": false, "md5_digest": "5091d92271680e8a063128c06fbd3c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36268, "upload_time": "2015-08-07T23:47:31", "url": "https://files.pythonhosted.org/packages/78/87/e07ced33c2da3cd80bd363fd4db1cc84d70a94efe49f64ef786e4d4c3ccb/collective.opendata-1.0a1.zip" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "4dd224892fed59fe5cf80b10192b5a2f", "sha256": "c3614849a3315ca9f2b29e5c89301d2a2b62f4c27fe3e993446ac6242cc84715" }, "downloads": -1, "filename": "collective.opendata-1.0a2.zip", "has_sig": false, "md5_digest": "4dd224892fed59fe5cf80b10192b5a2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36927, "upload_time": "2015-08-26T14:06:10", "url": "https://files.pythonhosted.org/packages/ca/2a/865809622b606e9d508f621bd4eaef8becd0ccd9bf19b021226fbec4e5b3/collective.opendata-1.0a2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4dd224892fed59fe5cf80b10192b5a2f", "sha256": "c3614849a3315ca9f2b29e5c89301d2a2b62f4c27fe3e993446ac6242cc84715" }, "downloads": -1, "filename": "collective.opendata-1.0a2.zip", "has_sig": false, "md5_digest": "4dd224892fed59fe5cf80b10192b5a2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36927, "upload_time": "2015-08-26T14:06:10", "url": "https://files.pythonhosted.org/packages/ca/2a/865809622b606e9d508f621bd4eaef8becd0ccd9bf19b021226fbec4e5b3/collective.opendata-1.0a2.zip" } ] }