81 lines
2.1 KiB
HTML
81 lines
2.1 KiB
HTML
<!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" />
|
||
<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" />
|
||
<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>
|
||
<a href="/downloads/">Downloads</a>
|
||
</li>
|
||
<li>
|
||
<a href="/screenshots/">Screenshots</a>
|
||
</li>
|
||
<li>
|
||
<a href="/bugs">Bugtracker</a>
|
||
</li>
|
||
<li>
|
||
<strong><a href="/contact/">Contact</a></strong>
|
||
</li>
|
||
<li>
|
||
<a href="/impress.html">Impressum/Imprint</a>
|
||
</li>
|
||
</ul>
|
||
|
||
<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>
|
||
|
||
</body>
|
||
</html>
|