diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-02-21 15:31:51 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-02-21 15:31:51 +0100 |
commit | 8de24b099e19d99b2ce413d1497b288f44a4249f (patch) | |
tree | d10ab55ac24175f105764cd34e4d1a1ed28705a2 | |
parent | de024bc937f4b8b326616df76c8a64878a235c91 (diff) | |
download | debian-dedup-8de24b099e19d99b2ce413d1497b288f44a4249f.tar.gz |
include maintainer information
-rw-r--r-- | base.html | 7 | ||||
-rwxr-xr-x | webapp.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -6,5 +6,12 @@ <body> {% block content %} {% endblock %} +<hr> +<ul> + <h4>Details about this service</h4> + <li>Maintainer: Helmut Grohne <helmut@subdivi.de></li> + <li>Source: git://murkel.subdivi.de/~helmut/debian-dedup.git</li> + <li>Bugs reports / Feedback / Patches: to the maintainer</li> +</ul> </body> </html> @@ -91,7 +91,7 @@ index_template = jinjaenv.from_string( <li>To inspect a particlar binary package, go to <pre>binary/<packagename></pre> Example: <a href="binary/git">binary/git</a></li> <li>To inspect a combination of binary packages go to <pre>compare/<firstpackage>/<secondpackage></pre> Example: <a href="compare/git/git">compare/git/git</a></li> <li>To discover package shipping a particular file go to <pre>hash/sha512/<hashvalue></pre> Example: <a href="hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc">hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc</a></li> -<ul> +</ul> {% endblock %}""") class Application(object): |