2009-03-14 01:15:54 +01:00
< !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" / >
2009-03-18 09:59:00 +01:00
< 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" / >
< meta name = "keywords" content = "i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8" / >
< meta name = "author" content = "i3 developers" / >
2009-03-14 01:15:54 +01:00
< 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 >
2009-03-16 09:57:37 +01:00
< li >
< a href = "/screenshots/" > Screenshots< / a >
< / li >
2009-03-18 09:47:12 +01:00
< li >
< a href = "/bugs" > Bugtracker< / a >
< / li >
2009-03-14 01:15:54 +01:00
< li >
< a href = "/contact/" > Contact< / a >
< / li >
2009-03-14 01:51:01 +01:00
< li >
< a href = "/impress.html" > Impressum/Imprint< / a >
< / li >
2009-03-14 01:15:54 +01:00
< / ul >
2009-05-03 17:29:26 +02:00
< h2 > Distribution< / h2 >
< p >
i3 is currently distributed in the following operating systems/distributions:
< / p >
< ul >
< li >
Debian (work in progress)
< / li >
< li >
< a href = "http://aur.archlinux.org/packages.php?ID=24720" > Arch Linux< / a >
(in < a href = "http://aur.archlinux.org/" > AUR< / a > ), maintained by Atsutane
< / li >
< li >
< a href = "http://overlays.gentoo.org/proj/sunrise/browser/sunrise/x11-wm/i3" > Gentoo Linux< / a >
(in < a href = "http://www.gentoo.org/proj/en/sunrise" > sunrise< / a > ), maintained by Moredread< br >
See also: < a href = "http://gist.github.com/89277" > i3-9999.ebuild< / a >
< / li >
< li >
< a href = "http://pkgsrc.se/wip/i3" > NetBSD< / a > (in < a href = "http://pkgsrc-wip.sourceforge.net/" > pkgsrc-wip< / a > )
< / li >
< / ul >
2009-03-14 01:15:54 +01:00
< h2 > Downloads< / h2 >
< p >
2009-05-03 17:29:26 +02:00
The current stable version is 3.α -bf1 (transcribed 3.a because many systems still can’ t
2009-03-15 23:27:03 +01:00
handle UTF-8 in version numbers).
2009-03-14 01:15:54 +01:00
< / p >
2009-03-15 23:27:03 +01:00
< ul >
2009-05-03 22:59:50 +02:00
< li >
< a href = "/downloads/i3-3.a-bf2.tar.bz2" > i3-3.a-bf2.tar.bz2< / a >
(< a href = "/downloads/i3-3.a-bf2.tar.bz2.asc" > GPG signature< / a > ), Version 3.α -bf2, 65 KiB, 2009-05-03,
hotfix for a problem with -bf1
< / li >
2009-03-15 23:27:03 +01:00
< li >
2009-05-03 17:29:26 +02:00
< a href = "/downloads/i3-3.a-bf1.tar.bz2" > i3-3.a-bf1.tar.bz2< / a >
2009-05-03 17:33:17 +02:00
(< a href = "/downloads/i3-3.a-bf1.tar.bz2.asc" > GPG signature< / a > ), Version 3.α -bf1, 65 KiB, 2009-05-03,
< a href = "/downloads/RELEASE-NOTES-3.a-bf1.txt" > release notes< / a >
2009-05-03 17:29:26 +02:00
< / li >
< li >
< a href = "/downloads/i3-3.a.tar.bz2" > i3-3.a.tar.bz2< / a >
(< a href = "/downloads/i3-3.a.tar.bz2.asc" > GPG signature< / a > ), Version 3.α , 50 KiB, 2009-03-15
2009-03-15 23:27:03 +01:00
< / li >
< / ul >
< h2 > Development version< / h2 >
2009-03-14 01:15:54 +01:00
< p >
2009-05-03 17:29:26 +02:00
Use < a href = "http://git-scm.com/" > git< / a > to follow the latest changes:
2009-03-14 01:15:54 +01:00
< / 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 >
2009-05-03 17:29:26 +02:00
< h2 > Announce mailing list< / h2 >
< p >
If you want to be notified when a new version of i3 is released, please subscribe
to the announce mailing list by sending a mail to < code > i3-announce-subscribe@i3.zekjur.net< / code >
< / p >
2009-03-14 01:15:54 +01:00
< / body >
< / html >