]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Merge branch 'master' into archive-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://archive.debian.net/'
10    searchformurl = packages_homepage
11    search_url = '/search'
12    tags_url = 'http://debtags.alioth.debian.org/'
13    bugs_url = 'http://bugs.debian.org/'
14    pts_url = 'http://packages.qa.debian.org/'
15    ddpo_url = 'http://qa.debian.org/developer.php?login='
16    src_bugs_url = bugs_url _ 'src:'
17    mirror_url = 'http://ftp.debian.org/'
18    security_mirror = 'archive.debian.org'
19    security_mirror_url = security_mirror _ '/debian-security'
20    security_suite_suffix = '/updates'
21    changelogs_url = 'http://archive.debian.net/changelogs/'
22    policy_url = 'http://www.debian.org/doc/debian-policy/'
23    cn_help_url = project_homepage _ 'intro/cn'
24 #   patch_tracking_url = 'http://patch-tracker.debian.org/package'
25 #   screenshots_url = 'http://screenshots.debian.net/package/'
26 #   screenshots_thumb_url = 'http://screenshots.debian.net/thumbnail/'
27    logo = {
28         url => project_homepage,
29         src => '/Pics/openlogo-nd-25.png',
30         alt => organisation,
31    }
32    copyright = {
33         url => 'http://www.spi-inc.org/',
34         name => 'SPI Inc.',
35         years => '1997 - ' _ timestamp.year,
36    }
37    license = {
38         url => project_homepage _ 'license'
39    }
40    trademark = {
41         name => copyright.name,
42         url => project_homepage _ 'trademark'
43    }
44    contact = {
45         name => 'Frank Lichtenheld',
46         mail => 'djpig@debian.org',
47         url => project_homepage _ 'contact',
48    }
49    admin = {
50         name => 'Frank Lichtenheld',
51         mail => 'djpig@debian.org',
52    }
53    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
54    sponsors = [
55 #   {
56 #       url => 'http://example.invalid/',
57 #       name => 'Example Sponsor, Inc.',
58 #   },
59 #   {
60 #       url => 'http://example2.invalid/',
61 #       name => 'Example2 Sponsor, Inc.',
62 #   },
63    ]
64 -%]
65 [%-
66    # possible values for importance: high, normal, low
67    #sitewidemsg = { importance => "high",
68    #               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') }
69    sitewidemsg = { importance => "high",
70                    txt => g('Please note that this site contains information about obsolete %s releases; if you search for current data, please use <a href="http://%s/">%s</a>.', organisation, 'packages.debian.org', 'packages.debian.org') }
71 -%]
72 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
73 [%- USE num = Number.Format( decimal_point => g('.'),
74                              thousands_sep => g(','),
75                              decimal_fill  => 1 ) -%]