]> git.sur5r.net Git - i3/i3/blob - website/downloads/index.html
98165bb11d7c3fe2e5c7639c7b3f81a70fd42430
[i3/i3] / website / downloads / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <title>i3 - an improved dynamic tiling window manager</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
8 body {
9         text-align: justify;
10         max-width: 800px;
11 }
12
13 li {
14         margin-bottom: 10px;
15 }
16 #menu {
17         overflow: hidden;
18         list-style-type: none;
19 }
20 #menu li {
21         margin-left: 30px;
22         margin-right: 30px;
23         float: left;
24 }
25
26 </style>
27 </head>
28 <body>
29
30 <h1>i3 - an improved dynamic tiling window manager</h1>
31
32 <ul id="menu">
33   <li>
34     <a href="/">Goals</a>
35   </li>
36   <li>
37     <a href="/docs/">Documentation</a>
38   </li>
39   <li>
40     <strong><a href="/downloads/">Downloads</a></strong>
41   </li>
42   <li>
43     <a href="/contact/">Contact</a>
44   </li>
45   <li>
46     <a href="/impress.html">Impressum/Imprint</a>
47   </li>
48 </ul>
49
50 <h2>Downloads</h2>
51
52 <p>
53   The current stable version is 3.α (transcribed 3.a because many systems still can’t
54   handle UTF-8 in version numbers).
55 </p>
56
57 <ul>
58   <li>
59     <a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a> (<a href="/downloads/i3-3.a.tar.bz2.asc">GPG-Signatur</a>), Version 3.α, 50 KiB, 2009-03-15
60   </li>
61 </ul>
62
63 <h2>Development version</h2>
64
65 <p>
66   Use git to follow the latest changes:
67 </p>
68
69 <pre>
70   $ git clone git://code.stapelberg.de/i3
71 </pre>
72
73 <p>
74   If you prefer to download a tarball, or if you cannot use git for whatever reason,
75   you may download the current master branch from
76   <a href="http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2">
77     http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2
78   </a>
79 </p>
80
81 </body>
82 </html>