-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy patharchive.xml
59 lines (59 loc) · 2.21 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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<title>kCalDAV: a simple CalDAV server</title>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="kcaldav 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="index.css" />
</head>
<body itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication">
<header>
<section class="teext">
<div id="breadcrumbs">
<span>Built on the <a href="https://learnbchs.org">BCHS</a> stack!</span>
</div>
<div id="headline">
<h1 itemprop="name"><i>k</i>CalDAV</h1>
<span>—
<span itemprop="description">simple CalDAV server</span>
</span>
</div>
</section>
</header>
<nav>
<div>
<a title="download" itemprop="downloadURL" href="snapshots/kcaldav.tgz"><i class="fa fa-fw fa-gears"></i></a>
<a title="checksum" href="snapshots/kcaldav.tgz.sha512"><i class="fa fa-fw fa-lock"></i></a>
<a title="archive" href="snapshots"><i class="fa fa-fw fa-archive"></i></a>
<a title="github" href="https://github.com/kristapsdz/kcaldav"><i class="fa fa-fw fa-github"></i></a>
<span itemprop="softwareVersion">version
<nav data-sblg-nav="1" data-sblg-navsort="date" data-sblg-navtag="version" data-sblg-navsz="1" data-sblg-navxml="1">
${sblg-titletext}
</nav>
</span>
</div>
</nav>
<article>
<section id="history" class="text">
<nav data-sblg-nav="1" data-sblg-navcontent="1">
<div>
<span class="date">
<i class="fa fa-fw fa-clock-o"></i>
<time datetime="${sblg-date}">${sblg-date}</time>
</span>
|
Version <span class="version">${sblg-title}</span>
</div>
<div>${sblg-aside}</div>
</nav>
</section>
</article>
<footer>
© 2015–2016, 2019 <a rel="author" href="https://github.com/kristapsdz">Kristaps Dzonsons</a>
</footer>
</body>
</html>