83 lines
1.6 KiB
HTML
83 lines
1.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
<head>
|
||
<title>i3 - an improved dynamic tiling window manager</title>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<style type="text/css">
|
||
body {
|
||
text-align: justify;
|
||
max-width: 800px;
|
||
}
|
||
|
||
li {
|
||
margin-bottom: 10px;
|
||
}
|
||
#menu {
|
||
overflow: hidden;
|
||
list-style-type: none;
|
||
}
|
||
#menu li {
|
||
margin-left: 30px;
|
||
margin-right: 30px;
|
||
float: left;
|
||
}
|
||
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<h1>i3 - an improved dynamic tiling window manager</h1>
|
||
|
||
<ul id="menu">
|
||
<li>
|
||
<a href="/">Goals</a>
|
||
</li>
|
||
<li>
|
||
<a href="/docs/">Documentation</a>
|
||
</li>
|
||
<li>
|
||
<strong><a href="/downloads/">Downloads</a></strong>
|
||
</li>
|
||
<li>
|
||
<a href="/contact/">Contact</a>
|
||
</li>
|
||
<li>
|
||
<a href="/impress.html">Impressum/Imprint</a>
|
||
</li>
|
||
</ul>
|
||
|
||
<h2>Downloads</h2>
|
||
|
||
<p>
|
||
The current stable version is 3.α (transcribed 3.a because many systems still can’t
|
||
handle UTF-8 in version numbers).
|
||
</p>
|
||
|
||
<ul>
|
||
<li>
|
||
<a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a>, Version 3.α, 50 KiB, 2009-03-15
|
||
</li>
|
||
</ul>
|
||
|
||
<h2>Development version</h2>
|
||
|
||
<p>
|
||
Use git to follow the latest changes:
|
||
</p>
|
||
|
||
<pre>
|
||
$ git clone git://code.stapelberg.de/i3
|
||
</pre>
|
||
|
||
<p>
|
||
If you prefer to download a tarball, or if you cannot use git for whatever reason,
|
||
you may download the current master branch from
|
||
<a href="http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2">
|
||
http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2
|
||
</a>
|
||
</p>
|
||
|
||
</body>
|
||
</html>
|