]> git.sur5r.net Git - i3/i3.github.io/blob - downloads/index.html.mako
Initial commit
[i3/i3.github.io] / downloads / index.html.mako
1 <%!
2         section = "downloads"
3 %>
4 <%inherit file="_templates/i3.mako" />
5 <div id="content">
6
7 <h2>Distributions</h2>
8
9 <p>
10 Please use the i3 packages provided by the distribution you are using. i3 is
11 currently distributed in the following operating systems/distributions:
12 </p>
13
14 <div id="distributions">
15 <%
16         distros = [
17                 [
18                   "Debian GNU/Linux",
19                   "http://packages.debian.org/sid/i3",
20                   "/img/debian.png",
21                   93
22                 ],
23                 [
24                   "Arch Linux",
25                   "http://www.archlinux.org/packages/community/x86_64/i3-wm/",
26                   "/img/archlinux.png",
27                   75
28                 ],
29                 [
30                   "Gentoo Linux",
31                   "http://packages.gentoo.org/package/x11-wm/i3",
32                   "/img/gentoo-logo.png",
33                   79
34                 ],
35                 [
36                   "Ubuntu Linux",
37                   "http://packages.ubuntu.com/karmic/i3",
38                   "/img/ubuntu.png",
39                   75
40                 ],
41                 [
42                   "FreeBSD",
43                   "http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-wm/i3/",
44                   "/img/freebsd.png",
45                   59
46                 ],
47                 [
48                   "NetBSD",
49                   "http://pkgsrc.se/wip/i3",
50                   "/img/netbsd_logo.png",
51                   56
52                 ],
53                 [
54                   "OpenBSD",
55                   "http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/i3/",
56                   "/img/Openbsd2.png",
57                   49
58                 ]
59         ]
60
61         c = 0
62 %>
63 % for title, link, img, height in distros:
64 <div style="display: inline; min-width: 100px"><a title="i3 in ${title}" href="${link}"><img src="${img}" width="75" height="${height}" alt="${title}" title="i3 in ${title}"></a></div>
65 <% c += 1 %>
66 % if c == (len(distros) / 4) * 4:
67 <br>
68 % endif
69 % endfor
70 </div>
71
72 <!--
73 <p>
74     Because Ubuntu packages are always outdated, you can also install
75     up-to-date third-party i3 packages for Ubuntu by adding the following line
76     to your <code>/etc/apt/sources.list</code> and using <code>apt-get install
77     i3</code> afterwards:<br>
78     <pre>
79     deb http://debian.sur5r.net/i3/ karmic universe
80     </pre>
81     Or, if you are running lucid:
82     <pre>
83     deb http://debian.sur5r.net/i3/ lucid universe
84     </pre>
85 </p>
86 -->
87 <p>
88 Because Ubuntu syncs its packages only every 6 months with Debian, we provide a more recent repository.
89 </p>
90
91 <h2>Downloads</h2>
92
93 <p>
94   The current stable version is 3.ε-bf3 (transcribed 3.e-bf3 because many systems still can’t
95   handle UTF-8 in version numbers).
96 </p>
97
98 <p>
99   <strong>IMPORTANT:</strong> If you use the nVidia binary driver (which does
100   not support XRandR at the moment), read <a
101   href="/docs/multi-monitor.html">this document</a> for an explanation and how
102   to enable the work-around!
103 </p>
104
105 <ul>
106   <li>
107     <a href="/downloads/i3-3.e-bf3.tar.bz2">i3-3.e-bf3.tar.bz2</a>
108     (<a href="/downloads/i3-3.e-bf3.tar.bz2.asc">GPG signature</a>), Version 3.ε-bf3, 353 KiB, 2011-05-08,
109     <a href="/downloads/RELEASE-NOTES-3.e-bf3.txt">release notes</a>
110   </li>
111
112   <li>
113     <a href="/downloads/i3-3.e-bf2.tar.bz2">i3-3.e-bf2.tar.bz2</a>
114     (<a href="/downloads/i3-3.e-bf2.tar.bz2.asc">GPG signature</a>), Version 3.ε-bf2, 285 KiB, 2011-01-19,
115     <a href="/downloads/RELEASE-NOTES-3.e-bf2.txt">release notes</a>
116   </li>
117
118   <li>
119     <a href="/downloads/i3-3.e-bf1.tar.bz2">i3-3.e-bf1.tar.bz2</a>
120     (<a href="/downloads/i3-3.e-bf1.tar.bz2.asc">GPG signature</a>), Version 3.ε-bf1, 285 KiB, 2010-06-09,
121     <a href="/downloads/RELEASE-NOTES-3.e-bf1.txt">release notes</a>
122   </li>
123
124   <li>
125     <a href="/downloads/i3-3.e.tar.bz2">i3-3.e.tar.bz2</a>
126     (<a href="/downloads/i3-3.e.tar.bz2.asc">GPG signature</a>), Version 3.ε, 271 KiB, 2010-03-30,
127     <a href="/downloads/RELEASE-NOTES-3.e.txt">release notes</a>
128   </li>
129
130   <li>
131     <a href="/downloads/i3-3.d-bf1.tar.bz2">i3-3.d-bf1.tar.bz2</a>
132     (<a href="/downloads/i3-3.d-bf1.tar.bz2.asc">GPG signature</a>), Version 3.δ-bf1, 153 KiB, 2009-12-21,
133     <a href="/downloads/RELEASE-NOTES-3.d-bf1.txt">release notes</a>
134   </li>
135
136   <li>
137     <a href="/downloads/i3-3.d.tar.bz2">i3-3.d.tar.bz2</a>
138     (<a href="/downloads/i3-3.d.tar.bz2.asc">GPG signature</a>), Version 3.δ, 153 KiB, 2009-11-09,
139     <a href="/downloads/RELEASE-NOTES-3.d.txt">release notes</a>
140   </li>
141
142   <li>
143     <a href="/downloads/i3-3.c.tar.bz2">i3-3.c.tar.bz2</a>
144     (<a href="/downloads/i3-3.c.tar.bz2.asc">GPG signature</a>), Version 3.γ, 107 KiB, 2009-08-19,
145     <a href="/downloads/RELEASE-NOTES-3.c.txt">release notes</a>
146   </li>
147
148   <li>
149     <a href="/downloads/i3-3.b.tar.bz2">i3-3.b.tar.bz2</a>
150     (<a href="/downloads/i3-3.b.tar.bz2.asc">GPG signature</a>), Version 3.β, 96 KiB, 2009-06-26,
151     <a href="/downloads/RELEASE-NOTES-3.b.txt">release notes</a>
152   </li>
153
154   <li>
155     <a href="/downloads/i3-3.a-bf2.tar.bz2">i3-3.a-bf2.tar.bz2</a>
156     (<a href="/downloads/i3-3.a-bf2.tar.bz2.asc">GPG signature</a>), Version 3.α-bf2, 65 KiB, 2009-05-03,
157     hotfix for a problem with -bf1
158   </li>
159
160   <li>
161     <a href="/downloads/i3-3.a-bf1.tar.bz2">i3-3.a-bf1.tar.bz2</a>
162     (<a href="/downloads/i3-3.a-bf1.tar.bz2.asc">GPG signature</a>), Version 3.α-bf1, 65 KiB, 2009-05-03,
163     <a href="/downloads/RELEASE-NOTES-3.a-bf1.txt">release notes</a>
164   </li>
165
166   <li>
167     <a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a>
168     (<a href="/downloads/i3-3.a.tar.bz2.asc">GPG signature</a>), Version 3.α, 50 KiB, 2009-03-15
169   </li>
170 </ul>
171
172
173 <h2>Development version</h2>
174
175 <p>
176   Use <a href="http://git-scm.com/">git</a> to follow the latest changes:
177 </p>
178
179 <pre>
180   $ git clone git://code.stapelberg.de/i3
181 </pre>
182
183 <p>
184   If you prefer to download a tarball, or if you cannot use git for whatever reason,
185   you may download the current master branch from
186   <a href="http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2">
187     http://code.stapelberg.de/git/i3/snapshot/i3-master.tar.bz2
188   </a>
189 </p>
190
191 <h2>Announce mailing list</h2>
192
193 <p>
194   If you want to be notified when a new version of i3 is released, please subscribe
195   to the announce mailing list by sending a mail to <code>i3-announce-subscribe@i3.zekjur.net</code>
196 </p>
197
198
199 </div>