]> git.sur5r.net Git - i3/i3/blob - website/docs/index.html
website: Add robots.txt, Link bugtracker
[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 <style type="text/css">
8 body {
9         text-align: justify;
10         max-width: 800px;
11 }
12
13 li {
14         margin-bottom: 10px;
15 }
16 #menu {
17         overflow: hidden;
18         list-style-type: none;
19 }
20 #menu li {
21         margin-left: 30px;
22         margin-right: 30px;
23         float: left;
24 }
25
26 </style>
27 </head>
28 <body>
29
30 <h1>i3 - an improved dynamic tiling window manager</h1>
31
32 <ul id="menu">
33   <li>
34     <a href="/">Goals</a>
35   </li>
36   <li>
37     <strong><a href="/docs/">Documentation</a></strong>
38   </li>
39   <li>
40     <a href="/downloads/">Downloads</a>
41   </li>
42   <li>
43     <a href="/screenshots/">Screenshots</a>
44   </li>
45   <li>
46     <a href="/bugs">Bugtracker</a>
47   </li>
48   <li>
49     <a href="/contact/">Contact</a>
50   </li>
51   <li>
52     <a href="/impress.html">Impressum/Imprint</a>
53   </li>
54 </ul>
55
56 <h2>Documentation</h2>
57
58 <p>
59   If you installed i3 using your distribution’s tools, you should have a man page available.
60   Please read it completely before asking any questions. You can view the man page using the
61   following command:
62 </p>
63
64 <pre>
65   $ man i3
66 </pre>
67
68 <p>
69   If there is no manpage, please kick your distribution’s package maintainer. You can view
70   <a href="/docs/manpage.html">an HTML version of the manpage online</a>.
71 </p>
72
73 <p>
74   If you are a developer and would like to get into i3’s source code, please read
75   <a href="/docs/hacking-howto.html">&quot;How to hack i3&quot;</a> first.
76 </p>
77
78 <h2>Howtos</h2>
79
80 <ul>
81   <li><a href="/docs/building_ubuntu_9.04.html">Building i3 from git on Ubuntu 9.04</a></li>
82 </ul>
83
84 </body>
85 </html>