]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Merge branch '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 = '/'
9    packages_homepage_abs = 'http://packages.ubuntu.com/'
10    searchformurl = packages_homepage
11    search_url = '/search'
12    tags_url = 'http://debtags.alioth.debian.org/'
13    bugs_url = 'http://bugs.debian.org/'
14    launchpad_url = 'https://launchpad.net/distros/ubuntu/+source/'
15    pts_url = 'http://packages.qa.debian.org/'
16    ddpo_url = 'http://qa.debian.org/developer.php?login='
17    src_bugs_url = bugs_url _ 'src:'
18    mirror_url = 'http://archive.ubuntu.com/'
19    security_mirror = 'security.ubuntu.com'
20    security_mirror_url = security_mirror _ '/ubuntu'
21    security_suite_suffix = '-security'
22    changelogs_url = 'http://changelogs.ubuntu.com/changelogs/'
23    policy_url = 'http://www.debian.org/doc/debian-policy/'
24 #   cn_help_url = project_homepage _ 'intro/cn'
25 #   patch_tracking_url = 'http://patch-tracking.debian.net/package'
26    logo = {
27         url => project_homepage,
28         src => '/Pics/openlogo-nd-25.png',
29         alt => organisation,
30    }
31    copyright = {
32         url => 'http://www.canonical.com/',
33         name => 'Canonical Ltd.',
34         years => timestamp.year,
35    }
36    license = {
37         url => project_homepage _ 'legal'
38    }
39    trademark = {
40         name => copyright.name,
41         url => project_homepage _ 'aboutus/trademarkpolicy'
42    }
43    contact = {
44         name => 'Frank Lichtenheld',
45         mail => 'frank@lichtenheld.de',
46         url => project_homepage _ 'support',
47    }
48    admin = {
49         name => 'Frank Lichtenheld',
50         mail => 'frank@lichtenheld.de',
51    }
52    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
53 #   sponsors = [
54 #   {
55 #       url => 'http://example.invalid/',
56 #       name => 'Example Sponsor, Inc.',
57 #   },
58 #   {
59 #       url => 'http://example2.invalid/',
60 #       name => 'Example2 Sponsor, Inc.',
61 #   },
62 #   ]
63 -%]
64 [%-
65    # possible values for importance: high, normal, low
66 #   sitewidemsg = { importance => "high",
67 #                  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') }
68 -%]
69 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
70 [%- USE num = Number.Format( decimal_point => g('.'),
71                              thousands_sep => g(','),
72                              decimal_fill  => 1 ) -%]