]> git.sur5r.net Git - i3/i3/blob - website/contact/index.html
Merge branch 'tree' into next
[i3/i3] / website / contact / 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     <a href="/downloads/">Downloads</a>
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     <strong><a href="/contact/">Contact</a></strong>
53   </li>
54   <li>
55     <a href="/impress.html">Impressum/Imprint</a>
56   </li>
57 </ul>
58
59 <p>
60
61 <h2>Contact</h2>
62
63 <p>
64   <strong>If you are a package maintainer</strong> and have any questions, ideas, hints, problems
65   or whatever, please do not hesitate to contact me. I will help you out. Just drop me an
66   <a href="http://michael.stapelberg.de/Kontakt">E-Mail (scroll down to bottom)</a>, contact
67   me using the same address in jabber or ask on our IRC channel (see below).
68 </p>
69
70 <h2>IRC</h2>
71
72 <p>
73   Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
74   irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
75   handling setup). Feel free to ask questions, please don’t ask to ask and please
76   think before you ask :-).
77 </p>
78
79 </body>
80 </html>