]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
config.tmpl: Fix link to trademark policy
[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    logo = {
25         url => project_homepage,
26         src => '/Pics/openlogo-nd-25.png',
27         alt => organisation,
28    }
29    copyright = {
30         url => 'http://www.canonical.com/',
31         name => 'Canonical Ltd.',
32         years => timestamp.year,
33    }
34    license = {
35         url => project_homepage _ 'legal'
36    }
37    trademark = {
38         name => copyright.name,
39         url => project_homepage _ 'aboutus/trademarkpolicy'
40    }
41    contact = {
42         name => 'Frank Lichtenheld',
43         mail => 'frank@lichtenheld.de',
44         url => project_homepage _ 'support',
45    }
46    admin = {
47         name => 'Frank Lichtenheld',
48         mail => 'frank@lichtenheld.de',
49    }
50    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
51 -%]
52 [%-
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://%s/">%s</a>. Errors and obsolete information should be expected', 'packages.ubuntu.com', 'packages.ubuntu.com') }
56 -%]
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 ) -%]