2009-08-25 13:16:02 +02:00
<!DOCTYPE html>
< html >
2009-03-14 01:15:54 +01:00
< head >
< title > i3 - an improved dynamic tiling window manager< / title >
2009-11-07 18:46:58 +01:00
< link rel = "icon" type = "image/png" href = "/favicon.png" >
2009-08-25 13:16:02 +02:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
< 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;
2009-08-07 20:48:56 +02:00
max-width: 900px;
background-color: #1e1e1e;
color: #c0c0c0;
2009-03-14 01:15:54 +01:00
}
2009-08-07 20:48:56 +02:00
ol li {
2009-03-14 01:15:54 +01:00
margin-bottom: 10px;
}
2009-08-07 20:48:56 +02:00
2009-03-14 01:15:54 +01:00
#menu {
2009-08-07 20:48:56 +02:00
margin-left: -15px;
2009-03-14 01:15:54 +01:00
overflow: hidden;
list-style-type: none;
}
2009-08-07 20:48:56 +02:00
2009-03-14 01:15:54 +01:00
#menu li {
margin-left: 30px;
margin-right: 30px;
float: left;
}
2009-08-07 20:48:56 +02:00
a {
color: #c0c0c0;
text-decoration: underline;
}
2009-03-14 01:15:54 +01:00
< / style >
< / head >
< body >
2009-08-07 20:48:56 +02:00
< img width = "131" height = "125" src = "http://i3.zekjur.net/logo.png" style = "margin-right: 15px" alt = "logo" id = "logo" align = "left" >
< h1 style = "color: red; font-family: georgia; font-size: 3em;margin-bottom: 0;" > i3< / h1 >
< h1 style = "font-family: georgia; font-size: 2em;margin-bottom: 0;" > improved tiling wm< / h1 >
< br style = "height: 0; clear: both;" >
< hr style = "border: 1px solid black; clear: both; margin-top: 5px;" >
2009-03-14 01:15:54 +01:00
< ul id = "menu" >
< li >
< a href = "/" > Goals< / a >
< / li >
< li >
2009-08-07 20:48:56 +02:00
< a href = "/docs/" > Docs< / a >
2009-03-14 01:15:54 +01:00
< / li >
< li >
< a href = "/downloads/" > Downloads< / a >
< / li >
2009-03-16 09:57:37 +01:00
< li >
2009-08-07 20:48:56 +02:00
< a href = "/screenshots/" > Screens< / a >
2009-03-16 09:57:37 +01:00
< / 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 >
2009-08-07 20:48:56 +02:00
< a href = "/contact/" > Contact< / a >
2009-03-14 01:15:54 +01:00
< / li >
2009-03-14 01:51:01 +01:00
< li >
2009-08-07 20:48:56 +02:00
< a href = "/impress.html" > Impressum< / a >
2009-03-14 01:51:01 +01:00
< / li >
2009-03-14 01:15:54 +01:00
< / ul >
2009-08-07 20:48:56 +02:00
< hr style = "border: 1px solid black; clear: both; margin-top: 15px;" >
2009-03-14 01:15:54 +01:00
< p >
< h2 > Contact< / h2 >
< p >
< strong > If you are a package maintainer< / strong > and have any questions, ideas, hints, problems
or whatever, please do not hesitate to contact me. I will help you out. Just drop me an
< a href = "http://michael.stapelberg.de/Kontakt" > E-Mail (scroll down to bottom)< / a > , contact
me using the same address in jabber or ask on our IRC channel (see below).
< / p >
< h2 > IRC< / h2 >
< p >
Contact us at < a href = "irc://irc.twice-irc.de/i3" title = "#i3 on irc.twice-irc.de" >
irc://irc.twice-irc.de/i3< / a > (or, #i3 on irc.twice-irc.de, for those without proper URL
handling setup). Feel free to ask questions, please don’ t ask to ask and please
think before you ask :-).
< / p >
2010-01-19 17:35:04 +01:00
< h2 > Mailing list< / h2 >
< p >
If you prefer to discuss via mail rather than on IRC, you can also post to our
mailing list. Subscribe by sending a mail to < code > i3-discuss-subscribe@i3.zekjur.net< / code >
< / p >
2009-03-14 01:15:54 +01:00
< / body >
< / html >