]> git.sur5r.net Git - i3/i3/blob - website/i3status/index.html
i3status: update website for 2.3 release
[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 xmobar</title>
6 <link rel="icon" type="image/png" href="/favicon.png">
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 <style type="text/css">
9 body {
10         text-align: justify;
11         max-width: 800px;
12 }
13
14 li {
15         margin-bottom: 10px;
16 }
17 </style>
18 </head>
19 <body>
20
21 <h1>i3status</h1>
22
23 <p>
24   i3status is a small program (about 1500 SLOC) for generating a status bar
25   for dzen2, xmobar or similar programs. It is designed to be very efficient by
26   issuing a very small number of system calls, as one generally wants to update
27   such a status line every second. This ensures that even under high load, your
28   status bar is updated correctly. Also, it saves a bit of energy by not hogging
29   your CPU as much as spawning the corresponding amount of shell commands would.
30 </p>
31
32 <h2>Releases</h2>
33
34 <ul>
35   <li><a href="/i3status/i3status-2.3.tar.bz2">i3status-2.3.tar.bz2</a>
36   (<a href="/i3status/i3status-2.3.tar.bz2.asc">GPG signature</a>, 2011-07-21)</li>
37   <li><a href="/i3status/i3status-2.2.tar.bz2">i3status-2.2.tar.bz2</a>
38   (<a href="/i3status/i3status-2.2.tar.bz2.asc">GPG signature</a>, 2010-09-23)</li>
39   <li><a href="/i3status/i3status-2.1.tar.bz2">i3status-2.1.tar.bz2</a>
40   (<a href="/i3status/i3status-2.1.tar.bz2.asc">GPG signature</a>, 2010-04-11)</li>
41   <li><a href="/i3status/i3status-2.0.tar.bz2">i3status-2.0.tar.bz2</a>
42   (<a href="/i3status/i3status-2.0.tar.bz2.asc">GPG signature</a>, 2009-10-27)</li>
43   <li><a href="/i3status/i3status-1.2.tar.bz2">i3status-1.2.tar.bz2</a>
44   (<a href="/i3status/i3status-1.2.tar.bz2.asc">GPG signature</a>, 2009-06-21)</li>
45   <li><a href="/i3status/i3status-1.1.tar.bz2">i3status-1.1.tar.bz2</a>
46   (<a href="/i3status/i3status-1.1.tar.bz2.asc">GPG signature</a>, 2009-06-17)</li>
47   <li><a href="/i3status/i3status-1.0.tar.bz2">i3status-1.0.tar.bz2</a></li>
48 </ul>
49
50 <h2>Documentation</h2>
51
52 <p>
53   The documentation for i3status is its manpage. You can also <a
54   href="/i3status/manpage.html">view the manpage online</a>.
55 </p>
56
57 <h2>Development</h2>
58
59 <p>
60   i3status is currently developed at <a href="http://code.stapelberg.de/git/i3status" title="cgit">
61   http://code.stapelberg.de/git/i3status</a>. Checkouts of the master branch are intended to
62   be stable and working all the time. Integration of new features happens in a separate branch.
63 </p>
64
65 <h2>Contact</h2>
66
67 <p>
68   Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
69   irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
70   handling setup). Feel free to ask questions, please don’t ask to ask and please
71   think before you ask :-).
72 </p>
73
74 <h2>License</h2>
75
76 <pre>
77  Copyright © 2008-2011 Michael Stapelberg and contributors
78  All rights reserved.
79
80  Redistribution and use in source and binary forms, with or without modification,
81  are permitted provided that the following conditions are met:
82
83  * Redistributions of source code must retain the above copyright notice, this
84    list of conditions and the following disclaimer.
85
86  * Redistributions in binary form must reproduce the above copyright notice, this
87    list of conditions and the following disclaimer in the documentation and/or other
88    materials provided with the distribution.
89
90  * Neither the name of Michael Stapelberg nor the names of contributors
91    may be used to endorse or promote products derived from this software without
92    specific prior written permission.
93
94  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
95  EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
96  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
97  SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
98  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
99  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
100  BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
101  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
102  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
103  DAMAGE.
104 </pre>
105
106 </body>
107 </html>