-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (46 loc) · 2.51 KB
/
index.html
File metadata and controls
58 lines (46 loc) · 2.51 KB
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
<!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">
const mergedLocalBiblio = {
...organisationConfig.localBiblio,
...respecConfig.localBiblio
};
respecConfig = {
...organisationConfig,
...respecConfig,
localBiblio: mergedLocalBiblio
};
</script>
<!-- TODO: Vul in config.js de titel in -->
<script>document.title = respecConfig.title</script>
<!-- TODO: Als je een ander favicon wilt kun je dat hier aanpassen. -->
<link rel="shortcut icon" type="image/x-icon" href="https://docs.geostandaarden.nl/media/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 -->
<!-- voeg hier je eigen hoofdstukken toe -->
<section data-include-format="markdown" data-include="01-inleiding.md"></section>
<section data-include-format="markdown" data-include="02-toepassingsgebied.md"></section>
<section data-include-format="markdown" data-include="03-informele beschrijving.md"></section>
<!-- Voor documenten die UML diagrammen bevatten kun je de leeswijzer UML opnemen. -->
<!-- Deze is te vinden op: https://github.com/Geonovum/mim-uml/blob/main/Bijlage_leeswijzer-MIM-UML.md -->
<!-- Als je document een door imvertor gegenereerde catalogus bevat kan je die -->
<!-- opnemen door de volgende regel uit commentaarhaakjes te halen en aan te passen -->
<div id="catalogus" data-include="data/geonovum-cat.respec.html" data-include-replace=true></div>
<!-- De volgende paragrafen worden automatisch gevuld. Je kunt ze uitzetten -->
<section id='conformance' /><!-- Hoofdstuk over conformiteit-->
<section id='tof' /><!-- Lijst van figuren -->
<section id="index" /><!-- Lijst van begrippen -->
</body>
</html>