6 organisation = 'Debian'
7 project_homepage = 'http://www.debian.org/'
8 packages_homepage = '/'
9 packages_homepage_abs = 'http://archive.debian.net/'
10 searchformurl = packages_homepage
11 search_url = '/search'
12 tags_url = 'http://debtags.alioth.debian.org/'
13 bugs_url = 'http://bugs.debian.org/'
14 pts_url = 'http://packages.qa.debian.org/'
15 ddpo_url = 'http://qa.debian.org/developer.php?login='
16 src_bugs_url = bugs_url _ 'src:'
17 mirror_url = 'http://ftp.debian.org/'
18 security_mirror = 'archive.debian.org'
19 security_mirror_url = security_mirror _ '/debian-security'
20 security_suite_suffix = '/updates'
21 changelogs_url = 'http://archive.debian.net/changelogs/'
22 policy_url = 'http://www.debian.org/doc/debian-policy/'
23 cn_help_url = project_homepage _ 'intro/cn'
24 # patch_tracking_url = 'http://patch-tracker.debian.org/package'
25 screenshots_url = 'http://screenshots.debian.net/package/'
26 screenshots_thumb_url = 'http://screenshots.debian.net/thumbnail-with-version/'
28 url => project_homepage,
29 src => '/Pics/openlogo-nd-25.png',
33 url => 'http://www.spi-inc.org/',
35 years => '1997 - ' _ timestamp.year,
38 url => project_homepage _ 'license'
41 name => copyright.name,
42 url => project_homepage _ 'trademark'
45 name => 'Frank Lichtenheld',
46 mail => 'djpig@debian.org',
47 url => project_homepage _ 'contact',
50 name => 'Frank Lichtenheld',
51 mail => 'djpig@debian.org',
53 trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
56 # url => 'http://example.invalid/',
57 # name => 'Example Sponsor, Inc.',
60 # url => 'http://example2.invalid/',
61 # name => 'Example2 Sponsor, Inc.',
66 # possible values for importance: high, normal, low
67 #sitewidemsg = { importance => "high",
68 # 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') }
69 sitewidemsg = { importance => "high",
70 txt => g('Please note that this site contains information about obsolete %s releases; if you search for current data, please use <a href="http://%s/">%s</a>.', organisation, 'packages.debian.org', 'packages.debian.org') }
72 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
73 [%- USE num = Number.Format( decimal_point => g('.'),
74 thousands_sep => g(','),
75 decimal_fill => 1 ) -%]