]> git.sur5r.net Git - i3/i3.github.io/blobdiff - docs/index.html.mako
fix docs/user-contributed/swapping-workspaces.html
[i3/i3.github.io] / docs / index.html.mako
index 07af2bc61aebb37a723aa29351a3c354e59ae5d7..d7cd7e13d17b87cd703d64d562d5e6fd89754f8f 100644 (file)
@@ -3,7 +3,7 @@
 %>
 <%inherit file="_templates/i3.mako" />
 <div id="content">
-<h2>Documentation</h2>
+<h2>Documentation for i3 v4.7.2</h2>
 
 <p>
 One of i3’s goals is good documentation. The documents which you will find
@@ -11,16 +11,12 @@ below will hopefully answer all your questions. If you have any corrections or
 suggestions please let us know!
 </p>
 
-<p>
-These documents are for i3 version 4.2.
-</p>
-
 <div class="docs">
 <h2>For users</h2>
 
-<p style="font-size: 100%">
-<a href="/docs/userguide.html"><strong>User’s Guide</strong></a><br>
-Introduction and reference. Read this one.
+<p style="font-size: 100%; background-color: #444; border-radius: 5px; padding: 0.5em; width: 90%">
+<a href="/docs/userguide.html" style="font-size: 125%"><strong>User’s Guide</strong></a><br>
+Introduction and reference. Read this!
 </p>
 
 <p>
@@ -30,7 +26,7 @@ Interesting for users of the nVidia driver.
 
 <p>
 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
-Explains you how to enable the i3 logfile.
+Explains you how to enable debug logging.
 </p>
 
 <p>
@@ -39,7 +35,7 @@ About bar programs such as i3bar or dzen2.
 </p>
 
 <p>
-<a href="/docs/refcard.pdf"><strong>i3 reference card (PDF)</strong></a><br>
+<a href="/docs/refcard.html"><strong>i3 reference card</strong></a><br>
 Might be useful to memorize i3’s shortcuts.
 </p>
 </div>
@@ -47,35 +43,76 @@ Might be useful to memorize i3’s shortcuts.
 <div class="docs">
 <h2>For developers</h2>
 
-<p>
-<a href="/downloads/#development-version"><strong>Downloads → Development version</strong></a><br>
-Tells you how to check out our git repository.
-</p>
-
-<p>
+<p style="padding-top: 1em">
 <a href="/docs/hacking-howto.html"><strong>Hacking Howto</strong></a><br>
 Helps you if you want to get into i3’s source code.
 </p>
 
 <p>
 <a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
-Explains you how to enable core dumps.
+Explains you how to enable debug logging.
 </p>
 
 <p>
-<a href="/docs/ipc.html"><strong>IPC documentation</strong></a><br>
-Explains how i3’s Inter Process Communication interface works. Read this if you
-want to talk to i3 within your own scripts or programs.
+<a href="/docs/ipc.html"><strong>Inter process communication (IPC interface)</strong></a><br>
+Read this if you want to talk to i3 within your script.
 </p>
 
 <p>
 <a href="/docs/testsuite.html"><strong>i3 testsuite</strong></a><br>
-Explains how our test suite works, including a walk-through of a whole test
-case.
+Makes you able to read and write i3 testcases.
+</p>
+
+<p>
+<a href="/docs/i3bar-protocol.html"><strong>i3bar protocol</strong></a><br>
+Documents the JSON based protocol which i3bar uses.
 </p>
 
 </div>
 
 <br style="clear: both">
 
+<h2>User-contributed articles</h2>
+
+<div class="ugdocs">
+
+<p>
+<a href="/docs/buildbot.html"><strong>i3 buildbot setup</strong></a> <span class="author">(2012-09, by Michael)</span><br>
+Describes the <a href="http://www.buildbot.net/">buildbot</a> setup i3 uses for
+automatic docs, compilation and debian packages.
+</p>
+
+<p>
+<a href="/docs/user-contributed/lzap-config.html"><strong>Lukáš Zapletal’s i3
+configuration</strong></a> <span class="author">(2012-08, by Lukáš)</span><br>
+A detailed explanation of Lukáš’s configuration of i3 and related tools.
+</p>
+
+<p>
+<a href="/docs/user-contributed/swapping-workspaces.html"><strong>Swapping
+workspaces</strong></a> <span class="author">(2012-09, by Sagar)</span><br>
+Shows how Sagar uses i3’s IPC interface to swap workspaces between two outputs.
+</p>
+
+<p>
+<a href="/docs/user-contributed/conky-i3bar.html"><strong>Using conky with
+i3bar</strong></a> <span class="author">(2012-11, by Gianrico)</span><br>
+Shows how to configure conky to generate JSON input for i3bar (with colors)!
+</p>
+
+<p>
+<a href="/docs/user-contributed/py3status.html"><strong>Enhanced and extensible
+i3bar with py3status</strong></a> <span class="author">(2013-02, by Ultrabug)</span><br>
+Introduces py3status, a wrapper script for i3status which is easily extensible.
+</p>
+
+<p>
+<a href="/docs/tshirts.html"><strong>i3wm T-shirts</strong></a>
+<span class="author">(2013-12, by Stefan)</span><br>
+Where and how to order official i3 T-shirts.
+</p>
+
+
+</div>
+
 </div>