forked from Geonovum/KP-APIs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 3.4 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
<!DOCTYPE html>
<html lang='nl'>
<!-- HTML-Header ----------------------------------------------------------------------------- -->
<head>
<!-- -----------------------------------------------------------------------------------------------
//-- 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
------------------------------------------------------------------------------------------------ -->
<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">
<!-- Invullen: de titel van de standaard of het document ----------------------------------- -->
<title>API strategie voor de Nederlandse overheid</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 src="config.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js" class="remove" 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 ---------------------------------------- -->
<section data-format="markdown" class="informative" data-include="Inleiding.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Communicatie en Beleid/Communicatie en Beleid v0.1.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Gebruikerswensen/Gebruikerswensen v3.1.md"></section>
<section data-format="markdown" data-include="Werkgroep API strategie/Designrules.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Authenticatie Autorisatie/Beveiliging v0.3.md"></section>
<section data-format="markdown" class="informative" data-include="Werkgroep Architectuur/Architectuur v0.4.md"></section>
<section data-format="markdown" class="informative" data-include="Bijlagen.md"></section>
</body>
</html>