Skip to content

Commit

Permalink
New release (#5)
Browse files Browse the repository at this point in the history
* Update Readme

* Add publiccode.yml

* New release changes

---------

Co-authored-by: Jovanka <[email protected]>
  • Loading branch information
JGulic and Jovanka authored Dec 17, 2024
1 parent 7c28d42 commit 7a7936d
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Development

## [0.3.5](https://github.com/berlinonline/ckanext-dcatde_berlin/releases/tag/0.3.5)

- Update config settings (read from .ini file or use default value if the variable is not set)
- Add OpenCode publiccode.yml file
- Update Readme

## [0.3.4](https://github.com/berlinonline/ckanext-dcatde_berlin/releases/tag/0.3.4)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ckanext-berlindcatde
# ckanext-dcatde_berlin

[![Tests](https://github.com/berlinonline/ckanext-dcatde_berlin/workflows/Tests/badge.svg?branch=master)](https://github.com/berlinonline/ckanext-dcatde_berlin/actions)
[![Code Coverage](http://codecov.io/github/berlinonline/ckanext-dcatde_berlin/coverage.svg?branch=master)](http://codecov.io/github/berlinonline/ckanext-dcatde_berlin?branch=master)
Expand Down
68 changes: 68 additions & 0 deletions publiccode.yml
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: [email protected]
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).

0 comments on commit 7a7936d

Please sign in to comment.