-
Notifications
You must be signed in to change notification settings - Fork 18
/
help.html
88 lines (87 loc) · 4.25 KB
/
help.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0" />
<meta name="keywords" content="pdok,kaart,wizard" />
<meta name="description" content="" />
<title>PDOK Help</title>
<link rel="stylesheet" href="css/rijkshuisstijl/screen.css" type="text/css" media="screen" />
<!--[if IE 8]><link rel="stylesheet" href="css/rijkshuisstijl/ie/ie8.css" type="text/css" media="screen" /><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="css/rijkshuisstijl/ie/ie7.css" type="text/css" media="screen" /><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" href="css/rijkshuisstijl/ie/ie6.css" type="text/css" media="screen" /><![endif]-->
<link rel="stylesheet" href="css/rijkshuisstijl/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="css/rijkshuisstijl/toevoeging.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/rijkshuisstijl/iconids.css" type="text/css" media="screen" />
<style>
#content{
padding:20px;
}
.header .branding img {
float: left;
margin-bottom: 15px;
margin-left: 24px;
margin-right: 0;
margin-top: 26px;
}
</style>
</head>
<body>
<div class="container equalize page orange default">
<div class="header">
<span></span>
<div class="branding">
<img alt="PDOK" src="img/PDOK-logo.png" />
<h1 class="invisible">PDOK Kaart Wizard</h1>
</div>
<div class="nav_bar">
<ul class="nav_main">
<li>
<a href=".">Home</a>
</li>
<!-- <li>
<a href="index.html">PDOK Wizard</a>
</li> -->
<li class="sel">
<a class="active" href="help.html">Help</a>
</li>
</ul>
</div>
</div>
<div class="content_wrapper1">
<div class="content_wrapper2">
<div id="content">
<h1>Help en (ontwikkel) Documentatie</h1>
<p>
Om u op weg te helpen met PDOKKaart of de PDOKKaart wizard zijn er de volgende mogelijkheden:
</p>
<p>
Ga naar de <a href="https://pdokkaart.readthedocs.org">documentatie</a> pagina's. De rst sources
hiervan staan in de docs directory.
</p>
<p>
U kunt ook de voorbeelden bekijken in de <a href="./examples">examples directory</a>.
</p>
<p>
Op het forum deel van <a href="https://www.pdok.nl/nl/forums/pdok-kaart-onderwerpen">www.pdok.nl</a>
is een apart deel ingericht voor
<a href="https://www.pdok.nl/nl/forums/pdok-kaart-onderwerpen">pdok kaart onderwerpen</a>.
</p>
<p>
De code staat in <a href="https://github.com/Geonovum/pdokkaart">Github</a>.
</p>
<p>
Bugs of feature requests, worden ook op Github bijgehouden in de <a href="https://github.com/Geonovum/pdokkaart/issues">Github issues lijst</a>.
</p>
<p>
Een versie wordt ook gehost op github <a href="https://geonovum.github.io/pdokkaart">https://geonovum.github.io/pdokkaart</a>.
</p>
<hr/>
</div>
</div>
</div>
</div>
</body>
</html>