X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig.tmpl;fp=templates%2Fconfig.tmpl;h=828a1c8698ece0708c10519e71e3442070423c6d;hb=b2b9a31b9adfdd251590eb1bfb72c95d5538e392;hp=50d7b75057a441c68daecc1b413a9b0aa2af9a70;hpb=9be316ca72fbb573211c162a828c244ea8fe5224;p=deb%2Fpackages.git diff --git a/templates/config.tmpl b/templates/config.tmpl index 50d7b75..828a1c8 100644 --- a/templates/config.tmpl +++ b/templates/config.tmpl @@ -5,7 +5,8 @@ organisation = 'Debian' project_homepage = 'http://www.debian.org/' - packages_homepage = 'http://archive.debian.net/' + packages_homepage = '/' + packages_homepage_abs = 'http://archive.debian.net/' searchformurl = packages_homepage search_url = '/search' tags_url = 'http://debtags.alioth.debian.org/' @@ -48,10 +49,16 @@ mail => 'djpig@debian.org', } trademarknotes = g('%s is a trademark of %s', organisation, trademark.url, trademark.name) -# sponsor = { -# url => 'http://example.invalid/', -# name => 'Example Sponsor, Inc.', -# } + sponsors = [ + { + url => 'http://example.invalid/', + name => 'Example Sponsor, Inc.', + }, + { + url => 'http://example2.invalid/', + name => 'Example2 Sponsor, Inc.', + }, + ] -%] [%- # possible values for importance: high, normal, low