5 organisation = 'Debian'
6 homepage = 'http://www.debian.org/'
7 packages_homepage = 'http://packages.debian.net/'
8 searchformurl = packages_homepage
10 tags_url = 'http://debtags.alioth.debian.org/'
11 bugs_url = 'http://bugs.debian.org/'
12 pts_url = 'http://packages.qa.debian.org/'
13 ddpo_url = 'http://qa.debian.org/developer.php?login='
14 src_bugs_url = bugs_url _ 'src:'
15 mirror_url = 'http://ftp.debian.org/'
16 security_mirror = 'security.debian.org'
17 security_mirror_url = security_mirror _ '/debian-security'
18 security_suite_suffix = '/updates'
19 changelogs_url = 'http://packages.debian.org/changelogs/'
20 policy_url = 'http://www.debian.org/doc/debian-policy/'
21 cn_help_url = homepage _ 'intro/cn'
24 src => '/Pics/openlogo-nd-25.png',
28 url => 'http://www.spi-inc.org/',
30 years => '1997 - ' _ timestamp.year,
33 url => homepage _ 'license'
36 name => copyright.name,
37 url => homepage _ 'trademark'
40 name => g('Debian Web Mailinglist'),
41 mail => 'debian-www@lists.debian.org',
42 url => homepage _ 'contact',
45 name => g('%s Webmaster', organisation),
46 mail => 'webmaster@debian.org',
48 trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
51 # possible values for importance: high, normal, low
52 sitewidemsg = { importance => "high",
53 txt => g('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') }
55 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
56 [%- USE num = Number.Format( decimal_point => g('.'),
57 thousands_sep => g(','),
58 decimal_fill => 1 ) -%]