X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig.tmpl;h=7f954935c03a514adaea7afea75769e67dd04584;hb=2ad60a1122641f5c264f36a690847b76d38120b3;hp=74a561277c24e09ffc2520403d2135e228070d11;hpb=eb6e312fd73061c1f55d0696ab6686d567831498;p=deb%2Fpackages.git diff --git a/templates/config.tmpl b/templates/config.tmpl index 74a5612..7f95493 100644 --- a/templates/config.tmpl +++ b/templates/config.tmpl @@ -29,19 +29,24 @@ license = { url => homepage _ 'license' } + trademark = { + name => copyright.name, + url => homepage _ 'trademark' + } contact = { - name => 'Debian Web Mailinglist', + name => g('Debian Web Mailinglist'), mail => 'debian-www@lists.debian.org', url => homepage _ 'contact', } admin = { - name => 'Debian Webmaster', + name => g('%s Webmaster', organisation), mail => 'webmaster@debian.org', } - trademarknotes = organisation _ ' is a trademark of ' _ copyright.name + trademarknotes = g('%s is a trademark of %s', organisation, trademark.url, trademark.name) -%] [%- # possible values for importance: high, normal, low # sitewidemsg = { importance => "high", -# txt => "Please note that this is an experimental version of packages.debian.org. Errors and obsolete information should be expected" } +# txt => g('Please note that this is an experimental version of packages.debian.org. Errors and obsolete information should be expected') } +# txt => "Site maintainance in progress, some temporary problems might occour." } -%]