-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.yml
executable file
·74 lines (74 loc) · 2.48 KB
/
manifest.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
plugin:
name: custom-data-type-gnd
version: 1.5
url: https://github.com/programmfabrik/easydb-custom-data-type-gnd
displayname:
de-DE: GND-Verknüpfung
en-US: GND-Referencing
info:
de-DE: Stellt Verknüpfungen mit der Gemeinsamen Normdatei (GND) her.
en-US: Use for references to entities of the Integrated Authority File (GND)
server:
api-version:
require: 1
webfrontend:
url: custom-data-type-gnd.js
l10n: l10n/
css: custom-data-type-gnd.css
custom_types:
gnd:
update:
script: build/scripts/gnd-update.js
timeout: 60
batch_size: 100
interval_base_config: update_interval_gnd.days
mapping:
conceptName:
type: text
conceptURI:
type: text
config:
schema:
- name: add_differentiatedpersons
parameters:
value:
type: bool
- name: add_coorporates
parameters:
value:
type: bool
- name: add_geographicplaces
parameters:
value:
type: bool
- name: add_subjects
parameters:
value:
type: bool
- name: add_works
parameters:
value:
type: bool
- name: add_conferenceorevent
parameters:
value:
type: bool
- name: exact_types
parameters:
value:
type: select
options: ["ALLE","SubjectHeadingSensoStricto","HistoricSingleEventOrEra","GroupOfPersons","CharactersOrMorphemes","MeansOfTransportWithIndividual_name","FictiveTerm","NomenclatureInBiologyOrChemistry","ProductNameOrBrandName","SoftwareProduct","Language","EthnographicName","MeansOfTransportWithIndividualName","ReligiousTerritory","NaturalGeographicUnit","TerritorialCorporateBodyOrAdministrativeUnit","FictivePlace","BuildingOrMemorial","Country","AdministrativeUnit","ExtraterrestrialTerritory","MemberState","WayBorderOrLine","NameOfSmallGeographicUnitLyingWithinAnotherGeographicUnit","FictiveCorporateBody","OrganOfCorporateBody","ProjectOrProgram","Pseudonym","LiteraryOrLegendaryCharacter","Spirits","RoyalOrMemberOfARoyalHouse","CollectivePseudonym","Gods"]
mask:
- name: show_infopopup
parameters:
value:
type: bool
base_config:
- name: update_interval_gnd
group: update_custom_data_type
parameters:
days:
type: int
min: 0
default: 0
position: 0