From: Michael Stapelberg Date: Sat, 28 Apr 2012 08:19:02 +0000 (+0200) Subject: downloads: add openSUSE link (Thanks Philipp) X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0bd7935936e5307a26d53e3c95f82635aebb376d;p=i3%2Fi3.github.io downloads: add openSUSE link (Thanks Philipp) --- diff --git a/downloads/index.html.mako b/downloads/index.html.mako index 5f5f5d2..f1a75d8 100644 --- a/downloads/index.html.mako +++ b/downloads/index.html.mako @@ -58,7 +58,13 @@ currently distributed in the following operating systems/distributions: "http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/i3/", "/img/Openbsd2.png", 49 - ] + ], + [ + "openSUSE", + "http://software.opensuse.org/package/i3", + "/img/opensuse.png", + 95 + ], ] c = 0 @@ -66,7 +72,7 @@ currently distributed in the following operating systems/distributions: % for title, link, img, height in distros:
${title}
<% c += 1 %> -% if c == (len(distros) / 4) * 4: +% if c % 4 == 0:
% endif % endfor