Author: dom Date: 2007-06-29 00:06:45 +0100 (Fri, 29 Jun 2007) New Revision: 1099
Modified: trunk/Changes trunk/templates/header.tt Log: Include licence URL in <head> (fixes #226)
Modified: trunk/Changes =================================================================== --- trunk/Changes 2007-06-24 02:10:37 UTC (rev 1098) +++ trunk/Changes 2007-06-28 23:06:45 UTC (rev 1099) @@ -27,6 +27,7 @@ Add email notifications when moderated nodes are edited (#138) Add IP addresses into non-anonymous changes in Recent Changes (#113) Add an OpenSearch description, and automatic discovery for it (#180) + Include machine-readable link to licence, if configured (#226)
0.60 13 May 2007 Removed footer search from edit page (shouldn't have been there).
Modified: trunk/templates/header.tt =================================================================== --- trunk/templates/header.tt 2007-06-24 02:10:37 UTC (rev 1098) +++ trunk/templates/header.tt 2007-06-28 23:06:45 UTC (rev 1099) @@ -49,6 +49,9 @@ type="application/opensearchdescription+xml" title="Search the site '[% site_name %]'" href="[% full_cgi_url %]?action=about;format=opensearch" /> + [% IF licence_url %] + <link rel="copyright" href="[% licence_url %]" /> + [% END %] [% IF deter_robots %] <meta name="robots" content="noindex,nofollow" /> [% END %]