]> git.sur5r.net Git - i3/i3/blobdiff - website/docs/index.html
Merge branch 'tree' into next
[i3/i3] / website / docs / index.html
index cd141b8973e103dc945fda5277f3a335e74f66db..d64949027ff6b7e85643dac4e2f102f3b79b3cc8 100644 (file)
@@ -4,6 +4,9 @@
 <head>
 <title>i3 - an improved dynamic tiling window manager</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<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" />
+<meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8" />
+<meta name="author" content="i3 developers" />
 <style type="text/css">
 body {
        text-align: justify;
@@ -42,6 +45,9 @@ li {
   <li>
     <a href="/screenshots/">Screenshots</a>
   </li>
+  <li>
+    <a href="/bugs">Bugtracker</a>
+  </li>
   <li>
     <a href="/contact/">Contact</a>
   </li>
@@ -75,6 +81,8 @@ li {
 <h2>Howtos</h2>
 
 <ul>
+  <li><a href="/docs/userguide.html">User’s guide</a></li>
+  <li><a href="/docs/debugging.html">Debugging i3</a> (Read this before sending bugreports)</li>
   <li><a href="/docs/building_ubuntu_9.04.html">Building i3 from git on Ubuntu 9.04</a></li>
 </ul>