X-Git-Url: http://git.veekun.com/zzz-spline-frontpage.git/blobdiff_plain/f644131f6f14f3851da390399f93b8fbe0f800e6..4371e472c2c75a12b5e1e499a9df6e62d778c030:/splinext/frontpage/templates/front_page/git.mako diff --git a/splinext/frontpage/templates/front_page/git.mako b/splinext/frontpage/templates/front_page/git.mako new file mode 100644 index 0000000..ad3bcb4 --- /dev/null +++ b/splinext/frontpage/templates/front_page/git.mako @@ -0,0 +1,29 @@ +<%page args="update" /> + +
+
+
${update.category}:
+
${update.time}
+
${update.tag}
+
+
+ + <% last_repo = None %>\ + % for commit in update.log: + % if commit.repo != last_repo: + + + + % endif + + + + + + + + <% last_repo = commit.repo %>\ + % endfor +
${commit.repo}
${commit.hash}${commit.author}${commit.subject}${commit.time}
+
+