]> git.sur5r.net Git - i3/i3.github.io/blobdiff - downloads/index.html.mako
downloads: add mageia to the list of distributions
[i3/i3.github.io] / downloads / index.html.mako
index 5f5f5d2a9367faf0d5f8c83cdc3573dc6537decd..bb0e26d69fa726fd495a42c1c53db6776809486f 100644 (file)
@@ -58,7 +58,19 @@ 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
+               ],
+               [
+                 "Mageia",
+                 "http://mageia.madb.org/package/show/application/0/name/i3",
+                 "/img/mageia.png",
+                 85
+               ],
        ]
 
        c = 0
@@ -66,7 +78,7 @@ currently distributed in the following operating systems/distributions:
 % for title, link, img, height in distros:
 <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>
 <% c += 1 %>
-% if c == (len(distros) / 4) * 4:
+% if c % 4 == 0:
 <br>
 % endif
 % endfor