]> git.sur5r.net Git - i3/i3.github.io/blob - docs/index.html.mako
make the 4.0 docs the default
[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 <p>
15 These documents are for i3 version 4.0. If you are still using the old version
16 3.ε, <a href="/docs/3.e/index.html">you can find the old documentation
17 here</a>, but we strongly recommend to update.
18 </p>
19
20 <div class="docs">
21 <h2>For users</h2>
22
23 <p style="font-size: 100%">
24 <a href="/docs/userguide.html"><strong>User’s Guide</strong></a><br>
25 Introduction and reference. Read this one.
26 </p>
27
28 <p>
29 <a href="/docs/multi-monitor.html"><strong>Multi-monitor</strong></a><br>
30 Interesting for users of the nVidia driver.
31 </p>
32
33 <p>
34 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
35 Explains you how to enable the i3 logfile.
36 </p>
37
38 <p>
39 <a href="/docs/wsbar.html"><strong>External workspace bars</strong></a><br>
40 About bar programs such as i3bar or dzen2.
41 </p>
42
43 <p>
44 <a href="/docs/refcard.pdf"><strong>i3 reference card (PDF)</strong></a><br>
45 Might be useful to memorize i3’s shortcuts.
46 </p>
47 </div>
48
49 <div class="docs">
50 <h2>For developers</h2>
51
52 <p>
53 <a href="/downloads/#development-version"><strong>Downloads → Development version</strong></a><br>
54 Tells you how to check out our git repository.
55 </p>
56
57 <p>
58 <a href="/docs/hacking-howto.html"><strong>Hacking Howto</strong></a><br>
59 Helps you if you want to get into i3’s source code.
60 </p>
61
62 <p>
63 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
64 Explains you how to enable core dumps.
65 </p>
66
67 <p>
68 <a href="/docs/ipc.html"><strong>IPC documentation</strong></a><br>
69 Explains how i3’s Inter Process Communication interface works. Read this if you
70 want to talk to i3 within your own scripts or programs.
71 </p>
72
73 </div>
74
75 <br style="clear: both">
76
77 </div>