-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·61 lines (61 loc) · 2.2 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
---
layout: nil
title: Development log
---
<html>
<head>
<title>Jehanne</title>
<link rel="alternate" type="application/atom+xml" title="Development log" href="/atom.xml" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="Jehanne, Plan 9, Open Source, 9P, 9P2000, Inferno, Unix">
<meta name="description" content="Jehanne, an operating system derived from Plan9.">
<!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="https://use.fontawesome.com/1ff7121680.js"></script>
<link rel="stylesheet" type="text/css" href="/graphic/screen.css" />
</head>
<body>
<div id="home-contents">
<dl>
<dt>Introduction</dt>
<dd>
<a href="/pages/overview.html">overview</a>,
<a href="/pages/screenshot.html">screen shot</a>,
<a href="/pages/joan.html">Joan</a>
</dd>
<dt>Documentation</dt>
<dd>
<a href="https://github.com/JehanneOS/jehanne/issues">issues</a>,
<a href="/pages/wip.html">manual pages</a>,
<a href="/doc/hacking/overview.html">hacking</a>,
<a href="/pages/wip.html">more...</a>
</dd>
<dt><a id="atom" href="/atom.xml" title="News feed"><i class="fa fa-rss" aria-hidden="true"></i>News</a></dt>
<dd>
{% for post in site.posts %}
{% if post.public %}
{% if post.external %}
<span>{{ post.date | date_to_string }}</span> » <a href="{{ post.external }}" target="_blank" class="external">{{ post.title }}</a><br/>
{% else %}
<span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a><br/>
{% endif %}
{% endif %}
{% endfor %}
</dd>
<dt>Downloads</dt>
<dd>
<a href="/pages/wip.html">build notes</a>,
<a href="https://github.com/JehanneOS/jehanne">sources</a>
</dd>
<dt>Related Resources</dt>
<dd>
<a href="https://www.freelists.org/archive/jehanne/">mailing lists</a>,
<a href="http://9p.io/plan9/">Plan 9</a>,
<a href="http://harvey-os.org">Harvey</a>,
<a href="http://9legacy.org/">9legacy</a>,
<a href="http://9front.org/">9front</a>,
<a href="http://www.9atom.org/">9atom</a>
</dd>
</dl>
</div>
</body>
</html>