-
-
-
Vimperator, VIM, MPlayer, dzen2
-
-
-
-
-
Vimperator, VIM, xpdf, bc
-
-
-
-
-
PCManFM, ROXTerm, evince
-
-
-
-
-
-
-
i3 logo out of terminals
-
-
-
-
-
VIM, zsh, i3status (FreeBSD)
-
-
-
-
-
GIMP, urxvt (both floating)
-
-
-
-
-
-
-
mc, xosview, MPlayer, irssi, gajim
-
+<%
+ screens = [
+ [
+ "/screenshots/i3-1.png",
+ "/screenshots/i3-1.thumb.png",
+ "Vimperator, VIM, MPlayer, dzen2"
+ ],
+ [
+ "/screenshots/i3-2.png",
+ "/screenshots/i3-2.thumb.png",
+ "Vimperator, VIM, xpdf, bc"
+ ],
+ [
+ "/screenshots/i3-3.png",
+ "/screenshots/i3-3.thumb.png",
+ "PCManFM, ROXTerm, evince"
+ ],
+ [
+ "/screenshots/i3-4.png",
+ "/screenshots/i3-4.thumb.png",
+ "i3 logo out of terminals"
+ ],
+ [
+ "/screenshots/i3-6.png",
+ "/screenshots/i3-6.thumb.png",
+ "VIM, zsh, i3status (FreeBSD)"
+ ],
+ [
+ "/screenshots/i3-7.png",
+ "/screenshots/i3-7.thumb.png",
+ "GIMP, urxvt (both floating)"
+ ],
+ [
+ "/screenshots/i3-5.png",
+ "/screenshots/i3-5.thumb.png",
+ "mc, xosview, MPlayer, irssi, gajim"
+ ],
+ [
+ "/screenshots/i3-8.jpg",
+ "/screenshots/i3-8.thumb.jpg",
+ "git, synergy, htop, urxvt"
+ ],
+ [
+ "/screenshots/i3-9.png",
+ "/screenshots/i3-9.thumb.png",
+ "VIM, git, MPlayer, i3bar"
+ ]
+
+ ]
+
+ c = 0
+%>
+% for link, thumb, description in screens:
-
-
git, synergy, htop, urxvt
+
+
${description}
-
-
-
VIM, git, MPlayer, i3bar
-
+<% c += 1 %>
+% if (c % 3) == 0:
+
+% endif
+% endfor