Changeset 1099

Show
Ignore:
Timestamp:
06/29/07 00:06:45 (1 year ago)
Author:
dom
Message:

Include licence URL in <head> (fixes #226)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Changes

    r1097 r1099  
    2828        Add IP addresses into non-anonymous changes in Recent Changes (#113) 
    2929        Add an OpenSearch description, and automatic discovery for it (#180) 
     30        Include machine-readable link to licence, if configured (#226) 
    3031 
    31320.60    13 May 2007 
  • trunk/templates/header.tt

    r1097 r1099  
    5050          title="Search the site '[% site_name %]'" 
    5151          href="[% full_cgi_url %]?action=about;format=opensearch"  /> 
     52  [% IF licence_url %] 
     53    <link rel="copyright" href="[% licence_url %]" /> 
     54  [% END %] 
    5255  [% IF deter_robots %] 
    5356    <meta name="robots" content="noindex,nofollow" />