X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig.tmpl;h=77e6db13984fe4f7fbb116c57f29f702b771e852;hb=24c23c4eebaf4fa86fd27f1c65fa3f220ce30059;hp=5ce7cc736eddbc6501d8432c58ccf1b19f09d081;hpb=1cfc9378398a26874c65bcd1a2294dec48fa41f3;p=deb%2Fpackages.git diff --git a/templates/config.tmpl b/templates/config.tmpl index 5ce7cc7..77e6db1 100644 --- a/templates/config.tmpl +++ b/templates/config.tmpl @@ -5,7 +5,8 @@ organisation = 'Debian' project_homepage = 'http://www.debian.org/' - packages_homepage = 'http://packages.debian.net/' + packages_homepage = '/' + packages_homepage_abs = 'http://packages.debian.net/' searchformurl = packages_homepage search_url = '/search' tags_url = 'http://debtags.alioth.debian.org/' @@ -48,10 +49,16 @@ mail => 'webmaster@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