forked from kristapsdz/lowdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.xml
48 lines (48 loc) · 2.03 KB
/
archive.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<title>lowdown: version history</title>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="lowdown version feed" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400italic,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://bsd.lv/css/style.css" />
<link rel="stylesheet" href="template.css" />
</head>
<body>
<header>
<div id="breadcrumbs" class="text">
<a href="https://www.bsd.lv">BSD.lv</a> tools for text processing:
<a href="https://kristaps.bsd.lv/lowdown">lowdown</a>,
<a href="https://kristaps.bsd.lv/sblg">sblg</a>,
<a href="https://mandoc.bsd.lv">mandoc</a>
</div>
<div id="version" class="text">
Version
<nav class="cur" data-sblg-nav="1" data-sblg-navsz="1"
data-sblg-navcontent="1" data-sblg-navtag="version" data-sblg-navsort="date">
${sblg-title}
</nav>:
<nav>
<a href="https://github.com/kristapsdz/lowdown">GitHub</a>,
<a href="snapshots/lowdown.tar.gz">Download</a>,
<a href="snapshots">Archive</a>,
<a href="archive.html">Version history</a>,
<a href="https://kristaps.bsd.lv/cgi-bin/minci.cgi/index.html?project-name=lowdown">Build status</a>
<a id="nav-atom" href="atom.xml"><i class="fa fa-fw fa-rss"></i></a>
</nav>
</div>
</header>
<article class="text">
<h1><a href="index.html">lowdown</a> — simple markdown translator</h1>
<nav id="versions" data-sblg-nav="1" data-sblg-navcontent="1" data-sblg-navtag="version">
<div class="version">Version ${sblg-titletext}, <time datetime="${sblg-date}">${sblg-date}</time></div>
<div>${sblg-aside}</div>
</nav>
</article>
<footer>
© 2016–2019 <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
</footer>
</body>
</html>