]> git.sur5r.net Git - i3/i3.github.io/blob - downloads/index.html.mako
downloads: add mageia to the list of distributions
[i3/i3.github.io] / downloads / index.html.mako
1 <%!
2         section = "downloads"
3         javascript = 'downloads.min.js'
4         require_jquery = True
5         js_callback = 'initDownloads();'
6 %>
7 <%inherit file="_templates/i3.mako" />
8 <div id="content">
9
10 <h2>Distributions</h2>
11
12 <p>
13 Please use the i3 packages provided by the distribution you are using. i3 is
14 currently distributed in the following operating systems/distributions:
15 </p>
16
17 <div id="distributions">
18 <%
19         distros = [
20                 [
21                   "Debian GNU/Linux",
22                   "http://packages.debian.org/sid/i3",
23                   "/img/debian.png",
24                   93
25                 ],
26                 [
27                   "Arch Linux",
28                   "http://www.archlinux.org/packages/community/x86_64/i3-wm/",
29                   "/img/archlinux.png",
30                   75
31                 ],
32                 [
33                   "Gentoo Linux",
34                   "http://packages.gentoo.org/package/x11-wm/i3",
35                   "/img/gentoo-logo.png",
36                   79
37                 ],
38                 [
39                   "Ubuntu Linux",
40                   "http://packages.ubuntu.com/natty/i3",
41                   "/img/ubuntu.png",
42                   75
43                 ],
44                 [
45                   "FreeBSD",
46                   "http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-wm/i3/",
47                   "/img/freebsd.png",
48                   59
49                 ],
50                 [
51                   "NetBSD",
52                   "http://pkgsrc.se/wip/i3",
53                   "/img/netbsd_logo.png",
54                   56
55                 ],
56                 [
57                   "OpenBSD",
58                   "http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/i3/",
59                   "/img/Openbsd2.png",
60                   49
61                 ],
62                 [
63                   "openSUSE",
64                   "http://software.opensuse.org/package/i3",
65                   "/img/opensuse.png",
66                   95
67                 ],
68                 [
69                   "Mageia",
70                   "http://mageia.madb.org/package/show/application/0/name/i3",
71                   "/img/mageia.png",
72                   85
73                 ],
74         ]
75
76         c = 0
77 %>
78 % for title, link, img, height in distros:
79 <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>
80 <% c += 1 %>
81 % if c % 4 == 0:
82 <br>
83 % endif
84 % endfor
85 </div>
86
87 <p>
88 We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories</a> with up-to-date packages.
89 </p>
90
91 <h2>Downloads</h2>
92
93 <p>
94   The current stable version is 4.2.
95 </p>
96
97 <p>
98   <strong>IMPORTANT:</strong> If you use the nVidia binary driver (which does
99   not support XRandR at the moment), read <a
100   href="/docs/multi-monitor.html">this document</a> for an explanation and how
101   to enable the work-around!
102 </p>
103
104 <table width="100%" id="downloads">
105   <thead>
106   <tr>
107     <th>Version</th>
108     <th>Download</th>
109     <th>Size</th>
110     <th>Signature</th>
111     <th>Release date</th>
112     <th>Release notes</th>
113   </tr>
114   </thead>
115
116   <tbody>
117   <tr>
118     <td>4.2</td>
119     <td><a href="/downloads/i3-4.2.tar.bz2">i3-4.2.tar.bz2</a></td>
120     <td>741 KiB</td>
121     <td><a href="/downloads/i3-4.2.tar.bz2.asc">signature</a></td>
122     <td>2012-04-25</td>
123     <td><a href="/downloads/RELEASE-NOTES-4.2.txt">release notes</a></td>
124   </tr>
125
126   <tr>
127     <td>4.1.2</td>
128     <td><a href="/downloads/i3-4.1.2.tar.bz2">i3-4.1.2.tar.bz2</a></td>
129     <td>550 KiB</td>
130     <td><a href="/downloads/i3-4.1.2.tar.bz2.asc">signature</a></td>
131     <td>2012-01-27</td>
132     <td><a href="/downloads/RELEASE-NOTES-4.1.2.txt">release notes</a></td>
133   </tr>
134
135   <tr>
136     <td>4.1.1</td>
137     <td><a href="/downloads/i3-4.1.1.tar.bz2">i3-4.1.1.tar.bz2</a></td>
138     <td>551 KiB</td>
139     <td><a href="/downloads/i3-4.1.1.tar.bz2.asc">signature</a></td>
140     <td>2011-12-24</td>
141     <td><a href="/downloads/RELEASE-NOTES-4.1.1.txt">release notes</a></td>
142   </tr>
143
144   <tr>
145     <td>4.1</td>
146     <td><a href="/downloads/i3-4.1.tar.bz2">i3-4.1.tar.bz2</a></td>
147     <td>551 KiB</td>
148     <td><a href="/downloads/i3-4.1.tar.bz2.asc">signature</a></td>
149     <td>2011-11-11</td>
150     <td><a href="/downloads/RELEASE-NOTES-4.1.txt">release notes</a></td>
151   </tr>
152
153   <tr>
154     <td>4.0.2</td>
155     <td><a href="/downloads/i3-4.0.2.tar.bz2">i3-4.0.2.tar.bz2</a></td>
156     <td>465 KiB</td>
157     <td><a href="/downloads/i3-4.0.2.tar.bz2.asc">signature</a></td>
158     <td>2011-08-28</td>
159     <td><a href="/downloads/RELEASE-NOTES-4.0.2.txt">release notes</a></td>
160   </tr>
161
162   <tr>
163     <td>4.0.1</td>
164     <td><a href="/downloads/i3-4.0.1.tar.bz2">i3-4.0.1.tar.bz2</a></td>
165     <td>462 KiB</td>
166     <td><a href="/downloads/i3-4.0.1.tar.bz2.asc">signature</a></td>
167     <td>2011-08-01</td>
168     <td><a href="/downloads/RELEASE-NOTES-4.0.1.txt">release notes</a></td>
169   </tr>
170
171   <tr>
172     <td>4.0</td>
173     <td><a href="/downloads/i3-4.0.tar.bz2">i3-4.0.tar.bz2</a></td>
174     <td>462 KiB</td>
175     <td><a href="/downloads/i3-4.0.tar.bz2.asc">signature</a></td>
176     <td>2011-07-31</td>
177     <td><a href="/downloads/RELEASE-NOTES-4.0.txt">release notes</a></td>
178   </tr>
179
180   <tr class="oldversion">
181     <td>3.ε-bf3</td>
182     <td><a href="/downloads/i3-3.e-bf3.tar.bz2">i3-3.e-bf3.tar.bz2</a></td>
183     <td>353 KiB</td>
184     <td><a href="/downloads/i3-3.e-bf3.tar.bz2.asc">signature</a></td>
185     <td>2011-05-08</td>
186     <td><a href="/downloads/RELEASE-NOTES-3.e-bf3.txt">release notes</a></td>
187   </tr>
188
189   <tr class="oldversion">
190     <td>3.ε-bf2</td>
191     <td><a href="/downloads/i3-3.e-bf2.tar.bz2">i3-3.e-bf2.tar.bz2</a></td>
192     <td>285 KiB</td>
193     <td><a href="/downloads/i3-3.e-bf2.tar.bz2.asc">signature</a></td>
194     <td>2011-01-19</td>
195     <td><a href="/downloads/RELEASE-NOTES-3.e-bf2.txt">release notes</a></td>
196   </tr>
197
198   <tr class="oldversion">
199     <td>3.ε-bf1</td>
200     <td><a href="/downloads/i3-3.e-bf1.tar.bz2">i3-3.e-bf1.tar.bz2</a></td>
201     <td>285 KiB</td>
202     <td><a href="/downloads/i3-3.e-bf1.tar.bz2.asc">signature</a></td>
203     <td>2010-06-09</td>
204     <td><a href="/downloads/RELEASE-NOTES-3.e-bf1.txt">release notes</a></td>
205   </tr>
206
207   <tr class="oldversion">
208     <td>3.ε</td>
209     <td><a href="/downloads/i3-3.e.tar.bz2">i3-3.e.tar.bz2</a></td>
210     <td>271 KiB</td>
211     <td><a href="/downloads/i3-3.e.tar.bz2.asc">signature</a></td>
212     <td>2010-03-30</td>
213     <td><a href="/downloads/RELEASE-NOTES-3.e.txt">release notes</a></td>
214   </tr>
215
216   <tr class="oldversion">
217     <td>3.δ-bf1</td>
218     <td><a href="/downloads/i3-3.d-bf1.tar.bz2">i3-3.d-bf1.tar.bz2</a></td>
219     <td>153 KiB</td>
220     <td><a href="/downloads/i3-3.d-bf1.tar.bz2.asc">signature</a></td>
221     <td>2009-12-21</td>
222     <td><a href="/downloads/RELEASE-NOTES-3.d-bf1.txt">release notes</a></td>
223   </tr>
224
225   <tr class="oldversion">
226     <td>3.δ</td>
227     <td><a href="/downloads/i3-3.d.tar.bz2">i3-3.d.tar.bz2</a></td>
228     <td>153 KiB</td>
229     <td><a href="/downloads/i3-3.d.tar.bz2.asc">signature</a></td>
230     <td>2009-11-09</td>
231     <td><a href="/downloads/RELEASE-NOTES-3.d.txt">release notes</a></td>
232   </tr>
233
234   <tr class="oldversion">
235     <td>3.γ</td>
236     <td><a href="/downloads/i3-3.c.tar.bz2">i3-3.c.tar.bz2</a></td>
237     <td>107 KiB</td>
238     <td><a href="/downloads/i3-3.c.tar.bz2.asc">signature</a></td>
239     <td>2009-08-19</td>
240     <td><a href="/downloads/RELEASE-NOTES-3.c.txt">release notes</a></td>
241   </tr>
242
243   <tr class="oldversion">
244     <td>3.β</td>
245     <td><a href="/downloads/i3-3.b.tar.bz2">i3-3.b.tar.bz2</a></td>
246     <td>96 KiB</td>
247     <td><a href="/downloads/i3-3.b.tar.bz2.asc">signature</a></td>
248     <td>2009-06-26</td>
249     <td><a href="/downloads/RELEASE-NOTES-3.b.txt">release notes</a></td>
250   </tr>
251
252   <tr class="oldversion">
253     <td>3.α-bf2</td>
254     <td><a href="/downloads/i3-3.a-bf2.tar.bz2">i3-3.a-bf2.tar.bz2</a></td>
255     <td>65 KiB</td>
256     <td><a href="/downloads/i3-3.a-bf2.tar.bz2.asc">signature</a></td>
257     <td>2009-05-03</td>
258     <td><a href="/downloads/RELEASE-NOTES-3.a-bf2.txt">release notes</a></td>
259   </tr>
260
261   <tr class="oldversion">
262     <td>3.α-bf1</td>
263     <td><a href="/downloads/i3-3.a-bf1.tar.bz2">i3-3.a-bf1.tar.bz2</a></td>
264     <td>65 KiB</td>
265     <td><a href="/downloads/i3-3.a-bf1.tar.bz2.asc">signature</a></td>
266     <td>2009-05-03</td>
267     <td><a href="/downloads/RELEASE-NOTES-3.a-bf1.txt">release notes</a></td>
268   </tr>
269
270   <tr class="oldversion">
271     <td>3.α</td>
272     <td><a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a></td>
273     <td>50 KiB</td>
274     <td><a href="/downloads/i3-3.a.tar.bz2.asc">signature</a></td>
275     <td>2009-03-15</td>
276     <td><a href="/downloads/RELEASE-NOTES-3.a.txt">release notes</a></td>
277   </tr>
278   </tbody>
279 </table>
280
281 <a name="development-version"></a>
282 <h2>Development version</h2>
283
284 <p>
285   Use <a href="http://git-scm.com/">git</a> to follow the latest changes or
286   <a href="http://code.i3wm.org/i3">view them on this webpage</a>. This command checks out the 'master'
287   branch:
288 </p>
289
290 <pre>
291   $ git clone git://code.i3wm.org/i3
292 </pre>
293
294 <p>
295   The 'master' branch is the current stable version plus bugfixes.<br>
296   The 'next' branch is the next version, yet to be released. Use <tt>git
297   checkout next</tt> to switch to the 'next' branch.
298 </p>
299
300 <p>
301   If you prefer to download a tarball, or if you cannot use git for whatever reason,
302   you may download the current master branch from
303   <a href="http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2">
304     http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2
305   </a>
306 </p>
307
308 <h2>Announce mailing list</h2>
309
310 <p>
311   If you want to be notified when a new version of i3 is released, please subscribe
312   to the announce mailing list by sending a mail to <code>i3-announce-subscribe@i3.zekjur.net</code>
313 </p>
314
315
316 </div>