-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update config, fix failing CI/CD (#4) * Update config settings if they are not setup in the ini file * Fix failing Github Actions - change docker user to root instead of ckan for CI/CD - use new docker images * Update README - change company information - text correction --------- Co-authored-by: Jovanka <jovanka.gulicoska@berlinonline.de> * New release (#5) * Update Readme * Add publiccode.yml * New release changes --------- Co-authored-by: Jovanka <jovanka.gulicoska@berlinonline.de> --------- Co-authored-by: Jovanka <jovanka.gulicoska@berlinonline.de>
- Loading branch information
Showing
5 changed files
with
101 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# This repository adheres to the publiccode.yml standard by including this | ||
# metadata file that makes public software easily discoverable. | ||
# More info at https://github.com/italia/publiccode.yml | ||
|
||
publiccodeYmlVersion: '0.2' | ||
name: ckanext-dcatde_berlin | ||
applicationSuite: CKAN | ||
url: 'https://github.com/berlinonline/ckanext-dcatde_berlin' | ||
releaseDate: '2018-07-12' | ||
softwareVersion: 0.3.5 | ||
developmentStatus: stable | ||
platforms: | ||
- web | ||
softwareType: addon | ||
isBasedOn: 'https://github.com/GovDataOfficial/ckanext-dcatde' | ||
categories: | ||
- knowledge-management | ||
- it-development | ||
maintenance: | ||
type: internal | ||
contacts: | ||
- name: Dr. Knud Möller | ||
email: knud.moeller@berlinonline.de | ||
legal: | ||
license: GPL-3.0-only | ||
mainCopyrightOwner: BerlinOnline GmbH | ||
repoOwner: BerlinOnline GmbH | ||
localisation: | ||
localisationReady: false | ||
availableLanguages: | ||
- en | ||
description: | ||
en: | ||
genericName: ckanext-dcatde_berlin | ||
documentation: 'https://github.com/berlinonline/ckanext-dcatde_berlin?' | ||
shortDescription: >- | ||
This plugin belongs to a set of plugins for the Datenregister – the | ||
non-public CKAN instance that is part of Berlin's open data portal | ||
daten.berlin.de | ||
longDescription: > | ||
This plugin belongs to a set of plugins for the _Datenregister_ – the | ||
non-public [CKAN](https://ckan.org/) instance that is part of Berlin's | ||
open data portal [daten.berlin.de](https://daten.berlin.de/). | ||
`ckanext-dcatde\_berlin` pefines a profile `dcatap\_de` that needs to be | ||
layered right on top of `euro\_dcat\_ap`, as defined in | ||
[ckanext-dcat](https://github.com/ckan/ckanext-dcat). | ||
`ckanext-dcatde\_berlin` draws heavily on | ||
[ckanext-dcatde](https://github.com/GovDataOfficial/ckanext-dcatde), but | ||
is separate, because the underlying CKAN schema isn't quite the same, and | ||
because `ckanext-dcatde\_berlin` requires the CKAN DB to be converted | ||
before it can be used. | ||
The plugin implements the following CKAN interfaces: | ||
- | ||
[IBlueprint](http://docs.ckan.org/en/latest/extensions/plugin-interfaces.html#ckan.plugins.interfaces.IBlueprint) | ||
## Requirements | ||
This plugin has been tested with CKAN 2.9.11 (which requires Python 3). |