]> git.sur5r.net Git - i3/i3/blob - website/docs/index.html
Add docs/debugging to website
[i3/i3] / website / docs / 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     <strong><a href="/docs/">Documentation</a></strong>
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     <a href="/contact/">Contact</a>
53   </li>
54   <li>
55     <a href="/impress.html">Impressum/Imprint</a>
56   </li>
57 </ul>
58
59 <h2>Documentation</h2>
60
61 <p>
62   If you installed i3 using your distribution’s tools, you should have a man page available.
63   Please read it completely before asking any questions. You can view the man page using the
64   following command:
65 </p>
66
67 <pre>
68   $ man i3
69 </pre>
70
71 <p>
72   If there is no manpage, please kick your distribution’s package maintainer. You can view
73   <a href="/docs/manpage.html">an HTML version of the manpage online</a>.
74 </p>
75
76 <p>
77   If you are a developer and would like to get into i3’s source code, please read
78   <a href="/docs/hacking-howto.html">&quot;How to hack i3&quot;</a> first.
79 </p>
80
81 <h2>Howtos</h2>
82
83 <ul>
84   <li><a href="/docs/debugging.html">Debugging i3</a> (Read this before sending bugreports)</li>
85   <li><a href="/docs/building_ubuntu_9.04.html">Building i3 from git on Ubuntu 9.04</a></li>
86 </ul>
87
88 </body>
89 </html>