[%- DEFAULT
   charset = 'UTF-8'
   po_lang = 'en'
   ddtp_lang = 'en'

   organisation = 'Debathena'
   project_homepage = 'http://debathena.mit.edu/'
   packages_homepage = '/packages/'
   packages_homepage_abs = 'http://debathena.mit.edu/packages/'
   searchformurl = packages_homepage
   search_url = '/packages/search'
   mirror_url = 'http://debathena.mit.edu/apt/'
   changelogs_url = 'http://debathena.mit.edu/packages/changelogs/'
   policy_url = 'http://www.debian.org/doc/debian-policy/'
   logo = {
	url => project_homepage,
        src => '/images/debathena-owl',
        alt => organisation,
   }
   copyright = {
	url => 'http://debathena.mit.edu/',
        name => 'Debathena Developers',
        years => '2005 - ' _ timestamp.year,
   }
   license = {
	url => project_homepage _ 'license'
   }
   trademark = {
	name => copyright.name,
	url => project_homepage _ 'trademark'
   }
   contact = {
	name => g('Debathena Developers'),
	mail => 'debathena@mit.edu',
        url => project_homepage _ 'help',
   }
   admin = {
	name => organisation,
	mail => contact.mail,
   }
   ]
-%]
[%-
   # possible values for importance: high, normal, low
   sitewidemsg = { 
#importance => "high",
#		   txt => g('Please note that this is an experimental version of <a href="http://%s/">%s</a>. Errors and obsolete information should be expected', 'packages.debian.org', 'packages.debian.org') 
}
-%]
[%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
[%- USE num = Number.Format( decimal_point => g('.'),
    	      		     thousands_sep => g(','),
			     decimal_fill  => 1 ) -%]
