forked from Geonovum/MIM-Werkomgeving
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
266 lines (263 loc) · 9.43 KB
/
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
//-------------------------------------------------------------------------------------
//-- File. . . : config.js
//-- Bevat . . : Template voor de configuratie voor respec
//-- Gebaseerd op https://github.com/Geonovum/respec/wiki
//-- Deze file moet worden neergezet in de root-directory van de
//-- betreffende standaard.
//-- Door. . . : Jan van Gelder
//-------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------
//-- Log . . . : 20181015 - JvG - Initiele versie
//-------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------
var respecConfig =
{
//-- specStatus is verplicht! (activeer 1 van de volgende) --------------------------
specStatus: "GN-WV", // Werk Versie
//specStatus: "GN-CV", // Consultatie Versie
//specStatus: "GN-VV", // Vaststellings Versie
//specStatus: "GN-DEF", // Definitieve Versie
//-- specType is verplicht! (activeer 1 van de volgende) ----------------------------
//specType: "NO", // Norm
specType: "ST", // Standaard
//specType: "IM", // Informatie Model
//specType: "PR", // Praktijk Richtlijn
//specType: "HR", // HandReiking
//specType: "WA", // Werkafspraak
//specType: "US", // Uitwisselings standaard
//specType: "PS", // Presentatie sstandaard
//-- format is verplicht! -----------------------------------------------------------
format: "markdown", // altijd "markdown"
//-- publishDate is verplicht -------------------------------------------------------
//-- NB: in de werkversie uitzetten, want dan pakt Respec de pushdate ---------------
//publishDate: "2021-06-04", // Format is "YYYY-MM-DD"
//-- de namen van de Editor(s) ------------------------------------------------------
//-- vul in: per Editor: name:, company:, companyURL: -------------------------------
editors:
[
{
name: "Dick Krijtenburg",
company: "Geonovum",
companyURL: "https://www.geonovum.nl"
},
{
name: "Jan van Gelder",
company: "Geonovum",
companyURL: "https://www.geonovum.nl"
},
],
//-- de namen van de Author(s) ------------------------------------------------------
//-- vul in: per Author: name:, company:, companyURL: -------------------------------
authors:
[
{
name: "Lennart van Bergen",
company: "Kadaster",
companyURL: "https://www.kadaster.nl"
},
{
name: "Thies Mesdag",
company: "Kadaster",
companyURL: "https://www.kadaster.nl"
},
{
name: "Marco Brattinga",
company: "Kadaster",
companyURL: "https://www.kadaster.nl"
},
{
name: "Paul Janssen",
company: "Geonovum",
companyURL: "https://www.geonovum.nl"
},
{
name: "Aan eerdere versies van MIM werkten mee:",
company: "",
companyURL: ""
},
{
name: "Ellen Debats",
company: "KING",
companyURL: "https://www.vng.nl"
},
{
name: "Arjan C. Kloosterboer",
company: "KING",
companyURL: "https://www.vng.nl"
},
{
name: "Wilko Quak",
company: "TU Delft",
companyURL: "https://www.tudelft.nl"
},
{
name: "Peter Lentjens",
company: "Kadaster",
companyURL: "https://www.kadaster.nl"
},
{
name: "Linda van den Brink",
company: "Geonovum",
companyURL: "https://www.geonovum.nl"
},
],
//-- shortName is verplicht! (komt in de URL: kies logische naam) --------------------
shortName: "mim", // Wordt gebruikt in de document URL
//-- pubDomain is verplicht! (komt in de URL: Activeer 1 van de volgende) ------------
pubDomain: "mim", // Metamodel Informatie Modellering
//pubDomain: "bor", // Beheer Openbare Ruimte
//pubDomain: "bro", // Basisregistratie Ondergrond
//pubDomain: "imgeo", // IMGeo / BGT
//pubDomain: "kl", // Kabels en Leidingen
//pubDomain: "liv", // Landelijke Informatievoorziening Vastgoedgebruik
//pubDomain: "md", // Metadata
//pubDomain: "nen3610", // Basismodel NEN3610
//pubDomain: "oov", // Openbare Orde en Veiligheid
//pubDomain: "ro", // Ruimtelijke Ordening
//pubDomain: "serv", // Services
//pubDomain: "visu", // Visualisatie
//pubDomain: "wp", // White Paper
//-- Repositorynaam op GitHub -------------------------------------------------------
github: "https://github.com/Geonovum/MIM-Werkomgeving",
//-- Repositorynaam/issues op GitHub ------------------------------------------------
issueBase: "https://github.com/Geonovum/MIM-Werkomgeving/issues/",
//-- edDraftURI: de URI van de werkversie van het document
edDraftURI: "https://geonovum.github.io/MIM-Werkomgeving/",
//-- license: voor de geldende gebruiksvoorwaarden
licence: "cc-by-nd", //-- bronvermelding, geen afgeleide werken (default)
// licence: "cc0", //-- Public Domain Dedication
// licence: "cc-by", //-- Attribution, met bronvermelding
//-- localBiblio: lokale bibliografie, voor verwijzigingen
//-- NB: kijk eerst naar de beschikbare www.specref.org voor verwijziging
localBiblio:
{
"MDA":
{
title: "Model Driven Architecture (MDA) Guide",
href: "",
status: "rev. 2.0, 1-6-2014",
publisher: "",
company: "Object Management Group",
},
"UML":
{
title: "Unified Modeling Language (UML)",
href: "http://uml.org",
status: "",
publisher: "",
company: "",
},
"ODM":
{
title: "Ontology Definition Metamodel",
href: "https://www.omg.org/spec/ODM/1.1",
status: "versie 1.1, September 2014",
publisher: "",
company: "Object Management Group",
},
"OMG":
{
title: "OMG Unified Modeling Language TM",
href: "http://www.omg.org/spec/UML/2.5",
status: "versie 2.5",
publisher: "",
company: "",
},
"SCAT":
{
title: "Stelselcatalogus",
href: "http://www.stelselcatalogus.nl",
status: "",
publisher: "",
company: "",
},
"GAB":
{
title: "GAB",
href: "https://www.noraonline.nl/wiki/Gemeenschappelijke_Afspraken_Berichten",
status: "",
publisher: "",
company: "",
},
"Linked-Data":
{
title: "Linked Data",
href: "https://www.noraonline.nl/wiki/Linked_Data",
status: "",
publisher: "",
company: "",
},
"iso-8601":
{
title: "Representation of dates and times. ISO 8601:2004.",
href: "http://www.iso.org/iso/catalogue_detail?csnumber=40874",
publisher: "International Organization for Standardization (ISO)",
date: "2004",
status: "ISO 8601:2004",
},
"NORA":
{
title: "Handreiking gegevensbeschrijving (NORA)",
href: "http://noraonline.nl/wiki/Gegevensbeschrijvingen/Handreiking",
status: "",
publisher: "",
company: "",
},
"iso-11404":
{
title: "11404:2008 Information technology – General Purpose Datatypes (GPD)",
href: "http://noraonline.nl/wiki/Gegevensbeschrijvingen/Handreiking",
status: "",
publisher: "",
company: "NEN-ISO/IEC",
},
"REGEXP":
{
title: "Formeel patroon (Reguliere Expressies)",
href: "http://perldoc.perl.org/perlre.html",
status: "",
publisher: "",
company: "",
},
"OCL":
{
title: "OCL",
href: "http://www.omg.org/spec/OCL/2.4/",
status: "",
publisher: "",
company: "",
},
"NEN3610":
{
title: "NEN-3610 Basismodel geo-informatie",
href: "https://www.nen.nl/nen-3610-2011-a1-2016-nl-217738",
date: "Mei 2016",
publisher: "NEN",
},
"GeoJSON":
{
title: "GeoJSON",
href: "https://geojson.org/",
publisher: "",
status: "",
company: "",
},
"SOAP":
{
title: "SOAP Specifications",
href: "https://www.w3.org/TR/SOAP/",
publisher: "",
status: "",
company: "",
},
},
//-- Voor dit blok geldt: alleen als er eerdere versies zijn en altijd beiden aan/uit!
previousPublishDate: "2020-02-25", // Format is "YYYY-MM-DD"
//reviousMaturity: "GN-DEF", // kies 1 van deze 3 regels
//previousMaturity: "GN-CV", // kies 1 van deze 3 regels
previousMaturity: "GN-VV", // kies 1 van deze 3 regels
//-- Optionele parameters:
//emailComments: "[email protected]", // reactie mailadres, alleen bij CV!
//subtitle: "iets", // Subtitel van het document
maxTocLevel: 4, // Aantal niveau's ToC, default is 0
};