]> git.sur5r.net Git - i3/i3.github.io/blob - docs/index.html.mako
Initial commit
[i3/i3.github.io] / docs / index.html.mako
1 <%!
2         section = "docs"
3 %>
4 <%inherit file="_templates/i3.mako" />
5 <div id="content">
6 <h2>Documentation</h2>
7
8 <p>
9 One of i3’s goals is good documentation. The documents which you will find
10 below will hopefully answer all your questions. If you have any corrections or
11 suggestions please let us know!
12 </p>
13
14 <div class="docs">
15 <h2>For users</h2>
16
17 <p style="font-size: 100%">
18 <a href="/docs/userguide.html"><strong>User’s Guide</strong></a><br>
19 Introduction and reference. Read this one.
20 </p>
21
22 <p>
23 <a href="/docs/multi-monitor.html"><strong>Multi-monitor</strong></a><br>
24 Interesting for users of the nVidia binary driver.
25 </p>
26
27 <p>
28 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
29 Explains you how to enable the i3 logfile.
30 </p>
31
32 <p>
33 <a href="/docs/wsbar.html"><strong>External workspace bars</strong></a><br>
34 About bar programs such as i3bar or dzen2.
35 </p>
36
37 <p>
38 <a href="/docs/refcard.pdf"><strong>i3 reference card (PDF)</strong></a><br>
39 Might be useful to memorize i3’s shortcuts.
40 </p>
41 </div>
42
43 <div class="docs">
44 <h2>For developers</h2>
45
46 <p>
47 <a href="/docs/hacking-howto.html"><strong>Hacking Howto</strong></a><br>
48 Helps you if you want to get into i3’s source code.
49 </p>
50
51 <p>
52 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
53 Explains you how to enable core dumps.
54 </p>
55
56 <p>
57 <a href="/docs/ipc.html"><strong>IPC documentation</strong></a><br>
58 Explains how i3’s Inter Process Communication interface works. Read this if you
59 want to talk to i3 within your own scripts or programs.
60 </p>
61
62 </div>
63
64 <br style="clear: both">
65
66 </div>