]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Merge commit 'origin/ubuntu-master' into ubuntu-master
[deb/packages.git] / templates / config.tmpl
1 [%- DEFAULT
2    charset = 'UTF-8'
3    po_lang = 'en'
4    ddtp_lang = 'en'
5
6    organisation = 'Ubuntu'
7    project_homepage = 'http://www.ubuntu.com/'
8    packages_homepage = 'http://packages.ubuntu.com/'
9    searchformurl = packages_homepage
10    search_url = '/search'
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 = project_homepage _ 'intro/cn'
24 #   patch_tracking_url = 'http://patch-tracking.debian.net/package'
25    logo = {
26         url => project_homepage,
27         src => '/Pics/openlogo-nd-25.png',
28         alt => organisation,
29    }
30    copyright = {
31         url => 'http://www.canonical.com/',
32         name => 'Canonical Ltd.',
33         years => timestamp.year,
34    }
35    license = {
36         url => project_homepage _ 'legal'
37    }
38    trademark = {
39         name => copyright.name,
40         url => project_homepage _ 'aboutus/trademarkpolicy'
41    }
42    contact = {
43         name => 'Frank Lichtenheld',
44         mail => 'frank@lichtenheld.de',
45         url => project_homepage _ 'support',
46    }
47    admin = {
48         name => 'Frank Lichtenheld',
49         mail => 'frank@lichtenheld.de',
50    }
51    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
52 #   sponsor = {
53 #       url => 'http://example.invalid/',
54 #       name => 'Example Sponsor, Inc.',
55 #   }
56 -%]
57 [%-
58    # possible values for importance: high, normal, low
59 #   sitewidemsg = { importance => "high",
60 #                  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.ubuntu.com', 'packages.ubuntu.com') }
61 -%]
62 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
63 [%- USE num = Number.Format( decimal_point => g('.'),
64                              thousands_sep => g(','),
65                              decimal_fill  => 1 ) -%]