-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticles.html
90 lines (88 loc) · 2.96 KB
/
articles.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
89
90
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<title>Articles</title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
<link rel="stylesheet" href="/css/modern.css" type="text/css" />
<link rel="stylesheet" media="screen and (min-device-width: 900px)" href="/css/desktop.css" type="text/css" />
<link rel="stylesheet" media="screen and (max-device-width: 900px)" href="/css/mobile.css" type="text/css" />
<link rel="stylesheet" href="/css/pygments.css" type="text/css" />
</head>
<body class="article">
<div id="container">
<div id="wrapper">
<div id="header">
<h1>Articles</h1>
</div>
<div id="menu">
<ul>
<li><a href="/">Home</a></li>
<li class="last"><a href="/articles.html">Articles</a></li>
</ul>
</div>
<div id="content">
<h2 id="_introduction" class="sect1">Introduction</h2>
<p class="paragraph">These are a list of articles I’ve written on various topics. They are generated with AsciiDoc and edited with Emacs using adoc-mode.</p>
<h3 id="_security" class="sect2">Security</h3>
<ul class="ulist">
<li>
<a href="/security/talk-on-security-process.html">A Talk On Security Process</a>
</li>
<li>
<a href="/security/secure-workstation.html">The Secure Workstation</a>
</li>
<li>
<a href="/security/balanced-security.html">Balanaced Security</a>
</li>
</ul>
<h3 id="_git" class="sect2">Git</h3>
<ul class="ulist">
<li>
<a href="/git/git-force.html">On git push --force</a>
</li>
<li>
<a href="/git/git-rebase-fixing.html">Git Rebase Fixing</a>
</li>
</ul>
<h3 id="_python" class="sect2">Python</h3>
<ul class="ulist">
<li>
<a href="/python/class-methods-and-self.html">Python Class Methods and self</a>
</li>
</ul>
<h3 id="_society" class="sect2">Society</h3>
<ul class="ulist">
<li>
<a href="/society/racism-and-sexism.html">Racism and Sexism</a>
</li>
<li>
<a href="/society/google-readers-bigger-problem.html">Google Reader’s Bigger Problem</a>
</li>
<li>
<a href="/society/society/revenge-and-the-fear-marketplace.html">Revenge and The Fear Marketplace</a>
</li>
</ul>
</div>
<div id="footer">
<p id="footer-text">
Last updated 2013-04-19 18:14:34 PDT
</p>
<div id="footer-badges">
<a href="http://validator.w3.org/check?uri=referer">
<img style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-xhtml11-blue"
alt="Valid XHTML 1.1" height="31" width="88" />
</a>
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/">
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/us/88x31.png" />
</a>
</div>
</div>
</div>
</div>
</body>
</html>