{"id":26348534,"url":"https://github.com/codeforafrica/ckanext-openafrica","last_synced_at":"2025-03-16T08:15:11.420Z","repository":{"id":7802501,"uuid":"9172848","full_name":"CodeForAfrica/ckanext-openafrica","owner":"CodeForAfrica","description":"A CKAN extension to style and add features to the openAFRICA platform. Accessible at http://openafrica.net","archived":false,"fork":false,"pushed_at":"2025-02-24T12:10:22.000Z","size":1709,"stargazers_count":10,"open_issues_count":12,"forks_count":13,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-04T08:02:11.058Z","etag":null,"topics":["africa","ckan","ckan-extension","data","open-data","openafrica"],"latest_commit_sha":null,"homepage":"http://openafrica.net","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeForAfrica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-04-02T15:03:44.000Z","updated_at":"2025-02-24T12:10:26.000Z","dependencies_parsed_at":"2025-02-24T06:25:40.891Z","dependency_job_id":"43f2d3be-05e9-4b64-9f79-f674434f9c99","html_url":"https://github.com/CodeForAfrica/ckanext-openafrica","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeForAfrica%2Fckanext-openafrica","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeForAfrica%2Fckanext-openafrica/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeForAfrica%2Fckanext-openafrica/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeForAfrica%2Fckanext-openafrica/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeForAfrica","download_url":"https://codeload.github.com/CodeForAfrica/ckanext-openafrica/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243841191,"owners_count":20356446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["africa","ckan","ckan-extension","data","open-data","openafrica"],"created_at":"2025-03-16T08:15:10.831Z","updated_at":"2025-03-16T08:15:11.411Z","avatar_url":"https://github.com/CodeForAfrica.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"openAFRICA CKAN Extension\n=========================\n\nCKAN theme for openAFRICA platform accessible at https://openafrica.net/\n\n### Development\n\nThen follow the steps below to install the openAfrica extension:\n\nStep 1:\n\n* Activate your virtual environment; use the path to your virtual environment. On Mac OSX, you may have to use `/usr/local/lib/ckan/default/bin/activate`. You can copy the code as it is below, including the preceeding dot.\n```\n. /usr/lib/ckan/default/bin/activate\n```\n\nStep 2:\n\n* Install the extension\n\nIf you are not a developer and just want to install the extension from package, just run this command from your virtual environment:\n```\npip install ckanext-openafrica\n```\n\u003e **Note**: If you wish to modify the extension in any way, you can download the source code and install the extension manually. To do so, execute the following command:\n\u003e ```\n\u003e $ pip install -e git+https://github.com/CodeForAfrica/ckanext-openafrica.git#egg=ckanext-openafrica\n\u003e ```\n\u003e **Alternatively**: You can clone this repo (preferrably into the /src directory where you installed CKAN), cd into ckanext-openafrica and run\n\u003e ```\n\u003e $ python setup.py develop\n\u003e ```\n\nStep 3:\n\n* Modify your configuration file (generally in `/etc/ckan/default/production.ini`) and add `openafrica` in the `ckan.plugins` property.\n```\nckan.plugins = openafrica \u003cOTHER_PLUGINS\u003e\n```\n\nStep 4: \n\n* Restart your server:\n\n```\npaster serve /etc/ckan/default/production.ini\n```\nOR\n```\npaster serve --reload /etc/ckan/default/production.ini\n```\nWith `--reload`, your server is restarted automatically whenever you make changes in your source code.\n\nIf your extension is installed successfully, your page will change to the openAfrica theme.\n\n**Note**: This extension, being a thememing extension, may override templates from other extensions. Templates in /ckanext/openafrica/templates \nmay require some modifications to render properly with openAfrica extension.\n\n\n## Contributing\n\nIf you've found a bug/issue in the extension, open a new issue [here](https://github.com/CodeForAfrica/ckanext-openafrica/issues/new) _ (try\nsearching first to see if there's already an [issue](https://github.com/CodeForAfrica/ckanext-openafrica/issues) for your bug).\n\nIf you are interested in contributing to the development of openAfrica extension, you are welcome. A good starting point\nwill be reading the CKAN general [Contributing guide](http://docs.ckan.org/en/ckan-2.7.0/contributing/index.html). Then you can checkout \nexisting [issues](https://github.com/CodeForAfrica/ckanext-openafrica/issues) that are open for contribution; new features and issues are welcome.\nTo work on any issue, comment on the issue to indicate your interest and the issue will be assigned to you. It is always a good idea to seek\nfor clarification (where necessary) on any issue you work on.\n\n**It is important that changes that require some form of configurations should be documented in the README.**\n\n---\n\n\n## License\n\nGNU General Public License\n\nopenAFRICA aims to be the largest independent repository of open data on the African continent.\nCopyright (C) 2017  Code for Africa\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforafrica%2Fckanext-openafrica","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforafrica%2Fckanext-openafrica","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforafrica%2Fckanext-openafrica/lists"}