]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
ttxgettext: Fix to actually include comments into the .pot files
[deb/packages.git] / templates / config.tmpl
1 [%- DEFAULT
2    charset = 'UTF-8'
3    lang = 'en'
4
5    organisation = 'Debian'
6    homepage = 'http://www.debian.org/'
7    packages_homepage = 'http://packages.debian.net/'
8    searchformurl = packages_homepage
9    search_url = '/'
10    tags_url = 'http://debtags.alioth.debian.org/'
11    bugs_url = 'http://bugs.debian.org/'
12    pts_url = 'http://packages.qa.debian.org/'
13    ddpo_url = 'http://qa.debian.org/developer.php?login='
14    src_bugs_url = bugs_url _ 'src:'
15    mirror_url = 'http://ftp.debian.org/'
16    security_mirror = 'security.debian.org'
17    security_mirror_url = security_mirror _ '/debian-security'
18    security_suite_suffix = '/updates'
19    changelogs_url = 'http://packages.debian.org/changelogs/'
20    policy_url = 'http://www.debian.org/doc/debian-policy/'
21    cn_help_url = homepage _ 'intro/cn'
22    logo = {
23         url => homepage,
24         src => '/Pics/openlogo-nd-25.png',
25         alt => organisation,
26    }
27    copyright = {
28         url => 'http://www.spi-inc.org/',
29         name => 'SPI Inc.',
30         years => '1997 - ' _ timestamp.year,
31    }
32    license = {
33         url => homepage _ 'license'
34    }
35    trademark = {
36         name => copyright.name,
37         url => homepage _ 'trademark'
38    }
39    contact = {
40         name => g('Debian Web Mailinglist'),
41         mail => 'debian-www@lists.debian.org',
42         url => homepage _ 'contact',
43    }
44    admin = {
45         name => g('%s Webmaster', organisation),
46         mail => 'webmaster@debian.org',
47    }
48    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
49 -%]
50 [%-
51    # possible values for importance: high, normal, low
52    sitewidemsg = { importance => "high",
53                    txt => g('Please note that this is an experimental version of <a href="http://packages.debian.org/">packages.debian.org</a>. Errors and obsolete information should be expected') }
54 -%]