]> git.deb.at Git - deb/packages.git/blob - templates/config.tmpl
Merge branch 'debian-refactor' into ubuntu-master
[deb/packages.git] / templates / config.tmpl
1 [%- DEFAULT
2    charset = 'UTF-8'
3    lang = 'en'
4
5    organisation = 'Ubuntu'
6    homepage = 'http://www.ubuntulinux.org/'
7    packages_homepage = 'http://packages.ubuntu.lichtenheld.net/'
8    searchformurl = packages_homepage
9    search_url = '/'
10    tags_url = 'http://debtags.alioth.debian.org/'
11    bugs_url = 'http://bugs.debian.org/'
12    launchpad_url = 'https://launchpad.net/distros/ubuntu/+source/'
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://archive.ubuntu.com/'
17    changelogs_url = 'http://changelogs.ubuntu.com/changelogs'
18    policy_url = 'http://www.debian.org/doc/debian-policy/'
19 #   cn_help_url = homepage _ 'intro/cn'
20    logo = {
21         url => homepage,
22         src => '/Pics/openlogo-nd-25.png',
23         alt => organisation,
24    }
25    copyright = {
26 #       url => 'http://www.spi-inc.org/',
27         name => 'Canonical Ltd.',
28 #        years => '1997 - ' _ timestamp.year,
29    }
30 #   license = {
31 #       url => homepage _ 'license'
32 #   }
33    contact = {
34         name => 'Frank Lichtenheld',
35         mail => 'frank@lichtenheld.de',
36         url => homepage _ 'support',
37    }
38    admin = {
39         name => 'Frank Lichtenheld',
40         mail => 'frank@lichtenheld.de',
41    }
42    trademarknotes = organisation _ ' is a trademark of ' _ copyright.name
43 -%]
44 [%-
45    # possible values for importance: high, normal, low
46    sitewidemsg = { importance => "high",
47                    txt => "Please note that this is an experimental version of <a href=\"http://packages.ubuntu.com/\">packages.ubuntu.com</a>. Errors and obsolete information should be expected" }
48 -%]