-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubliccode.yml
51 lines (46 loc) · 1.88 KB
/
publiccode.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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-berlin_dataset_schema
applicationSuite: CKAN
url: 'https://github.com/berlinonline/ckanext-berlin_dataset_schema'
releaseDate: '2018-10-30'
softwareVersion: 0.3.9
developmentStatus: stable
softwareType: standalone/iot
platforms:
- web
categories:
- it-development
- knowledge-management
maintenance:
type: internal
contacts:
- name: Dr. Knud Möller
email: knud.moeller@berlinonline.de
legal:
license: AGPL-3.0-only
mainCopyrightOwner: ' BerlinOnline GmbH'
repoOwner: ' BerlinOnline GmbH'
localisation:
localisationReady: false
description:
en:
genericName: ckanext-berlin_dataset_schema
documentation: >-
https://github.com/berlinonline/ckanext-berlin_dataset_schema/?tab=readme-ov-file#ckanext-berlin_dataset_schema
shortDescription: >-
Implementation of IDatasetForm, IValidators, IFacets and IBlueprint to
provide a custom dataset schema for the Berlin Open Data Portal.
longDescription: >
Implementation of
[IDatasetForm](http://docs.ckan.org/en/latest/extensions/plugin-interfaces.html#ckan.plugins.interfaces.IDatasetForm),
[IValidators](http://docs.ckan.org/en/latest/extensions/plugin-interfaces.html#ckan.plugins.interfaces.IValidators),
[IFacets](https://docs.ckan.org/en/latest/extensions/plugin-interfaces.html#ckan.plugins.interfaces.IFacets)
and
[IBlueprint](https://docs.ckan.org/en/latest/extensions/plugin-interfaces.html#ckan.plugins.interfaces.IBlueprint)
to provide a custom dataset schema for the [Berlin Open Data
Portal](https://daten.berlin.de/).
## Requirements
This plugin has been tested with CKAN 2.9.10 (which requires Python 3).