]> git.sur5r.net Git - i3/i3/blob - website/i3status/index.html
debian: Add flex/bison to build-deps
[i3/i3] / website / i3status / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <title>i3status – Generates a status line for dzen2 or wmii</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
8 body {
9         text-align: justify;
10         max-width: 800px;
11 }
12
13 li {
14         margin-bottom: 10px;
15 }
16 </style>
17 </head>
18 <body>
19
20 <h1>i3status</h1>
21
22 <p>
23   i3status is a small program (around 500 SLOC) for filling dzen2 or wmii’s status
24   bar via its 9P pseudo filesystem. It is designed to be very efficient by issuing
25   a very small number of systemcalls (as the bar should be updated every second or
26   at your specified interval). This ensures that even under high load, your status
27   bar is updated correctly and it saves a little bit of battery life by not spawning
28   new processes every second like shell scripts do.
29 </p>
30
31 <h2>Releases</h2>
32
33 <ul>
34   <li><a href="/i3status/i3status-1.2.tar.bz2">i3status-1.2.tar.bz2</a>
35   (<a href="/i3status/i3status-1.2.tar.bz2.asc">GPG signature</a>, 2009-06-21)</li>
36   <li><a href="/i3status/i3status-1.1.tar.bz2">i3status-1.1.tar.bz2</a>
37   (<a href="/i3status/i3status-1.1.tar.bz2.asc">GPG signature</a>, 2009-06-17)</li>
38   <li><a href="/i3status/i3status-1.0.tar.bz2">i3status-1.0.tar.bz2</a></li>
39 </ul>
40
41 <h2>Development</h2>
42
43 <p>
44   i3status is currently developed at <a href="http://code.stapelberg.de/git/i3status" title="cgit">
45   http://code.stapelberg.de/git/i3status</a>. Checkouts of the master branch are intended to
46   be stable and working all the time. Integration of new features happens in a separate branch.
47 </p>
48
49 <h2>Contact</h2>
50
51 <p>
52   Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
53   irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
54   handling setup). Feel free to ask questions, please don’t ask to ask and please
55   think before you ask :-).
56 </p>
57
58 <h2>License</h2>
59
60 <pre>
61  Copyright © 2008-2009 Michael Stapelberg and contributors
62  All rights reserved.
63
64  Redistribution and use in source and binary forms, with or without modification,
65  are permitted provided that the following conditions are met:
66
67  * Redistributions of source code must retain the above copyright notice, this
68    list of conditions and the following disclaimer.
69
70  * Redistributions in binary form must reproduce the above copyright notice, this
71    list of conditions and the following disclaimer in the documentation and/or other
72    materials provided with the distribution.
73
74  * Neither the name of Michael Stapelberg nor the names of contributors
75    may be used to endorse or promote products derived from this software without
76    specific prior written permission.
77
78  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
79  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
80  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
81  SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
82  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
83  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
84  BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
85  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
86  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
87  DAMAGE.
88 </pre>
89
90 </body>
91 </html>