forked from Geonovum/MIM-Werkomgeving
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (53 loc) · 3.83 KB
/
index.html
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
<!DOCTYPE html>
<html lang="nl">
<!-- HTML-Header ------------------------------------------------------------------------------>
<head>
<meta charset='utf-8'>
<!--------------------------------------------------------------------------------------------------
//-- File. . . : index.html
//-- Bevat . . : Template voor de index.html die verplicht is 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
//
----------------------------------------------------------------------------------------------------
0 1 2 3 4 5 6 7 8 9 0
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
--------------------------------------------------------------------------------------------------->
<!-- Invullen: de titel van de standaard of het document ---------------------------------->
<title>MIM - Metamodel Informatie Modellering</title>
<!-- Invullen: de naam van de lokale CSS file --------------------------------------------->
<link rel="stylesheet" type="text/css" href="./media/style.css">
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico' />
<script class="remove" src="./config.js"></script>
<script class='remove' src='https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js' async></script>
</head>
<!-- HTML-Body -------------------------------------------------------------------------------->
<body>
<section id='abstract' data-format="markdown" data-include="Samenvatting.md"><h2>Samenvatting</h2></section>
<section id='sotd'><p></p></section>
<!-- vanaf hier per hoofdstuk een sectie of een div in het document ----------------------->
<!-- Secties komen in de inhoudsopgave div's niet ----------------------------------------->
<!-- Secties hebben verplicht <h2> tags, div's niet --------------------------------------->
<!-- Voorbeelden: ------------------------------------------------------------------------->
<!-- <div id='H00' data-format="markdown" data-include="filenaam.md"></div> --------------->
<!-- voor een nieuw hoofdstuk kopieer je een regel, en voegt die toe ---------------------->
<div data-format="markdown" data-include="ToCoVo.md"><h2>ToVoCo</h2></div>
<section data-format="markdown" data-include="Inleiding.md"><h2>Inleiding</h2></section>
<section data-format="markdown" data-include="MetamodelAlgemeen.md"><h2>MetaAlg</h2></section>
<section data-format="markdown" data-include="MetamodelUML.md"><h2>MetaUML</h2></section>
<section data-format="markdown" data-include="MetamodelLD.md"><h2>MetamodelLD</h2></section>
<section data-format="markdown" data-include="AfsprakenRegels.md"><h2>AfsprakenRegels</h2></section>
<section><h2>Bijlagen</h2>
<section data-format="markdown" data-include="Diagrammen.md"></section>
<section data-format="markdown" data-include="TemplateNaamgevingConventies.md"></section>
<section data-format="markdown" data-include="VertalingEngels.md"></section>
<section data-format="markdown" data-include="TransformatieRDF.md"></section>
<section data-format="markdown" data-include="Versielog.md"></section>
</section>
</body>
</html>