blob: 47ceda5b729f2d0fbaa95971a53d599ea95ebb1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<head>
<title>{% block title %}{% endblock %}</title>
{% block header %}{% endblock %}
</head>
<body>
{% block content %}
{% endblock %}
<hr>
<ul>
<h4>Details about this service</h4>
<li>More information: <a href="http://wiki.debian.org/dedup.debian.net">see wiki</a></li>
<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>
|