]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Make the sponsors note more flexible
[deb/packages.git] / templates / config.tmpl
1 [%- DEFAULT
2    charset = 'UTF-8'
3    po_lang = 'en'
4    ddtp_lang = 'en'
5
6    organisation = 'Debian'
7    project_homepage = 'http://www.debian.org/'
8    packages_homepage = 'http://packages.debian.net/'
9    searchformurl = packages_homepage
10    search_url = '/search'
11    tags_url = 'http://debtags.alioth.debian.org/'
12    bugs_url = 'http://bugs.debian.org/'
13    pts_url = 'http://packages.qa.debian.org/'
14    ddpo_url = 'http://qa.debian.org/developer.php?login='
15    src_bugs_url = bugs_url _ 'src:'
16    mirror_url = 'http://ftp.debian.org/'
17    security_mirror = 'security.debian.org'
18    security_mirror_url = security_mirror _ '/debian-security'
19    security_suite_suffix = '/updates'
20    changelogs_url = 'http://packages.debian.org/changelogs/'
21    policy_url = 'http://www.debian.org/doc/debian-policy/'
22    cn_help_url = project_homepage _ 'intro/cn'
23    patch_tracking_url = 'http://patch-tracking.debian.net/package'
24    logo = {
25         url => project_homepage,
26         src => '/Pics/openlogo-nd-25.png',
27         alt => organisation,
28    }
29    copyright = {
30         url => 'http://www.spi-inc.org/',
31         name => 'SPI Inc.',
32         years => '1997 - ' _ timestamp.year,
33    }
34    license = {
35         url => project_homepage _ 'license'
36    }
37    trademark = {
38         name => copyright.name,
39         url => project_homepage _ 'trademark'
40    }
41    contact = {
42         name => g('Debian Web Mailinglist'),
43         mail => 'debian-www@lists.debian.org',
44         url => project_homepage _ 'contact',
45    }
46    admin = {
47         name => g('%s Webmaster', organisation),
48         mail => 'webmaster@debian.org',
49    }
50    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
51    sponsors = [
52    {
53         url => 'http://example.invalid/',
54         name => 'Example Sponsor, Inc.',
55    },
56    {
57         url => 'http://example2.invalid/',
58         name => 'Example2 Sponsor, Inc.',
59    },
60    ]
61 -%]
62 [%-
63    # possible values for importance: high, normal, low
64    sitewidemsg = { importance => "high",
65                    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.debian.org', 'packages.debian.org') }
66 -%]
67 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
68 [%- USE num = Number.Format( decimal_point => g('.'),
69                              thousands_sep => g(','),
70                              decimal_fill  => 1 ) -%]