]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Use the same Debian logo on the top left as www.d.o (Bug #612468)
[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    screenshots_url = 'http://screenshots.debian.net/package/'
27    screenshots_thumb_url = 'http://screenshots.debian.net/thumbnail-with-version/'
28    logo = {
29         url => project_homepage,
30         src => '/Pics/openlogo-50.png',
31         alt => organisation,
32    }
33    copyright = {
34         url => 'http://www.spi-inc.org/',
35         name => 'SPI Inc.',
36         years => '1997 - ' _ timestamp.year,
37    }
38    license = {
39         url => project_homepage _ 'license'
40    }
41    trademark = {
42         name => copyright.name,
43         url => project_homepage _ 'trademark'
44    }
45    contact = {
46         name => g('Debian Web Mailinglist'),
47         mail => 'debian-www@lists.debian.org',
48         url => project_homepage _ 'contact',
49    }
50    admin = {
51         name => g('%s Webmaster', organisation),
52         mail => 'webmaster@debian.org',
53    }
54    trademarknotes = g('%s is a <a href="%s">trademark</a> of %s', organisation, trademark.url, trademark.name)
55    sponsors = [
56    {
57         url => 'http://1und1.de/',
58         name => '1&1 Internet AG',
59    },
60    {
61         url => 'http://www.hp.com/',
62         name => 'Hewlett-Packard',
63    },
64    {
65         url => 'http://cs.helsinki.fi/index.en.html',
66         name => 'University of Helsinki - Department of Computer Science',
67    },
68    {
69         url => 'http://www.csail.mit.edu/',
70         name => 'MIT Computer Science & Artificial Intelligence Lab',
71    },
72    ]
73 -%]
74 [%-
75    # possible values for importance: high, normal, low
76 #   sitewidemsg = { importance => "high",
77 #                  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') }
78 #                  txt => "Site maintainance in progress, some temporary problems might occour." }
79 -%]
80 [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
81 [%- USE num = Number.Format( decimal_point => g('.'),
82                              thousands_sep => g(','),
83                              decimal_fill  => 1 ) -%]