aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johnston <chrisjohnston@ubuntu.com>2014-09-01 15:31:49 +0200
committerRhonda D'Vine <rhonda@debian.org>2014-09-01 15:32:22 +0200
commit2d6f9b1eb0018be237a551185daba6d87a6e807a (patch)
tree061e2a55fe252a1c98051665d94736f5b69d0d18
parenteacf9812d84b3892d98198d1c7271aa2c6eb5159 (diff)
Properly fix changelog link. Update footer to add 'report a bug' link.
Signed-off-by: Rhonda D'Vine <rhonda@debian.org>
-rw-r--r--templates/config.tmpl1
-rw-r--r--templates/html/foot.tmpl3
-rw-r--r--templates/html/homepage.tmpl4
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/config.tmpl b/templates/config.tmpl
index ccbde02..b7332ad 100644
--- a/templates/config.tmpl
+++ b/templates/config.tmpl
@@ -27,6 +27,7 @@
# patch_tracking_url = 'http://patch-tracker.debian.org/package'
screenshots_url = '//screenshots.debian.net/package/'
screenshots_thumb_url = '//screenshots.debian.net/thumbnail-with-version/'
+ report_bugs_url = 'https://bugs.launchpad.net/pkg-website/+filebug'
logo = {
url => project_homepage,
src => '/Pics/openlogo-nd-25.png',
diff --git a/templates/html/foot.tmpl b/templates/html/foot.tmpl
index 4bb9b77..f037e5e 100644
--- a/templates/html/foot.tmpl
+++ b/templates/html/foot.tmpl
@@ -25,8 +25,6 @@ Total page evaluation took [% benchmark %]<br>
<div id="fineprint" class="bordertop">
<div id="impressum">
-<p>[% g('To report a problem with the web site, e-mail <a href="mailto:%s">%s</a>. For other contact information, see the %s <a href="%s">contact page</a>.',
- contact.mail, contact.mail, organisation, contact.url) %]</p>
[% UNLESS footer.doNotDisplayCopyright %]
<p>
[% g('Content Copyright &copy; %s <a href="%s">%s</a>; See <a href="%s">license terms</a>.',
@@ -34,6 +32,7 @@ Total page evaluation took [% benchmark %]<br>
' ' _ trademarknotes IF trademarknotes %]
<a href="/about/">[% g('Learn more about this site') %]</a>.</p>
[% END %]
+<p>[% g('<a href="%s">Report a bug on this site</a>.', report_bugs_url) %]</p>
</div> <!-- end impressum -->
[% IF sponsors.size %]
<div id="sponsorfooter"><p>
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index e7f6c4a..5197a0a 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -20,8 +20,6 @@
<p>[% g('This site provides you with information about all the packages available in the <a href="%s">%s</a> Package archive.', project_homepage, organisation) %]</p>
-<p><em>[% g('Please contact <a href="mailto:%s">%s</a> if you encounter any problems!', admin.mail, admin.name) %]</em></p>
-
<h2>[% g('Browse through the lists of packages:') %]</h2>
<ul>
@@ -127,6 +125,8 @@ Distribution:
<hr>
<h2>News</h2>
<dl>
+<dt>2014-08-29</dt>
+<dd>Properly fix changelog link. Update footer to add 'report a bug' link.</dd>
<dt>2014-08-13</dt>
<dd>Fix changelog and copyright links, comment out patch tracker URL.</dd>
<dt>2014-08-08</dt>