6 organisation = 'Ubuntu'
7 homepage = 'http://www.ubuntu.com/'
8 packages_homepage = 'http://packages.ubuntu.lichtenheld.net/'
9 searchformurl = packages_homepage
11 tags_url = 'http://debtags.alioth.debian.org/'
12 bugs_url = 'http://bugs.debian.org/'
13 launchpad_url = 'https://launchpad.net/distros/ubuntu/+source/'
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://archive.ubuntu.com/'
18 security_mirror = 'security.ubuntu.com'
19 security_mirror_url = security_mirror _ '/ubuntu'
20 security_suite_suffix = '-security'
21 changelogs_url = 'http://changelogs.ubuntu.com/changelogs/'
22 policy_url = 'http://www.debian.org/doc/debian-policy/'
23 # cn_help_url = homepage _ 'intro/cn'
26 src => '/Pics/openlogo-nd-25.png',
30 url => 'http://www.canonical.com/',
31 name => 'Canonical Ltd.',
32 years => timestamp.year,
35 url => homepage _ 'legal'
38 name => copyright.name,
39 url => homepage _ 'trademark'
42 name => 'Frank Lichtenheld',
43 mail => 'frank@lichtenheld.de',
44 url => homepage _ 'support',
47 name => 'Frank Lichtenheld',
48 mail => 'frank@lichtenheld.de',
50 trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
53 # possible values for importance: high, normal, low
54 sitewidemsg = { importance => "high",
55 txt => g('Please note that this is an experimental version of <a href="http://packages.ubuntu.com/">packages.ubuntu.com</a>. Errors and obsolete information should be expected') }
57 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
58 [%- USE num = Number.Format( decimal_point => g('.'),
59 thousands_sep => g(','),
60 decimal_fill => 1 ) -%]