]> git.sur5r.net Git - i3/i3.github.io/blob - downloads/index.html.mako
use a table for the download list
[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/natty/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 <p>
73 We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories</a> with up-to-date packages.
74 </p>
75
76 <h2>Downloads</h2>
77
78 <p>
79   The current stable version is 4.1.1.
80 </p>
81
82 <p>
83   <strong>IMPORTANT:</strong> If you use the nVidia binary driver (which does
84   not support XRandR at the moment), read <a
85   href="/docs/multi-monitor.html">this document</a> for an explanation and how
86   to enable the work-around!
87 </p>
88
89 <table width="100%">
90   <tr>
91     <th>Version</th>
92     <th>Download</th>
93     <th>Size</th>
94     <th>Signature</th>
95     <th>Release date</th>
96     <th>Release notes</th>
97   </tr>
98   <tr>
99     <td>4.1.1</td>
100     <td><a href="/downloads/i3-4.1.1.tar.bz2">i3-4.1.1.tar.bz2</a></td>
101     <td>551 KiB</td>
102     <td><a href="/downloads/i3-4.1.1.tar.bz2.asc">signature</a></td>
103     <td>2011-12-24</td>
104     <td><a href="/downloads/RELEASE-NOTES-4.1.1.txt">release notes</a></td>
105   </tr>
106   <tr>
107     <td>4.1</td>
108     <td><a href="/downloads/i3-4.1.tar.bz2">i3-4.1.tar.bz2</a></td>
109     <td>551 KiB</td>
110     <td><a href="/downloads/i3-4.1.tar.bz2.asc">signature</a></td>
111     <td>2011-11-11</td>
112     <td><a href="/downloads/RELEASE-NOTES-4.1.txt">release notes</a></td>
113   </tr>
114   <tr>
115     <td>4.0.2</td>
116     <td><a href="/downloads/i3-4.0.2.tar.bz2">i3-4.0.2.tar.bz2</a></td>
117     <td>465 KiB</td>
118     <td><a href="/downloads/i3-4.0.2.tar.bz2.asc">signature</a></td>
119     <td>2011-08-28</td>
120     <td><a href="/downloads/RELEASE-NOTES-4.0.2.txt">release notes</a></td>
121   </tr>
122   <tr>
123     <td>4.0.1</td>
124     <td><a href="/downloads/i3-4.0.1.tar.bz2">i3-4.0.1.tar.bz2</a></td>
125     <td>462 KiB</td>
126     <td><a href="/downloads/i3-4.0.1.tar.bz2.asc">signature</a></td>
127     <td>2011-08-01</td>
128     <td><a href="/downloads/RELEASE-NOTES-4.0.1.txt">release notes</a></td>
129   </tr>
130   <tr>
131     <td>4.0</td>
132     <td><a href="/downloads/i3-4.0.tar.bz2">i3-4.0.tar.bz2</a></td>
133     <td>462 KiB</td>
134     <td><a href="/downloads/i3-4.0.tar.bz2.asc">signature</a></td>
135     <td>2011-07-31</td>
136     <td><a href="/downloads/RELEASE-NOTES-4.0.txt">release notes</a></td>
137   </tr>
138   <tr>
139     <td>3.ε-bf3</td>
140     <td><a href="/downloads/i3-3.e-bf3.tar.bz2">i3-3.e-bf3.tar.bz2</a></td>
141     <td>353 KiB</td>
142     <td><a href="/downloads/i3-3.e-bf3.tar.bz2.asc">signature</a></td>
143     <td>2011-05-08</td>
144     <td><a href="/downloads/RELEASE-NOTES-3.e-bf3.txt">release notes</a></td>
145   </tr>
146   <tr>
147     <td>3.ε-bf2</td>
148     <td><a href="/downloads/i3-3.e-bf2.tar.bz2">i3-3.e-bf2.tar.bz2</a></td>
149     <td>285 KiB</td>
150     <td><a href="/downloads/i3-3.e-bf2.tar.bz2.asc">signature</a></td>
151     <td>2011-01-19</td>
152     <td><a href="/downloads/RELEASE-NOTES-3.e-bf2.txt">release notes</a></td>
153   </tr>
154   <tr>
155     <td>3.ε-bf1</td>
156     <td><a href="/downloads/i3-3.e-bf1.tar.bz2">i3-3.e-bf1.tar.bz2</a></td>
157     <td>285 KiB</td>
158     <td><a href="/downloads/i3-3.e-bf1.tar.bz2.asc">signature</a></td>
159     <td>2010-06-09</td>
160     <td><a href="/downloads/RELEASE-NOTES-3.e-bf1.txt">release notes</a></td>
161   </tr>
162   <tr>
163     <td>3.ε</td>
164     <td><a href="/downloads/i3-3.e.tar.bz2">i3-3.e.tar.bz2</a></td>
165     <td>271 KiB</td>
166     <td><a href="/downloads/i3-3.e.tar.bz2.asc">signature</a></td>
167     <td>2010-03-30</td>
168     <td><a href="/downloads/RELEASE-NOTES-3.e.txt">release notes</a></td>
169   </tr>
170   <tr>
171     <td>3.δ-bf1</td>
172     <td><a href="/downloads/i3-3.d-bf1.tar.bz2">i3-3.d-bf1.tar.bz2</a></td>
173     <td>153 KiB</td>
174     <td><a href="/downloads/i3-3.d-bf1.tar.bz2.asc">signature</a></td>
175     <td>2009-12-21</td>
176     <td><a href="/downloads/RELEASE-NOTES-3.d-bf1.txt">release notes</a></td>
177   </tr>
178
179   <tr>
180     <td>3.δ</td>
181     <td><a href="/downloads/i3-3.d.tar.bz2">i3-3.d.tar.bz2</a></td>
182     <td>153 KiB</td>
183     <td><a href="/downloads/i3-3.d.tar.bz2.asc">signature</a></td>
184     <td>2009-11-09</td>
185     <td><a href="/downloads/RELEASE-NOTES-3.d.txt">release notes</a></td>
186   </tr>
187
188   <tr>
189     <td>3.γ</td>
190     <td><a href="/downloads/i3-3.c.tar.bz2">i3-3.c.tar.bz2</a></td>
191     <td>107 KiB</td>
192     <td><a href="/downloads/i3-3.c.tar.bz2.asc">signature</a></td>
193     <td>2009-08-19</td>
194     <td><a href="/downloads/RELEASE-NOTES-3.c.txt">release notes</a></td>
195   </tr>
196
197   <tr>
198     <td>3.β</td>
199     <td><a href="/downloads/i3-3.b.tar.bz2">i3-3.b.tar.bz2</a></td>
200     <td>96 KiB</td>
201     <td><a href="/downloads/i3-3.b.tar.bz2.asc">signature</a></td>
202     <td>2009-06-26</td>
203     <td><a href="/downloads/RELEASE-NOTES-3.b.txt">release notes</a></td>
204   </tr>
205
206   <tr>
207     <td>3.α-bf2</td>
208     <td><a href="/downloads/i3-3.a-bf2.tar.bz2">i3-3.a-bf2.tar.bz2</a></td>
209     <td>65 KiB</td>
210     <td><a href="/downloads/i3-3.a-bf2.tar.bz2.asc">signature</a></td>
211     <td>2009-05-03</td>
212     <td><a href="/downloads/RELEASE-NOTES-3.a-bf2.txt">release notes</a></td>
213   </tr>
214
215   <tr>
216     <td>3.α-bf1</td>
217     <td><a href="/downloads/i3-3.a-bf1.tar.bz2">i3-3.a-bf1.tar.bz2</a></td>
218     <td>65 KiB</td>
219     <td><a href="/downloads/i3-3.a-bf1.tar.bz2.asc">signature</a></td>
220     <td>2009-05-03</td>
221     <td><a href="/downloads/RELEASE-NOTES-3.a-bf1.txt">release notes</a></td>
222   </tr>
223
224   <tr>
225     <td>3.α</td>
226     <td><a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a></td>
227     <td>50 KiB</td>
228     <td><a href="/downloads/i3-3.a.tar.bz2.asc">signature</a></td>
229     <td>2009-03-15</td>
230     <td><a href="/downloads/RELEASE-NOTES-3.a.txt">release notes</a></td>
231   </tr>
232 </table>
233
234 <a name="development-version"></a>
235 <h2>Development version</h2>
236
237 <p>
238   Use <a href="http://git-scm.com/">git</a> to follow the latest changes or
239   <a href="http://code.i3wm.org/i3">view them on this webpage</a>. This command checks out the 'master'
240   branch:
241 </p>
242
243 <pre>
244   $ git clone git://code.i3wm.org/i3
245 </pre>
246
247 <p>
248   The 'master' branch is the current stable version plus bugfixes.<br>
249   The 'next' branch is the next version, yet to be released. Use <tt>git
250   checkout next</tt> to switch to the 'next' branch.
251 </p>
252
253 <p>
254   If you prefer to download a tarball, or if you cannot use git for whatever reason,
255   you may download the current master branch from
256   <a href="http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2">
257     http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2
258   </a>
259 </p>
260
261 <h2>Announce mailing list</h2>
262
263 <p>
264   If you want to be notified when a new version of i3 is released, please subscribe
265   to the announce mailing list by sending a mail to <code>i3-announce-subscribe@i3.zekjur.net</code>
266 </p>
267
268
269 </div>