summaryrefslogtreecommitdiff
path: root/html/home.html
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-01-23 00:25:31 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-01-23 00:25:31 +0000
commitb2aa5bb6136f733bd983bea03239e976fe4dc6ba (patch)
treeb6b662ab840963f0b9089c90f52e9e9ef8270b55 /html/home.html
Initial commit. Ported cgit design to roundup's
Diffstat (limited to 'html/home.html')
-rw-r--r--html/home.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/home.html b/html/home.html
new file mode 100644
index 0000000..de249f1
--- /dev/null
+++ b/html/home.html
@@ -0,0 +1,11 @@
+<!--
+ This is the default body that is displayed when people visit the
+ tracker. The tag below lists the currently open issues. You may
+ replace it with a greeting message, or a different list of issues or
+ whatever. It's a good idea to have the issues on the front page though
+-->
+<span tal:replace="structure python:db.issue.renderWith('index',
+ sort=[('-', 'activity')], group=[('+', 'priority')], filter=['status'],
+ columns=['id','activity','title','creator','assignedto', 'status'],
+ filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
+<!-- SHA: c87a4e18d59a527331f1d367c0c6cc67ee123e63 -->