]> git.sur5r.net Git - i3/i3/blob - website/i3lock/index.html
Merge branch 'next'
[i3/i3] / website / i3lock / 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 <link rel="icon" type="image/png" href="/favicon.png">
6 <title>i3lock — a slightly improved version of slock</title>
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>i3lock — a slightly improved version of slock</h1>
22
23 <p>
24   i3lock improves slock by making it fork() and therefore combinable with
25   commands to suspend your computer. Additionally, instead of turning off
26   your screen via DPMS and/or displaying a black screen, i3lock displays a
27   white screen so you can see if your computer failed to resume from suspend
28   or if your screen is just locked. Also, when entering a wrong password,
29   i3lock does not call XBell(). This is important because i3lock/slock think
30   you’ve entered a password when resuming from suspend, at least sometimes.
31 </p>
32
33 <p>
34   Furthermore, i3lock supports PAM since version 1.0 (that is, LDAP users
35   can use i3lock now, too).
36 </p>
37
38 <h2>Releases</h2>
39
40 <ul>
41   <li><a href="/i3lock/i3lock-1.0.tar.gz">i3lock-1.0.tar.gz</a> (2009-05-10,
42   <a href="/i3lock/i3lock-1.0.tar.gz.asc">GPG signature</a>)</li>
43   <li><a href="/i3lock/i3lock-0.9.tar.gz">i3lock-0.9.tar.gz</a></li>
44 </ul>
45
46 <h2>Development</h2>
47
48 <p>
49   i3lock is currently developed at <a href="http://code.stapelberg.de/git/i3lock" title="cgit">
50   http://code.stapelberg.de/git/i3lock</a>. Checkouts of the master branch are intended to
51   be stable and working all the time. Integration of new features happens in a separate branch.
52 </p>
53
54 <h2>Contact</h2>
55
56 <p>
57   Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
58   irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
59   handling setup). Feel free to ask questions, please don’t ask to ask and please
60   think before you ask :-).
61 </p>
62
63 <h2>License</h2>
64
65 <pre>
66 MIT/X Consortium License
67
68 © 2006-2008 Anselm R Garbe <garbeam at gmail dot com>
69 © 2009 Michael Stapelberg <michael+i3lock at stapelberg dot de>
70
71 Permission is hereby granted, free of charge, to any person obtaining a
72 copy of this software and associated documentation files (the "Software"),
73 to deal in the Software without restriction, including without limitation
74 the rights to use, copy, modify, merge, publish, distribute, sublicense,
75 and/or sell copies of the Software, and to permit persons to whom the
76 Software is furnished to do so, subject to the following conditions:
77
78 The above copyright notice and this permission notice shall be included in
79 all copies or substantial portions of the Software.
80
81 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
84 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
86 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
87 DEALINGS IN THE SOFTWARE.
88 </pre>
89
90 </body>
91 </html>