]> git.sur5r.net Git - i3/i3.github.io/blob - downloads/index.html.mako
add _docs/repositories, update hint on /downloads
[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 <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 3.ε-bf3 (transcribed 3.e-bf3 because many systems still can’t
80   handle UTF-8 in version numbers).
81 </p>
82
83 <p>
84   <strong>IMPORTANT:</strong> If you use the nVidia binary driver (which does
85   not support XRandR at the moment), read <a
86   href="/docs/multi-monitor.html">this document</a> for an explanation and how
87   to enable the work-around!
88 </p>
89
90 <ul>
91   <li>
92     <a href="/downloads/i3-3.e-bf3.tar.bz2">i3-3.e-bf3.tar.bz2</a>
93     (<a href="/downloads/i3-3.e-bf3.tar.bz2.asc">GPG signature</a>), Version 3.ε-bf3, 353 KiB, 2011-05-08,
94     <a href="/downloads/RELEASE-NOTES-3.e-bf3.txt">release notes</a>
95   </li>
96
97   <li>
98     <a href="/downloads/i3-3.e-bf2.tar.bz2">i3-3.e-bf2.tar.bz2</a>
99     (<a href="/downloads/i3-3.e-bf2.tar.bz2.asc">GPG signature</a>), Version 3.ε-bf2, 285 KiB, 2011-01-19,
100     <a href="/downloads/RELEASE-NOTES-3.e-bf2.txt">release notes</a>
101   </li>
102
103   <li>
104     <a href="/downloads/i3-3.e-bf1.tar.bz2">i3-3.e-bf1.tar.bz2</a>
105     (<a href="/downloads/i3-3.e-bf1.tar.bz2.asc">GPG signature</a>), Version 3.ε-bf1, 285 KiB, 2010-06-09,
106     <a href="/downloads/RELEASE-NOTES-3.e-bf1.txt">release notes</a>
107   </li>
108
109   <li>
110     <a href="/downloads/i3-3.e.tar.bz2">i3-3.e.tar.bz2</a>
111     (<a href="/downloads/i3-3.e.tar.bz2.asc">GPG signature</a>), Version 3.ε, 271 KiB, 2010-03-30,
112     <a href="/downloads/RELEASE-NOTES-3.e.txt">release notes</a>
113   </li>
114
115   <li>
116     <a href="/downloads/i3-3.d-bf1.tar.bz2">i3-3.d-bf1.tar.bz2</a>
117     (<a href="/downloads/i3-3.d-bf1.tar.bz2.asc">GPG signature</a>), Version 3.δ-bf1, 153 KiB, 2009-12-21,
118     <a href="/downloads/RELEASE-NOTES-3.d-bf1.txt">release notes</a>
119   </li>
120
121   <li>
122     <a href="/downloads/i3-3.d.tar.bz2">i3-3.d.tar.bz2</a>
123     (<a href="/downloads/i3-3.d.tar.bz2.asc">GPG signature</a>), Version 3.δ, 153 KiB, 2009-11-09,
124     <a href="/downloads/RELEASE-NOTES-3.d.txt">release notes</a>
125   </li>
126
127   <li>
128     <a href="/downloads/i3-3.c.tar.bz2">i3-3.c.tar.bz2</a>
129     (<a href="/downloads/i3-3.c.tar.bz2.asc">GPG signature</a>), Version 3.γ, 107 KiB, 2009-08-19,
130     <a href="/downloads/RELEASE-NOTES-3.c.txt">release notes</a>
131   </li>
132
133   <li>
134     <a href="/downloads/i3-3.b.tar.bz2">i3-3.b.tar.bz2</a>
135     (<a href="/downloads/i3-3.b.tar.bz2.asc">GPG signature</a>), Version 3.β, 96 KiB, 2009-06-26,
136     <a href="/downloads/RELEASE-NOTES-3.b.txt">release notes</a>
137   </li>
138
139   <li>
140     <a href="/downloads/i3-3.a-bf2.tar.bz2">i3-3.a-bf2.tar.bz2</a>
141     (<a href="/downloads/i3-3.a-bf2.tar.bz2.asc">GPG signature</a>), Version 3.α-bf2, 65 KiB, 2009-05-03,
142     hotfix for a problem with -bf1
143   </li>
144
145   <li>
146     <a href="/downloads/i3-3.a-bf1.tar.bz2">i3-3.a-bf1.tar.bz2</a>
147     (<a href="/downloads/i3-3.a-bf1.tar.bz2.asc">GPG signature</a>), Version 3.α-bf1, 65 KiB, 2009-05-03,
148     <a href="/downloads/RELEASE-NOTES-3.a-bf1.txt">release notes</a>
149   </li>
150
151   <li>
152     <a href="/downloads/i3-3.a.tar.bz2">i3-3.a.tar.bz2</a>
153     (<a href="/downloads/i3-3.a.tar.bz2.asc">GPG signature</a>), Version 3.α, 50 KiB, 2009-03-15
154   </li>
155 </ul>
156
157 <a name="development-version"></a>
158 <h2>Development version</h2>
159
160 <p>
161   Use <a href="http://git-scm.com/">git</a> to follow the latest changes. This command checks out the 'master' branch:
162 </p>
163
164 <pre>
165   $ git clone git://code.i3wm.org/i3
166 </pre>
167
168 <p>
169   The 'master' branch is the current stable version plus bugfixes.<br>
170   The 'next' branch is the next version, yet to be released. Use <tt>git
171   checkout next</tt> to switch to the 'next' branch.
172 </p>
173
174 <p>
175   If you prefer to download a tarball, or if you cannot use git for whatever reason,
176   you may download the current master branch from
177   <a href="http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2">
178     http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2
179   </a>
180 </p>
181
182 <h2>Announce mailing list</h2>
183
184 <p>
185   If you want to be notified when a new version of i3 is released, please subscribe
186   to the announce mailing list by sending a mail to <code>i3-announce-subscribe@i3.zekjur.net</code>
187 </p>
188
189
190 </div>