-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathtutorial.xml
52 lines (52 loc) · 2.28 KB
/
tutorial.xml
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset='utf-8' />
<title>kcgi | ${sblg-titletext}</title>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="kcgi version feed" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400italic,500,700" />
<link rel="stylesheet" href="https://bsd.lv/css/style.css" />
<link rel="stylesheet" href="prettify.css" />
<link rel="stylesheet" href="tutorial.css" />
<script src="prettify.js"></script>
<script>
window.addEventListener('load', function() {
PR.prettyPrint();
});
</script>
</head>
<body>
<header>
<section id="header" class="text">
<h1>
<a href="index.html" class="nm">kcgi</a>
–
<span itemprop="description" class="nd">minimal CGI and FastCGI library in C</span>
</h1>
<nav>
<span class="version">Version @VERSION@</span>
<a title="Source code" itemprop="downloadURL" href="snapshots/kcgi.tgz"><i class="fa fa-fw fa-gears"></i></a>
<a title="Source fingerprint" href="snapshots/kcgi.tgz.sha512"><i class="fa fa-fw fa-lock"></i></a>
<a title="Source archive" href="snapshots"><i class="fa fa-fw fa-archive"></i></a>
<a title="Source repository" href="https://www.github.com/kristapsdz/kcgi"><i class="fa fa-fw fa-github"></i></a>
<a title="Version feed" href="atom.xml"><i class="fa fa-fw fa-rss"></i></a>
</nav>
</section>
</header>
<section class="text">
<article data-sblg-article="1" data-sblg-permlink="0"></article>
</section>
<footer>
<div>© 2014–2020 <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a></div>
<div>
<a href="snapshots/kcgi.tgz"><i class="fa fa-fw fa-gears"></i></a>
<a href="snapshots/kcgi.tgz.sha512"><i class="fa fa-fw fa-lock"></i></a>
<a href="snapshots"><i class="fa fa-fw fa-archive"></i></a>
<a href="https://www.github.com/kristapsdz/kcgi"><i class="fa fa-fw fa-github"></i></a>
<span>Built with <a href="https://kristaps.bsd.lv/sblg">sblg</a> on <a href="https://www.openbsd.org">OpenBSD</a></span>
</div>
</footer>
</body>
</html>