Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Geonovum/hvd
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnitaVijverberg committed Jan 17, 2024
2 parents 228a2ed + f9bdddd commit 45b7e61
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 164 deletions.
26 changes: 18 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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>
<title>Handreiking implementatie HVD</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
Expand All @@ -18,17 +18,27 @@
</head>

<body>
<section id="abstract" data-include-format="markdown" data-include="abstract.md"></section>
<!-- <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 data-include-format="markdown" data-include="section_001.md"></section>
<section data-include-format="markdown" data-include="section_002.md"></section>
<section data-include-format="markdown" data-include="section_003.md"></section>
<section data-include-format="markdown" data-include="section_004.md"></section>
<section data-include-format="markdown" data-include="section_005.md"></section>
<section data-include-format="markdown" data-include="section_006.md"></section>
<section data-include-format="markdown" data-include="section_007.md"></section>
<section data-include-format="markdown" data-include="section_008.md"></section>
<section data-include-format="markdown" data-include="section_009.md"></section>
<section data-include-format="markdown" data-include="section_010.md"></section>
<section data-include-format="markdown" data-include="section_011.md"></section>
<section data-include-format="markdown" data-include="section_012.md"></section>
<section data-include-format="markdown" data-include="section_013.md"></section>

<section id='conformance'></section>
<section id='tof'></section>
<section id="index"></section>
<!-- <section id='conformance'></section> -->
<!-- <section id='tof'></section> -->
<!-- <section id="index"></section> -->
</body>

</html>
32 changes: 21 additions & 11 deletions js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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]",
title: "Handreiking implementatie HVD",
//-- specStatus is verplicht! (activeer 1 van de volgende) --------------------------
specStatus: "wv", // Werkversie
//specStatus: "cv", // Consultatieversie
Expand All @@ -21,20 +21,20 @@ let respecConfig = {
//specType: "BP", // Best Practice
//-- pubDomain is verplicht! (komt in de URL) -------------------------------------
//-- zie: https://geonovum.github.io/handleiding-tooling/ReSpec/#pubdomain
pubDomain: "TODO",
pubDomain: "eu",
//-- 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",
shortName: "handreiking-HVD",

//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",
publishDate: "2024-01-18",
//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",
Expand All @@ -46,23 +46,33 @@ let respecConfig = {
editors:
[
{
name: "voornaam achternaam",
company: "Geonovum",
companyURL: "https://www.geonovum.nl",
name: "Ine de Visser",
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",
name: "Wideke Boersma",
company: "Geonovum",
companyURL: "https://www.geonovum.nl"
},
{
name: "Annita Vijverberg",
company: "Geonovum",
companyURL: "https://www.Geonovum.nl/"
},
{
name: "Ine de Visser",
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",
github: "https://github.com/Geonovum/hvd",
// Create PDF and link to file in header (optional):
// TODO: Change the filename as preferred.
alternateFormats: [
Expand Down
Loading

0 comments on commit 45b7e61

Please sign in to comment.