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 /webapp.py | |
parent | de024bc937f4b8b326616df76c8a64878a235c91 (diff) | |
download | debian-dedup-8de24b099e19d99b2ce413d1497b288f44a4249f.tar.gz |
include maintainer information
Diffstat (limited to 'webapp.py')
-rwxr-xr-x | webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |