]> git.deb.at Git - deb/packages.git/blobdiff - templates/config.tmpl
templates/html/show.tmpl: Add experimental tabbing for content
[deb/packages.git] / templates / config.tmpl
index bb5f7b8802308de1e22412b7ae14a6a61e737b50..0d99856e98278bde22d094979a083266aebb5ffd 100644 (file)
@@ -4,14 +4,17 @@
 
    organisation = 'Debian'
    homepage = 'http://www.debian.org/'
-   packages_homepage = 'http://packages.debian.org/'
+   packages_homepage = 'http://packages.debian.net/'
    searchformurl = packages_homepage
    search_url = '/'
    tags_url = 'http://debtags.alioth.debian.org/'
    bugs_url = 'http://bugs.debian.org/'
+   pts_url = 'http://packages.qa.debian.org/'
+   ddpo_url = 'http://qa.debian.org/developer.php?login='
    src_bugs_url = bugs_url _ 'src:'
    mirror_url = 'http://ftp.debian.org/'
-   changelogs_url = '/changelogs/'
+   changelogs_url = 'http://packages.debian.org/changelogs/'
+   policy_url = 'http://www.debian.org/doc/debian-policy/'
    cn_help_url = homepage _ 'intro/cn'
    logo = {
        url => homepage,
@@ -37,3 +40,8 @@
    }
    trademarknotes = organisation _ ' is a trademark of ' _ copyright.name
 -%]
+[%-
+   # possible values for importance: high, normal, low
+   sitewidemsg = { importance => "high",
+                  txt => "Please note that this is an experimental version of <a href=\"http://packages.debian.org/\">packages.debian.org</a>. Errors and obsolete information should be expected" }
+-%]