]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
html/foot.tmpl: Overhaul the footer
[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    logo = {
24         url => project_homepage,
25         src => '/Pics/openlogo-nd-25.png',
26         alt => organisation,
27    }
28    copyright = {
29         url => 'http://www.spi-inc.org/',
30         name => 'SPI Inc.',
31         years => '1997 - ' _ timestamp.year,
32    }
33    license = {
34         url => project_homepage _ 'license'
35    }
36    trademark = {
37         name => copyright.name,
38         url => project_homepage _ 'trademark'
39    }
40    contact = {
41         name => g('Debian Web Mailinglist'),
42         mail => 'debian-www@lists.debian.org',
43         url => project_homepage _ 'contact',
44    }
45    admin = {
46         name => g('%s Webmaster', organisation),
47         mail => 'webmaster@debian.org',
48    }
49    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
50 #   sponsor = {
51 #       url => 'http://example.invalid/',
52 #       name => 'Example Sponsor, Inc.',
53 #   }
54 -%]
55 [%-
56    # possible values for importance: high, normal, low
57    sitewidemsg = { importance => "high",
58                    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') }
59 -%]
60 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
61 [%- USE num = Number.Format( decimal_point => g('.'),
62                              thousands_sep => g(','),
63                              decimal_fill  => 1 ) -%]