website: Update download page
This commit is contained in:
parent
4046667728
commit
3ba39b44aa
|
@ -56,23 +56,52 @@ li {
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2>Distribution</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
i3 is currently distributed in the following operating systems/distributions:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Debian (work in progress)
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://aur.archlinux.org/packages.php?ID=24720">Arch Linux</a>
|
||||||
|
(in <a href="http://aur.archlinux.org/">AUR</a>), maintained by Atsutane
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://overlays.gentoo.org/proj/sunrise/browser/sunrise/x11-wm/i3">Gentoo Linux</a>
|
||||||
|
(in <a href="http://www.gentoo.org/proj/en/sunrise">sunrise</a>), maintained by Moredread<br>
|
||||||
|
See also: <a href="http://gist.github.com/89277">i3-9999.ebuild</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://pkgsrc.se/wip/i3">NetBSD</a> (in <a href="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</a>)
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>Downloads</h2>
|
<h2>Downloads</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The current stable version is 3.α (transcribed 3.a because many systems still can’t
|
The current stable version is 3.α-bf1 (transcribed 3.a because many systems still can’t
|
||||||
handle UTF-8 in version numbers).
|
handle UTF-8 in version numbers).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a> (<a href="/downloads/i3-3.a.tar.bz2.asc">GPG-Signatur</a>), Version 3.α, 50 KiB, 2009-03-15
|
<a href="/downloads/i3-3.a-bf1.tar.bz2">i3-3.a-bf1.tar.bz2</a>
|
||||||
|
(<a href="/downloads/i3-3.a-bf1.tar.bz2.asc">GPG signature</a>), Version 3.α-bf1, 65 KiB, 2009-05-03
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a>
|
||||||
|
(<a href="/downloads/i3-3.a.tar.bz2.asc">GPG signature</a>), Version 3.α, 50 KiB, 2009-03-15
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Development version</h2>
|
<h2>Development version</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Use git to follow the latest changes:
|
Use <a href="http://git-scm.com/">git</a> to follow the latest changes:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
@ -87,5 +116,12 @@ li {
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>Announce mailing list</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If you want to be notified when a new version of i3 is released, please subscribe
|
||||||
|
to the announce mailing list by sending a mail to <code>i3-announce-subscribe@i3.zekjur.net</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue