]> git.sur5r.net Git - i3/i3/blob - website/contact/index.html
Fix unaligned memory access on sparc (Thanks David Coppa)
[i3/i3] / website / contact / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>i3 - an improved dynamic tiling window manager</title>
5 <link rel="icon" type="image/png" href="/favicon.png">
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 XRandR 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: 900px;
14         background-color: #1e1e1e;
15         color: #c0c0c0;
16 }
17
18 ol li {
19         margin-bottom: 10px;
20 }
21
22 #menu {
23         margin-left: -15px;
24         overflow: hidden;
25         list-style-type: none;
26 }
27
28 #menu li {
29         margin-left: 30px;
30         margin-right: 30px;
31         float: left;
32 }
33
34 a {
35         color: #c0c0c0;
36         text-decoration: underline;
37 }
38
39 </style>
40 </head>
41 <body>
42
43 <img width="131" height="125" src="http://i3.zekjur.net/logo.png" style="margin-right: 15px" alt="logo" id="logo" align="left">
44
45 <h1 style="color: red; font-family: georgia; font-size: 3em;margin-bottom: 0;">i3</h1>
46 <h1 style="font-family: georgia; font-size: 2em;margin-bottom: 0;">improved tiling wm</h1>
47
48 <br style="height: 0; clear: both;">
49 <hr style="border: 1px solid black; clear: both; margin-top: 5px;">
50
51 <ul id="menu">
52   <li>
53     <a href="/">Goals</a>
54   </li>
55   <li>
56     <a href="/docs/">Docs</a>
57   </li>
58   <li>
59     <a href="/downloads/">Downloads</a>
60   </li>
61   <li>
62     <a href="/screenshots/">Screens</a>
63   </li>
64   <li>
65     <a href="/bugs">Bugtracker</a>
66   </li>
67   <li>
68     <a href="/contact/">Contact</a>
69   </li>
70   <li>
71     <a href="/impress.html">Impressum</a>
72   </li>
73 </ul>
74
75 <hr style="border: 1px solid black; clear: both; margin-top: 15px;">
76
77 <p>
78
79 <h2>Contact</h2>
80
81 <p>
82   <strong>If you are a package maintainer</strong> and have any questions, ideas, hints, problems
83   or whatever, please do not hesitate to contact me. I will help you out. Just drop me an
84   <a href="http://michael.stapelberg.de/Kontakt">E-Mail (scroll down to bottom)</a>, contact
85   me using the same address in jabber or ask on our IRC channel (see below).
86 </p>
87
88 <h2>IRC</h2>
89
90 <p>
91   Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
92   irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
93   handling setup). Feel free to ask questions, please don’t ask to ask and please
94   think before you ask :-).
95 </p>
96
97 <h2>Mailing list</h2>
98
99 <p>
100   If you prefer to discuss via mail rather than on IRC, you can also post to our
101   mailing list. Subscribe by sending a mail to <code>i3-discuss-subscribe@i3.zekjur.net</code>
102 </p>
103
104 <p>
105   All discussion on this mailing list is archived and accessible for the public.
106   You can browse the archives at <a href="http://i3.zekjur.net/archives/i3-discuss/"
107   title="i3-discuss archives">http://i3.zekjur.net/archives/i3-discuss/</a>.
108 </p>
109
110 </body>
111 </html>