generated from Geonovum/NL-ReSpec-GN-template
-
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
1 parent
72ea6ea
commit 228a2ed
Showing
2 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
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,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="nl"> | ||
|
||
<head> | ||
<meta content="text/html; charset=utf-8" http-equiv="content-type"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<script src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected]/dist/main.js" class="remove"></script> | ||
<script src="https://tools.geostandaarden.nl/respec/config/geonovum-config.js" class="remove"></script> | ||
<script src="js/config.js" class="remove"></script> | ||
<script class="remove"> respecConfig = {...organisationConfig, ...respecConfig}</script> | ||
<script>document.title = respecConfig.title</script> | ||
<title>TODO: Vul hier de titel in</title> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico" /> | ||
<script src="https://gitdocumentatie.logius.nl/publicatie/respec/builds/respec-nlgov.js" class="remove" async></script> | ||
<!-- De volgende regel zorgt ervoor dat plaatjes uit Imvertor niet geschaald | ||
worden, zodat de imagemap die op deze plaatjes zit werkt. --> | ||
<style>div.imageinfo img {max-width: none;}</style> | ||
</head> | ||
|
||
<body> | ||
<section id="abstract" data-include-format="markdown" data-include="abstract.md"></section> | ||
<section id="sotd"></section><!-- Wordt automatisch gevuld --> | ||
|
||
<!-- TODO: voeg hier je eigen hoofdstukken toe --> | ||
<section data-include-format="markdown" data-include="ch01.md" class="informative"></section> | ||
<section data-include-format="markdown" data-include="ch02.md"></section> | ||
<section data-include-format="markdown" data-include="mermaid.md"></section> | ||
|
||
<section id='conformance'></section> | ||
<section id='tof'></section> | ||
<section id="index"></section> | ||
</body> | ||
|
||
</html> |
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,74 @@ | ||
let respecConfig = { | ||
useLogo: true, | ||
useLabel: true, | ||
// title is verplicht! Neem hier de titel van het document op ---------------------- | ||
title: "[TODO: Neem titel op in config.js]", | ||
//-- specStatus is verplicht! (activeer 1 van de volgende) -------------------------- | ||
specStatus: "wv", // Werkversie | ||
//specStatus: "cv", // Consultatieversie | ||
//specStatus: "vv", // Versie ter vaststelling | ||
//specStatus: "def", // Vastgestelde versie | ||
//specStatus: "basis", // Basis Document | ||
//-- specType is verplicht bij alle andere dan BASIS --------------------------------- | ||
//specType: "NO", // Norm | ||
//specType: "ST", // Standaard | ||
//specType: "IM", // Informatie Model | ||
//specType: "PR", // Praktijkrichtlijn | ||
specType: "HR", // HandReiking | ||
//specType: "WA", // Werkafspraak | ||
//specType: "BD", // Beheer Documentatie | ||
//specType: "AL", // Algemeen document | ||
//specType: "BP", // Best Practice | ||
//-- pubDomain is verplicht! (komt in de URL) ------------------------------------- | ||
//-- zie: https://geonovum.github.io/handleiding-tooling/ReSpec/#pubdomain | ||
pubDomain: "TODO", | ||
//-- license: voor de geldende gebruiksvoorwaarden. Default is cc-by. | ||
//licence: "cc-by-nd", // bronvermelding, geen afgeleide werken (default) | ||
//licence: "cc0", // Public Domain Dedication | ||
licence: "cc-by", // Attribution, met bronvermelding | ||
//-- TODO shortName is verplicht! (komt in de URL: kies logische afkorting)-------------- | ||
shortName: "NL-ReSpec-GN-template", | ||
|
||
//edDraftURI = De URI van de draft version. Deze wordt automatisch afgeleid van de github URI; maar kan hier overschreven worden. | ||
//edDraftURI: ["https://geonovum.github.io", "/", "shortName"], | ||
|
||
//-- publishDate is verplicht ------------------------------------------------------- | ||
//-- NB: in de werkversie uitzetten, want dan pakt Respec de pushdate --------------- | ||
//publishDate: "2023-03-28", | ||
//eventueel is het mogelijk een versienummer mee te geven, maar bij Geonovum werken we gewoonlijk alleen met datum als onderdeel van de permanente URI. | ||
//publishVersion: "0.0.2", | ||
//previousVersion: "0.0.1", | ||
//-- Voor dit blok geldt: alleen als er eerdere versies zijn en altijd beiden aan/uit! | ||
//previousPublishDate: "2014-05-01", | ||
//previousMaturity: "CV", | ||
//-- TODO: de namen van de Editor(s) / Redacteur(en)--------------------------------------- | ||
//-- vul in: per Editor: name:, company:, companyURL: ------------------------------- | ||
editors: | ||
[ | ||
{ | ||
name: "voornaam achternaam", | ||
company: "Geonovum", | ||
companyURL: "https://www.geonovum.nl", | ||
} | ||
], | ||
//-- de namen van de auteur(s) ------------------------------------------------------ | ||
//-- vul in: per auteur: name:, company:, companyURL: ------------------------------- | ||
authors: | ||
[ | ||
{ | ||
name: "voornaam achternaam", | ||
company: "Geonovum", | ||
companyURL: "https://www.geonovum.nl", | ||
} | ||
], | ||
//neem hier de URL van de github repository op waar het respec document in staat | ||
github: "https://github.com/Geonovum/NL-ReSpec-GN-template", | ||
// Create PDF and link to file in header (optional): | ||
// TODO: Change the filename as preferred. | ||
alternateFormats: [ | ||
{ | ||
label: "pdf", | ||
uri: "template.pdf", | ||
}, | ||
], | ||
}; |