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