-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharchive.html
More file actions
83 lines (81 loc) · 2.9 KB
/
archive.html
File metadata and controls
83 lines (81 loc) · 2.9 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Recollection · Archive</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Recollection Atom Feed" />
<link rel="stylesheet" href="/theme/css/screen.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/pygments.css" type="text/css" />
</head>
<body>
<div id="header">
<div id="nav"> <div>
<a href="/">Home</a>
</div>
<div>
<a href="https://heptapod.host/saaj">Code</a>
</div>
<div class="selected">
<a href="/archive.html">Archive</a>
</div>
</div>
<div class="header-box">
<h1><a href="/">Recollection</a></h1>
</div>
</div>
<div id="wrapper">
<div id="content"> <h1>Archive</h1>
<h4 class="date">Apr 2018</h4>
<div class="post archive">
<ul> <li>
15:
<a href="/article/developer-friendly-job-search-the-tooling.html">Developer-friendly job search. The tooling</a>
</li> </ul>
<br/>
</div>
<h4 class="date">Apr 2015</h4>
<div class="post archive">
<ul> <li>
23:
<a href="/article/cherrypy-questions-testing-ssl-and-docker.html">CherryPy questions: testing, <span class="caps">SSL</span> and Docker</a>
</li> </ul>
<br/>
</div>
<h4 class="date">Jan 2015</h4>
<div class="post archive">
<ul> <li>
25:
<a href="/article/future-of-cherrypy-bright-and-shiny.html">Future of CherryPy: bright and shiny?</a>
</li> </ul>
<br/>
</div>
<h4 class="date">Dec 2014</h4>
<div class="post archive">
<ul> <li>
08:
<a href="/article/qooxdoo-next-and-targeting-website-development.html">Qooxdoo “next” and targeting website development</a>
</li> </ul>
<br/>
</div>
<div class="clear"></div>
<div id="footer">
<p>
Powered by <a href="http://getpelican.com/">Pelican</a>
· <a href="/feed.xml" rel="alternate">Atom Feed</a>
</p>
</div>
</div>
<div class="clear"></div>
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29858354-12', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>