-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (83 loc) · 2.86 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="/images/weeklish.png">
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
<title>The Wiklish Hack</title>
</head>
<body>
<div class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">
The Wiklish Hack
</a>
</div>
<ul class="nav navbar-nav">
</ul>
</div>
</div>
<div class="container">
<p>This is the Wiklish Hack, a wiki for hack tracking. Its
current authors are <a href="http://www.benwr.net">@bwr</a> and
<a href="https://github.com/jpouellet">@jpo</a>. The wiklish hack is forkable,
simple (thanks in part to Urubu), and hackable to the authors' hearts
content.</p>
<p>To see more information about the project, check out the <a href="meta">meta page</a>.</p>
<h2 id="site-contents">Site Contents</h2>
<p><ul><li><a href="/bwr/"> Ben Weinstein-Raun</a>
<ul>
<li><a href="/bwr/bells/"> Change Ringing</a>
</li><li><a href="/bwr/notes/"> Notes</a>
<ul>
<li><a href="/bwr/notes/differential_geometry.html"> Differential Geometry</a>
</li><li><a href="/bwr/notes/probability.html"> Probability</a>
</li><li><a href="/bwr/notes/reading_papers.html"> Reading Papers</a>
</li>
</ul>
</li><li><a href="/bwr/posts/"> Posts</a>
<ul>
<li><a href="/bwr/posts/voting.html"> Why I'm voting in November</a>
</li>
</ul>
</li>
</ul>
</li><li><a href="/jpo/"> Jean-Philippe Ouellet</a>
<ul>
<li><a href="/jpo/scp-names.html"> scp(1) mangles file names!</a>
</li>
</ul>
</li><li><a href="/meta/"> The Wiklish Hack (Meta)</a>
<ul>
<li><a href="/meta/todo/"> TODO</a>
<ul>
<li><a href="/meta/todo/access_levels.html"> Implement access restrictions</a>
</li><li><a href="/meta/todo/low_res_logo.html"> Improved version of logo</a>
</li><li><a href="/meta/todo/invite_members.html"> Invite additional members</a>
</li><li><a href="/meta/todo/stackedit.html"> StackEdit Integration</a>
</li><li><a href="/meta/todo/ticket_layout.html"> Ticket layout and auto-list-generation</a>
</li>
</ul>
</li>
</ul>
</li></ul></p>
<footer>
<div class="row">
<div class="col-lg-12">
<p class="text-center">
<img src="/images/weeklish.png" class="logo" />
This content is made available under the
<a rel="license" href="http://creativecommons.org/licenses/by/4.0">
CC-BY 4.0 License
</a>
</p>
</div>
</div> </footer>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>