generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
organisation-config.js
126 lines (117 loc) · 5.07 KB
/
organisation-config.js
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
// Plaats dit bestand op een centrale locatie voor hergebruik in meerdere documenten.
var organisationConfig = {
nl_organisationName: "MinBZK",
nl_organisationStylesURL:
"https://gitdocumentatie.logius.nl/publicatie/respec/style/",
nl_organisationPublishURL: "https://regels.overheid.nl/standaarden/",
logos: [
{
src: "https://gitdocumentatie.logius.nl/publicatie/respec/style/logos/figure-logius.svg",
alt: "Logius",
id: "Logius",
height: 77,
width: 44,
url: "https://www.logius.nl/standaarden",
},
],
postProcess: [window.respecMermaid.createFigures],
// Original config
// latestVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName"],
// thisVersion: ["nl_organisationPublishURL", "pubDomain", "/", "specStatus", "-", "specType", "-", "shortName", "-", "publishDate"],
// prevVersion: ["nl_organisationPublishURL", "pubDomain", "/", "previousMaturity", "-", "specType", "-", "shortName", "-", "previousPublishDate"],
latestVersion: ["nl_organisationPublishURL", "shortName"],
thisVersion: ["nl_organisationPublishURL", "shortName", "/v", "publishVersion"],
prevVersion: ["nl_organisationPublishURL", "shortName", "/v", "previousPublishVersion"],
useLogo: true,
useLabel: true,
license: "cc0",
addSectionLinks: true,
localizationStrings: {
en: {
wv: "Draft",
cv: "Recommendation",
vv: "Proposed recommendation",
def: "Definitive version",
basis: "Document",
eo: "Outdated version",
tg: "Rescinded version",
no: "Norm",
st: "Standard",
im: "Information model",
pr: "Guideline",
hr: "Guide",
wa: "Proposed recommendation",
al: "General",
bd: "Governance documentation",
bp: "Best practice",
},
nl: {
wv: "Werkversie",
cv: "Consultatieversie",
vv: "Versie ter vaststelling",
def: "Vastgestelde versie",
basis: "Document",
eo: "Verouderde versie",
tg: "Teruggetrokken versie",
no: "Norm",
st: "Standaard",
im: "Informatiemodel",
pr: "Praktijkrichtlijn",
hr: "Handreiking",
wa: "Werkafspraak",
al: "Algemeen",
bd: "Beheerdocumentatie",
bp: "Best practice",
},
},
sotdText: {
nl: {
sotd: "Status van dit document",
def: `Dit is de definitieve versie van dit document. Wijzigingen naar aanleiding van consultaties zijn doorgevoerd.`,
wv: `Dit is een werkversie die op elk moment kan worden gewijzigd, verwijderd of vervangen door andere documenten. Het is geen door het TO goedgekeurde consultatieversie.`,
cv: `Dit is een door het TO goedgekeurde consultatieversie. Commentaar over dit document kan gestuurd worden naar de redacteurs`,
vv: `Dit is een definitief concept van de nieuwe versie van dit document. Wijzigingen naar aanleiding van consultaties zijn doorgevoerd.`,
basis: "Dit is een document zonder officiële status.",
},
en: {
sotd: "Status of This Document",
def: `This is the definitive version of this document. Edits resulting from consultations have been applied.`,
wv: `This is a draft that could be altered, removed or replaced by other documents. It is not a recommendation approved by TO.`,
cv: `This is a proposed recommendation approved by TO. Comments regarding this document may be sent to `,
vv: `This is the definitive concept of this document. Edits resulting from consultations have been applied.`,
basis: "This document has no official standing.",
},
},
labelColor: {
def: "#154273",
wv: "#39870c",
},
licenses: {
cc0: {
name: "Creative Commons 0 Public Domain Dedication",
short: "CC0",
url: "https://creativecommons.org/publicdomain/zero/1.0/",
image: "https://gitdocumentatie.logius.nl/publicatie/respec/media/logos/cc-zero.svg",
},
"cc-by": {
name: "Creative Commons Attribution 4.0 International Public License",
short: "CC-BY",
url: "https://creativecommons.org/licenses/by/4.0/legalcode",
image: "https://gitdocumentatie.logius.nl/publicatie/respec/media/logos/cc-by.svg",
},
"cc-by-nd": {
name: "Creative Commons Naamsvermelding-GeenAfgeleideWerken 4.0 Internationaal",
short: "CC-BY-ND",
url: "https://creativecommons.org/licenses/by-nd/4.0/legalcode.nl",
image: "https://gitdocumentatie.logius.nl/publicatie/respec/media/logos/cc-by-nd.svg",
},
},
localBiblio: {
"SemVer": {
href: "https://semver.org",
title: "Semantic Versioning 2.0.0",
authors: ["T. Preston-Werner"],
date: "June 2013"
},
},
}