]> git.sur5r.net Git - i3/i3/blob - website/downloads/index.html
website: add link to the ubuntu package
[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     <a href="http://packages.debian.org/sid/i3">Debian GNU/Linux</a> (in unstable currently)
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://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-wm/i3/">FreeBSD</a> (x11-wm/i3), maintained by dhn
80   </li>
81   <li>
82     <a href="http://pkgsrc.se/wip/i3">NetBSD</a> (wip/i3 in <a href="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</a>)
83   </li>
84   <li>
85     <a href="http://packages.ubuntu.com/karmic/i3">Ubuntu Linux</a> (in karmic/universe)
86   </li>
87 </ul>
88
89 <h2>Downloads</h2>
90
91 <p>
92   The current stable version is 3.α-bf1 (transcribed 3.a because many systems still can’t
93   handle UTF-8 in version numbers).
94 </p>
95
96 <ul>
97   <li>
98     <a href="/downloads/i3-3.a-bf2.tar.bz2">i3-3.a-bf2.tar.bz2</a>
99     (<a href="/downloads/i3-3.a-bf2.tar.bz2.asc">GPG signature</a>), Version 3.α-bf2, 65 KiB, 2009-05-03,
100     hotfix for a problem with -bf1
101   </li>
102   <li>
103     <a href="/downloads/i3-3.a-bf1.tar.bz2">i3-3.a-bf1.tar.bz2</a>
104     (<a href="/downloads/i3-3.a-bf1.tar.bz2.asc">GPG signature</a>), Version 3.α-bf1, 65 KiB, 2009-05-03,
105     <a href="/downloads/RELEASE-NOTES-3.a-bf1.txt">release notes</a>
106   </li>
107   <li>
108     <a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a>
109     (<a href="/downloads/i3-3.a.tar.bz2.asc">GPG signature</a>), Version 3.α, 50 KiB, 2009-03-15
110   </li>
111 </ul>
112
113 <h2>Development version</h2>
114
115 <p>
116   Use <a href="http://git-scm.com/">git</a> to follow the latest changes:
117 </p>
118
119 <pre>
120   $ git clone git://code.stapelberg.de/i3
121 </pre>
122
123 <p>
124   If you prefer to download a tarball, or if you cannot use git for whatever reason,
125   you may download the current master branch from
126   <a href="http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2">
127     http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2
128   </a>
129 </p>
130
131 <h2>Announce mailing list</h2>
132
133 <p>
134   If you want to be notified when a new version of i3 is released, please subscribe
135   to the announce mailing list by sending a mail to <code>i3-announce-subscribe@i3.zekjur.net</code>
136 </p>
137
138 </body>
139 </html>