6 organisation = 'Debian'
7 project_homepage = 'http://www.debian.org/'
8 packages_homepage = 'http://packages.debian.net/'
9 searchformurl = packages_homepage
10 search_url = '/search'
11 tags_url = 'http://debtags.alioth.debian.org/'
12 bugs_url = 'http://bugs.debian.org/'
13 pts_url = 'http://packages.qa.debian.org/'
14 ddpo_url = 'http://qa.debian.org/developer.php?login='
15 src_bugs_url = bugs_url _ 'src:'
16 mirror_url = 'http://ftp.debian.org/'
17 security_mirror = 'security.debian.org'
18 security_mirror_url = security_mirror _ '/debian-security'
19 security_suite_suffix = '/updates'
20 changelogs_url = 'http://packages.debian.org/changelogs/'
21 policy_url = 'http://www.debian.org/doc/debian-policy/'
22 cn_help_url = project_homepage _ 'intro/cn'
24 url => project_homepage,
25 src => '/Pics/openlogo-nd-25.png',
29 url => 'http://www.spi-inc.org/',
31 years => '1997 - ' _ timestamp.year,
34 url => project_homepage _ 'license'
37 name => copyright.name,
38 url => project_homepage _ 'trademark'
41 name => g('Debian Web Mailinglist'),
42 mail => 'debian-www@lists.debian.org',
43 url => project_homepage _ 'contact',
46 name => g('%s Webmaster', organisation),
47 mail => 'webmaster@debian.org',
49 trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
51 # url => 'http://example.invalid/',
52 # name => 'Example Sponsor, Inc.',
56 # possible values for importance: high, normal, low
57 sitewidemsg = { importance => "high",
58 txt => g('Please note that this is an experimental version of <a href="http://%s/">%s</a>. Errors and obsolete information should be expected', 'packages.debian.org', 'packages.debian.org') }
60 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
61 [%- USE num = Number.Format( decimal_point => g('.'),
62 thousands_sep => g(','),
63 decimal_fill => 1 ) -%]