]> git.sur5r.net Git - i3/i3/blob - website/docs/index.html
website: Change doctype to HTML5
[i3/i3] / website / docs / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>i3 - an improved dynamic tiling window manager</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <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">
7 <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
8 <meta name="author" content="i3 developers">
9 <style type="text/css">
10 body {
11         text-align: justify;
12         max-width: 900px;
13         background-color: #1e1e1e;
14         color: #c0c0c0;
15 }
16
17 ol li {
18         margin-bottom: 10px;
19 }
20
21 #menu {
22         margin-left: -15px;
23         overflow: hidden;
24         list-style-type: none;
25 }
26
27 #menu li {
28         margin-left: 30px;
29         margin-right: 30px;
30         float: left;
31 }
32
33 a {
34         color: #c0c0c0;
35         text-decoration: underline;
36 }
37
38 </style>
39 </head>
40 <body>
41
42 <img width="131" height="125" src="http://i3.zekjur.net/logo.png" style="margin-right: 15px" alt="logo" id="logo" align="left">
43
44 <h1 style="color: red; font-family: georgia; font-size: 3em;margin-bottom: 0;">i3</h1>
45 <h1 style="font-family: georgia; font-size: 2em;margin-bottom: 0;">improved tiling wm</h1>
46
47 <br style="height: 0; clear: both;">
48 <hr style="border: 1px solid black; clear: both; margin-top: 5px;">
49
50 <ul id="menu">
51   <li>
52     <a href="/">Goals</a>
53   </li>
54   <li>
55     <a href="/docs/">Docs</a>
56   </li>
57   <li>
58     <a href="/downloads/">Downloads</a>
59   </li>
60   <li>
61     <a href="/screenshots/">Screens</a>
62   </li>
63   <li>
64     <a href="/bugs">Bugtracker</a>
65   </li>
66   <li>
67     <a href="/contact/">Contact</a>
68   </li>
69   <li>
70     <a href="/impress.html">Impressum</a>
71   </li>
72 </ul>
73
74 <hr style="border: 1px solid black; clear: both; margin-top: 15px;">
75
76
77 <h2>Documentation</h2>
78
79 <p>
80   If you installed i3 using your distribution’s tools, you should have a man page available.
81   Please read it completely before asking any questions. You can view the man page using the
82   following command:
83 </p>
84
85 <pre>
86   $ man i3
87 </pre>
88
89 <p>
90   If there is no manpage, please kick your distribution’s package maintainer. You can view
91   <a href="/docs/manpage.html">an HTML version of the manpage online</a>.
92 </p>
93
94 <p>
95   If you are a developer and would like to get into i3’s source code, please read
96   <a href="/docs/hacking-howto.html">&quot;How to hack i3&quot;</a> first.
97 </p>
98
99 <h2>Howtos</h2>
100
101 <ul>
102   <li><a href="/docs/userguide.html">User’s guide</a></li>
103   <li><a href="/docs/debugging.html">Debugging i3</a> (Read this before sending bugreports)</li>
104   <li><a href="/docs/building_ubuntu_9.04.html">Building i3 from git on Ubuntu 9.04</a></li>
105 </ul>
106
107 </body>
108 </html>