]> 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 1c890bc6a3d1cbd7726b2e3a94d04cd4a1125bc1..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,47 +11,31 @@ below will hopefully answer all your questions. If you have any corrections or
 suggestions please let us know!
 </p>
 
-<p>
-Because version 4.0 is quite new, we still have the old documentation for 3.ε
-online for a few weeks. You can chose which version you want by clicking on the
-boxes right next to the links.
-</p>
-
 <div class="docs">
 <h2>For users</h2>
 
-<p style="font-size: 100%">
-<a href="/docs/userguide.html"><strong>User’s Guide</strong></a>
-<span class="docversion"><a href="/docs/4.0/userguide.html">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/userguide.html">3.ε</a></span><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>
-<a href="/docs/multi-monitor.html"><strong>Multi-monitor</strong></a>
-<span class="docversion"><a href="/docs/4.0/multi-monitor.html">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/multi-monitor.html">3.ε</a></span><br>
+<a href="/docs/multi-monitor.html"><strong>Multi-monitor</strong></a><br>
 Interesting for users of the nVidia driver.
 </p>
 
 <p>
-<a href="/docs/debugging.html"><strong>Debugging i3</strong></a>
-<span class="docversion"><a href="/docs/4.0/debugging.html">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/debugging.html">3.ε</a></span><br>
-Explains you how to enable the i3 logfile.
+<a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
+Explains you how to enable debug logging.
 </p>
 
 <p>
-<a href="/docs/wsbar.html"><strong>External workspace bars</strong></a>
-<span class="docversion"><a href="/docs/4.0/wsbar.html">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/wsbar.html">3.ε</a></span><br>
+<a href="/docs/wsbar.html"><strong>External workspace bars</strong></a><br>
 About bar programs such as i3bar or dzen2.
 </p>
 
 <p>
-<a href="/docs/refcard.pdf"><strong>i3 reference card (PDF)</strong></a>
-<span class="docversion"><a href="/docs/4.0/refcard.pdf">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/refcard.pdf">3.ε</a></span><br>
+<a href="/docs/refcard.html"><strong>i3 reference card</strong></a><br>
 Might be useful to memorize i3’s shortcuts.
 </p>
 </div>
@@ -59,35 +43,76 @@ Might be useful to memorize i3’s shortcuts.
 <div class="docs">
 <h2>For developers</h2>
 
+<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="/downloads/#development-version"><strong>Downloads → Development version</strong></a><br>
-Tells you how to check out our git repository.
+<a href="/docs/debugging.html"><strong>Debugging i3</strong></a><br>
+Explains you how to enable debug logging.
 </p>
 
 <p>
-<a href="/docs/hacking-howto.html"><strong>Hacking Howto</strong></a>
-<span class="docversion"><a href="/docs/4.0/hacking-howto.html">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/hacking-howto.html">3.ε</a></span><br>
-Helps you if you want to get into i3’s source code.
+<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/debugging.html"><strong>Debugging i3</strong></a>
-<span class="docversion"><a href="/docs/4.0/debugging.html">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/debugging.html">3.ε</a></span><br>
-Explains you how to enable core dumps.
+<a href="/docs/testsuite.html"><strong>i3 testsuite</strong></a><br>
+Makes you able to read and write i3 testcases.
 </p>
 
 <p>
-<a href="/docs/ipc.html"><strong>IPC documentation</strong></a>
-<span class="docversion"><a href="/docs/4.0/ipc.html">4.0</a></span>
-<span class="docversion"><a href="/docs/3.e/ipc.html">3.ε</a></span><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/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>