]> git.deb.at Git - deb/packages.git/blobdiff - templates/config.tmpl
Merge branch 'master' of ssh://source/srv/source.djpig.de/git/packages into ubuntu...
[deb/packages.git] / templates / config.tmpl
index 12d4c5a66ccf85cfad58a1575551059cf2023900..4194dadd8b7e006ac1626d8f02b5fce844ad7fa9 100644 (file)
    license = {
        url => homepage _ 'legal'
    }
+   trademark = {
+       name => copyright.name,
+       url => homepage _ 'trademark'
+   }
    contact = {
        name => 'Frank Lichtenheld',
        mail => 'frank@lichtenheld.de',
        name => 'Frank Lichtenheld',
        mail => 'frank@lichtenheld.de',
    }
-   trademarknotes = organisation _ ' is a trademark of ' _ copyright.name
+   trademarknotes = g('%s is a <a href="%s">trademark</a> 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 <a href=\"http://packages.ubuntu.com/\">packages.ubuntu.com</a>. Errors and obsolete information should be expected" }
+                  txt => g('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') }
 -%]