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