]> git.sur5r.net Git - i3/i3/blob - website/docs/index.html
Fix unaligned memory access on sparc (Thanks David Coppa)
[i3/i3] / website / docs / 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
78 <h2>Documentation</h2>
79
80 <p>
81   If you installed i3 using your distribution’s tools, you should have a man page available.
82   Please read it completely before asking any questions. You can view the man page using the
83   following command:
84 </p>
85
86 <pre>
87   $ man i3
88 </pre>
89
90 <p>
91   If there is no manpage, please kick your distribution’s package maintainer. You can view
92   <a href="/docs/manpage.html">an HTML version of the manpage online</a>.
93 </p>
94
95 <p>
96   If you are a developer and would like to get into i3’s source code, please read
97   <a href="/docs/hacking-howto.html">&quot;How to hack i3&quot;</a> first.
98 </p>
99
100 <h2>Howtos</h2>
101
102 <ul>
103   <li><a href="/docs/multi-monitor.html">Important explanation about
104   multi-monitor setups with the nVidia binary driver</a></li>
105   <li><a href="/docs/userguide.html">User’s guide</a></li>
106   <li><a href="/docs/debugging.html">Debugging i3</a> (Read this before sending bugreports)</li>
107   <li><a href="/docs/ipc.html">IPC interface</a></li>
108   <li><a href="/docs/building_ubuntu_9.04.html">Building i3 from git on Ubuntu 9.04</a></li>
109 </ul>
110
111 </body>
112 </html>