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