From 8de24b099e19d99b2ce413d1497b288f44a4249f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 21 Feb 2013 15:31:51 +0100 Subject: include maintainer information --- base.html | 7 +++++++ webapp.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/base.html b/base.html index 65bc6df..08069a9 100644 --- a/base.html +++ b/base.html @@ -6,5 +6,12 @@ {% block content %} {% endblock %} +
+ diff --git a/webapp.py b/webapp.py index e175507..df8cba7 100755 --- a/webapp.py +++ b/webapp.py @@ -91,7 +91,7 @@ index_template = jinjaenv.from_string(
  • To inspect a particlar binary package, go to
    binary/<packagename>
    Example: binary/git
  • To inspect a combination of binary packages go to
    compare/<firstpackage>/<secondpackage>
    Example: compare/git/git
  • To discover package shipping a particular file go to
    hash/sha512/<hashvalue>
    Example: hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc
  • - {% endblock %}""") class Application(object): -- cgit v1.2.3