]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add page for i3lock
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 17:44:52 +0000 (19:44 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 22 Jul 2011 17:44:52 +0000 (19:44 +0200)
i3lock/index.html.mako [new file with mode: 0644]

diff --git a/i3lock/index.html.mako b/i3lock/index.html.mako
new file mode 100644 (file)
index 0000000..1a4a265
--- /dev/null
@@ -0,0 +1,60 @@
+<%!
+       section = "i3lock"
+%>
+<%inherit file="_templates/i3.mako" />
+<div id="content">
+
+<h1>i3lock — improved screen locker</h1>
+
+<p>
+  i3lock is a simple screen locker like slock. After starting it, you will see
+  a white screen (you can configure the color/an image). You can return to your
+  screen by entering your password.
+</p>
+
+<h2>Improvements</h2>
+
+<ul>
+  <li>
+    i3lock forks, so you can combine it with an alias to suspend to RAM (run
+    "i3lock &amp;&amp; echo mem &gt; /sys/power/state" to get a locked screen
+    after waking up your computer from suspend to RAM)
+  </li>
+  <li>
+    You can specify either a background color or a PNG image which will be
+    displayed while your screen is locked.
+  </li>
+  <li>
+    You can specify whether i3lock should bell upon a wrong password.
+  </li>
+  <li>
+    i3lock uses PAM and therefore is compatible with LDAP etc.
+  </li>
+</ul>
+
+
+<h2>Releases</h2>
+
+<ul>
+  <li>
+    <a href="/i3lock/i3lock-2.1.tar.gz">i3lock-2.1.tar.gz</a> (2011-03-13,
+    <a href="/i3lock/i3lock-2.1.tar.gz.asc">GPG signature</a>)
+  </li>
+  <li>
+    <a href="/i3lock/i3lock-2.0.tar.gz">i3lock-2.0.tar.gz</a> (2010-09-05,
+    <a href="/i3lock/i3lock-2.0.tar.gz.asc">GPG signature</a>)
+  </li>
+  <li><a href="/i3lock/i3lock-1.0.tar.gz">i3lock-1.0.tar.gz</a> (2009-05-10,
+  <a href="/i3lock/i3lock-1.0.tar.gz.asc">GPG signature</a>)</li>
+  <li><a href="/i3lock/i3lock-0.9.tar.gz">i3lock-0.9.tar.gz</a></li>
+</ul>
+
+<h2>Development</h2>
+
+<p>
+  i3lock is currently developed at <a href="http://code.stapelberg.de/git/i3lock" title="cgit">
+  http://code.stapelberg.de/git/i3lock</a>. Checkouts of the master branch are intended to
+  be stable and working all the time. Integration of new features happens in a separate branch.
+</p>
+
+</div>