[Pkg-debile-commits] [debile-web] 03/10: homepage added

Sylvestre Ledru sylvestre at alioth.debian.org
Tue Aug 27 13:22:34 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch update-usuability
in repository debile-web.

commit a20f54c6526958eacd53c1b731581d371fa36c92
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Sat Aug 17 12:06:32 2013 +0200

    homepage added
---
 templates/index.html |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..6f9aa2c
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,24 @@
+{% extends "base.html" %}
+
+{% block title %}About{% endblock %}
+
+{% block content %}
+This experimental infrastructure aims to provide a generic rebuild platform.<br />
+Normal build, custom builds (clang based) or static analyzers (coccinelle, scan-build, etc) are managed through this infrastructure.<br /><br />
+{% include "search.html" %}
+<br />
+
+Perhaps you're looking for the 
+<a href = '/sources' >last uploads</a>
+<br />
+<h1>Active Jobs</h1>
+
+    {% include "job_list_fragment.html" %}
+
+<h1>Pending jobs</h1>
+
+<br />
+<h1>Builder Status</h1>
+
+
+{% endblock %}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list