-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ca765f1
Showing
30 changed files
with
173 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
var documentConfig = | ||
{ | ||
title: "Gebruikershandleiding word2respec", | ||
shortName: "respec", | ||
pubDomain: "geen", | ||
specStatus: "basis", | ||
specType: "bd", | ||
license: "cc-by-nd", | ||
latestVersion: [ | ||
"https://docs.geostandaarden.nl/geen/respec/" | ||
], | ||
publishDate: "2024-11-04", | ||
publishVersion: "1.1.0", | ||
thisVersion: [ | ||
"https://docs.geostandaarden.nl/geen/basis-bd-respec-20241104/" | ||
], | ||
previousPublishDate: "2023-01-14", | ||
previousPublishVersion: "1.0.0", | ||
prevVersion: [ | ||
"https://docs.geostandaarden.nl/geen/geen-bd-respec-20230114/" | ||
], | ||
previousMaturity: "geen", | ||
github: "https://github.com/geonovum/geen-respec/", | ||
issueBase: "https://github.com/geonovum/geen-respec/issues/", | ||
edDraftURI: "https://geonovum.github.io/geen-respec/", | ||
canonicalURI: "https://docs.geostandaarden.nl/geen/respec/", | ||
editors: [ | ||
{ | ||
name: "Gerard Wolbers", | ||
company: "Geonovum", | ||
companyURL: "https://www.geonovum.nl/" | ||
} | ||
], | ||
localBiblio: { | ||
"DONL": { | ||
title: "data.overheid.nl", | ||
href: "https://data.overheid.nl", | ||
authors: "", | ||
publisher: "Kennis- en exploitatiecentrum voor Officiële Overheidspublicaties", | ||
editors: "", | ||
date: "", | ||
status: "" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
var organisationConfig = | ||
{ | ||
nl_organisationName: "Geonovum", | ||
nl_organisationPublishURL: "https://docs.geostandaarden.nl/", | ||
postProcess: [ | ||
window.respecMermaid.createFigures | ||
], | ||
doJsonLd: true, | ||
specStatusText: { | ||
en: { | ||
geen: "None", | ||
basis: "Document", | ||
ld: "Living document", | ||
cv: "Candidate recommendation", | ||
def: "Recommendation", | ||
vv: "Proposed recommendation", | ||
wv: "Editor’s draft" | ||
}, | ||
nl: { | ||
geen: "Geen", | ||
basis: "Document", | ||
ld: "Levend document", | ||
cv: "Consultatieversie", | ||
def: "Vastgestelde versie", | ||
vv: "Versie ter vaststelling", | ||
wv: "Werkversie" | ||
} | ||
}, | ||
labelColor: { | ||
geen: "#000000", | ||
basis: "#80CC28", | ||
ld: "#80CC28", | ||
cv: "#045D9F", | ||
def: "#045D9F", | ||
vv: "#045D9F", | ||
wv: "#FF0000" | ||
}, | ||
specTypeText: { | ||
en: { | ||
geen: "None", | ||
no: "Norm", | ||
st: "Standard", | ||
im: "Information model", | ||
pr: "Guideline", | ||
hr: "Guide", | ||
wa: "Working arrangement", | ||
al: "General", | ||
bd: "Governance documentation", | ||
bp: "Best practice" | ||
}, | ||
nl: { | ||
geen: "Geen", | ||
no: "Norm", | ||
st: "Standaard", | ||
im: "Informatiemodel", | ||
pr: "Praktijkrichtlijn", | ||
hr: "Handreiking", | ||
wa: "Werkafspraak", | ||
al: "Algemeen", | ||
bd: "Beheerdocumentatie", | ||
bp: "Best practice" | ||
} | ||
}, | ||
licenses: { | ||
"geen": { | ||
name: "Geen" | ||
}, | ||
"cc0": { | ||
name: "Creative Commons 0 Public Domain Dedication", | ||
short: "CC0", | ||
url: "https://creativecommons.org/publicdomain/zero/1.0/", | ||
image: "https://tools.geostandaarden.nl/publication/organisation/geonovum/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://tools.geostandaarden.nl/publication/organisation/geonovum/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://tools.geostandaarden.nl/publication/organisation/geonovum/cc-by-nd.svg" | ||
} | ||
}, | ||
nl_organisationStylesURL: "https://tools.geostandaarden.nl/publication/domain/geen/", | ||
latestVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName"], | ||
thisVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "-", "publishDate"], | ||
prevVersion: ["nl_organisationPublishURL", "pubDomain", "/", "shortName", "-", "previousPublishDate"], | ||
logos: [ | ||
{ | ||
src: "https://tools.geostandaarden.nl/publication/domain/geen/Geonovum.svg", | ||
alt: "Geonovum", | ||
id: "geonovum", | ||
height: "67", | ||
width: "132", | ||
url: "https://www.geonovum.nl/geo-standaarden", | ||
ico: "https://tools.geostandaarden.nl/publication/domain/geen/Geonovum.ico" | ||
} | ||
], | ||
useLogo: true, | ||
useLabel: true, | ||
addSectionLinks: false, | ||
sotdText: { | ||
en: { | ||
sotd: "Status of This Document", | ||
geen: "None", | ||
basis: "This document has no official standing.", | ||
ld: "This is a living document, which is updated regularly.", | ||
cv: "This is a proposed recommendation approved by TO. Comments regarding this document may be sent to [address].", | ||
def: "This is the definitive version of this document. Edits resulting from consultations have been applied.", | ||
vv: "This is the definitive concept 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." | ||
}, | ||
nl: { | ||
sotd: "Status van dit document", | ||
geen: "Geen", | ||
basis: "Dit is een document zonder officiële status.", | ||
ld: "Dit is een levend document dat regelmatig gewijzigd wordt.", | ||
cv: "Dit is een door het TO goedgekeurde consultatieversie. Commentaar over dit document kan gestuurd worden naar [adres].", | ||
def: "Dit is de definitieve versie van dit document. Wijzigingen naar aanleiding van consultaties zijn doorgevoerd.", | ||
vv: "Dit is een definitief concept van de nieuwe 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." | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.