]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
[UBUNTU] Move homepage to new template mechanism
[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    logo = {
29         url => project_homepage,
30         src => '/Pics/openlogo-nd-25.png',
31         alt => organisation,
32    }
33    copyright = {
34         url => 'http://www.canonical.com/',
35         name => 'Canonical Ltd.',
36         years => timestamp.year,
37    }
38    license = {
39         url => project_homepage _ 'legal'
40    }
41    trademark = {
42         name => copyright.name,
43         url => project_homepage _ 'aboutus/trademarkpolicy'
44    }
45    contact = {
46         name => 'Frank Lichtenheld',
47         mail => 'frank@lichtenheld.de',
48         url => project_homepage _ 'support',
49    }
50    admin = {
51         name => 'Frank Lichtenheld',
52         mail => 'frank@lichtenheld.de',
53    }
54    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
55 #   sponsors = [
56 #   {
57 #       url => 'http://example.invalid/',
58 #       name => 'Example Sponsor, Inc.',
59 #   },
60 #   {
61 #       url => 'http://example2.invalid/',
62 #       name => 'Example2 Sponsor, Inc.',
63 #   },
64 #   ]
65 -%]
66 [%-
67    # possible values for importance: high, normal, low
68 #   sitewidemsg = { importance => "high",
69 #                  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') }
70 -%]
71 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
72 [%- USE num = Number.Format( decimal_point => g('.'),
73                              thousands_sep => g(','),
74                              decimal_fill  => 1 ) -%]