]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Merge commit 'alioth/master' into debian-master
[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 = '/'
9    packages_homepage_abs = 'http://packages.debian.org/'
10    old_releases = 'http://archive.debian.net/'
11    searchformurl = packages_homepage
12    search_url = '/search'
13    tags_url = 'http://debtags.alioth.debian.org/'
14    bugs_url = 'http://bugs.debian.org/'
15    pts_url = 'http://packages.qa.debian.org/'
16    ddpo_url = 'http://qa.debian.org/developer.php?login='
17    src_bugs_url = bugs_url _ 'src:'
18    mirror_url = 'http://ftp.debian.org/'
19    security_mirror = 'security.debian.org'
20    security_mirror_url = security_mirror _ '/debian-security'
21    security_suite_suffix = '/updates'
22    changelogs_url = '/changelogs/'
23    policy_url = 'http://www.debian.org/doc/debian-policy/'
24    cn_help_url = project_homepage _ 'intro/cn'
25    patch_tracking_url = 'http://patch-tracker.debian.org/package'
26    logo = {
27         url => project_homepage,
28         src => '/Pics/openlogo-nd-25.png',
29         alt => organisation,
30    }
31    copyright = {
32         url => 'http://www.spi-inc.org/',
33         name => 'SPI Inc.',
34         years => '1997 - ' _ timestamp.year,
35    }
36    license = {
37         url => project_homepage _ 'license'
38    }
39    trademark = {
40         name => copyright.name,
41         url => project_homepage _ 'trademark'
42    }
43    contact = {
44         name => g('Debian Web Mailinglist'),
45         mail => 'debian-www@lists.debian.org',
46         url => project_homepage _ 'contact',
47    }
48    admin = {
49         name => g('%s Webmaster', organisation),
50         mail => 'webmaster@debian.org',
51    }
52    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
53    sponsors = [
54    {
55         url => 'http://1und1.de/',
56         name => '1&1 Internet AG',
57    },
58    {
59         url => 'http://www.hp.com/',
60         name => 'Hewlett-Packard',
61    },
62    {
63         url => 'http://cs.helsinki.fi/index.en.html',
64         name => 'University of Helsinki - Department of Computer Science',
65    },
66    {
67         url => 'http://www.csail.mit.edu/',
68         name => 'MIT Computer Science & Artificial Intelligence Lab',
69    },
70    ]
71 -%]
72 [%-
73    # possible values for importance: high, normal, low
74 #   sitewidemsg = { importance => "high",
75 #                  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') }
76 #                  txt => "Site maintainance in progress, some temporary problems might occour." }
77 -%]
78 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
79 [%- USE num = Number.Format( decimal_point => g('.'),
80                              thousands_sep => g(','),
81                              decimal_fill  => 1 ) -%]