]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Move a remaining HTML message from DoShow.pm to show.tmpl
[deb/packages.git] / templates / config.tmpl
1 [%- DEFAULT
2    charset = 'UTF-8'
3    lang = 'en'
4
5    organisation = 'Debian'
6    homepage = 'http://www.debian.org/'
7    packages_homepage = 'http://packages.debian.net/'
8    searchformurl = packages_homepage
9    search_url = '/'
10    tags_url = 'http://debtags.alioth.debian.org/'
11    bugs_url = 'http://bugs.debian.org/'
12    src_bugs_url = bugs_url _ 'src:'
13    mirror_url = 'http://ftp.debian.org/'
14    changelogs_url = 'http://packages.debian.org/changelogs/'
15    policy_url = 'http://www.debian.org/doc/debian-policy/'
16    cn_help_url = homepage _ 'intro/cn'
17    logo = {
18         url => homepage,
19         src => '/Pics/openlogo-nd-50.png',
20         alt => organisation,
21    }
22    copyright = {
23         url => 'http://www.spi-inc.org/',
24         name => 'SPI Inc.',
25         years => '1997 - ' _ timestamp.year,
26    }
27    license = {
28         url => homepage _ 'license'
29    }
30    contact = {
31         name => 'Debian Web Mailinglist',
32         mail => 'debian-www@lists.debian.org',
33         url => homepage _ 'contact',
34    }
35    admin = {
36         name => 'Debian Webmaster',
37         mail => 'webmaster@debian.org',
38    }
39    trademarknotes = organisation _ ' is a trademark of ' _ copyright.name
40 -%]
41 [%-
42    # possible values for importance: high, normal, low
43    sitewidemsg = { importance => "high",
44                    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" }
45 -%]