]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
5ce7cc736eddbc6501d8432c58ccf1b19f09d081
[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 #   sponsor = {
52 #       url => 'http://example.invalid/',
53 #       name => 'Example Sponsor, Inc.',
54 #   }
55 -%]
56 [%-
57    # possible values for importance: high, normal, low
58    sitewidemsg = { importance => "high",
59                    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') }
60 -%]
61 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
62 [%- USE num = Number.Format( decimal_point => g('.'),
63                              thousands_sep => g(','),
64                              decimal_fill  => 1 ) -%]