]> git.sur5r.net Git - i3/i3/blob - website/downloads/index.html
Bugfix: Reconfigure bar window when changing resolutions (Thanks Mirko)
[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 <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii" />
8 <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8" />
9 <meta name="author" content="i3 developers" />
10 <style type="text/css">
11 body {
12         text-align: justify;
13         max-width: 800px;
14 }
15
16 li {
17         margin-bottom: 10px;
18 }
19 #menu {
20         overflow: hidden;
21         list-style-type: none;
22 }
23 #menu li {
24         margin-left: 30px;
25         margin-right: 30px;
26         float: left;
27 }
28
29 </style>
30 </head>
31 <body>
32
33 <h1>i3 - an improved dynamic tiling window manager</h1>
34
35 <ul id="menu">
36   <li>
37     <a href="/">Goals</a>
38   </li>
39   <li>
40     <a href="/docs/">Documentation</a>
41   </li>
42   <li>
43     <strong><a href="/downloads/">Downloads</a></strong>
44   </li>
45   <li>
46     <a href="/screenshots/">Screenshots</a>
47   </li>
48   <li>
49     <a href="/bugs">Bugtracker</a>
50   </li>
51   <li>
52     <a href="/contact/">Contact</a>
53   </li>
54   <li>
55     <a href="/impress.html">Impressum/Imprint</a>
56   </li>
57 </ul>
58
59 <h2>Distribution</h2>
60
61 <p>
62   i3 is currently distributed in the following operating systems/distributions:
63 </p>
64
65 <ul>
66   <li>
67     Debian (work in progress)
68   </li>
69   <li>
70     <a href="http://aur.archlinux.org/packages.php?ID=24720">Arch Linux</a>
71     (in <a href="http://aur.archlinux.org/">AUR</a>), maintained by Atsutane
72   </li>
73   <li>
74     <a href="http://overlays.gentoo.org/proj/sunrise/browser/sunrise/x11-wm/i3">Gentoo Linux</a>
75     (in <a href="http://www.gentoo.org/proj/en/sunrise">sunrise</a>), maintained by Moredread<br>
76     See also: <a href="http://gist.github.com/89277">i3-9999.ebuild</a>
77   </li>
78   <li>
79     <a href="http://pkgsrc.se/wip/i3">NetBSD</a> (in <a href="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</a>)
80   </li>
81 </ul>
82
83 <h2>Downloads</h2>
84
85 <p>
86   The current stable version is 3.α-bf1 (transcribed 3.a because many systems still can’t
87   handle UTF-8 in version numbers).
88 </p>
89
90 <ul>
91   <li>
92     <a href="/downloads/i3-3.a-bf2.tar.bz2">i3-3.a-bf2.tar.bz2</a>
93     (<a href="/downloads/i3-3.a-bf2.tar.bz2.asc">GPG signature</a>), Version 3.α-bf2, 65 KiB, 2009-05-03,
94     hotfix for a problem with -bf1
95   </li>
96   <li>
97     <a href="/downloads/i3-3.a-bf1.tar.bz2">i3-3.a-bf1.tar.bz2</a>
98     (<a href="/downloads/i3-3.a-bf1.tar.bz2.asc">GPG signature</a>), Version 3.α-bf1, 65 KiB, 2009-05-03,
99     <a href="/downloads/RELEASE-NOTES-3.a-bf1.txt">release notes</a>
100   </li>
101   <li>
102     <a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a>
103     (<a href="/downloads/i3-3.a.tar.bz2.asc">GPG signature</a>), Version 3.α, 50 KiB, 2009-03-15
104   </li>
105 </ul>
106
107 <h2>Development version</h2>
108
109 <p>
110   Use <a href="http://git-scm.com/">git</a> to follow the latest changes:
111 </p>
112
113 <pre>
114   $ git clone git://code.stapelberg.de/i3
115 </pre>
116
117 <p>
118   If you prefer to download a tarball, or if you cannot use git for whatever reason,
119   you may download the current master branch from
120   <a href="http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2">
121     http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2
122   </a>
123 </p>
124
125 <h2>Announce mailing list</h2>
126
127 <p>
128   If you want to be notified when a new version of i3 is released, please subscribe
129   to the announce mailing list by sending a mail to <code>i3-announce-subscribe@i3.zekjur.net</code>
130 </p>
131
132 </body>
133 </html>