Ticket #226 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

When license URL is configured, add metadata to page head

Reported by: earle Assigned to: dom
Priority: low Milestone:
Component: openguides Version: svn
Severity: trivial Keywords: metadata html
Cc:

Description

If a license URL has been defined in wiki.conf, insert it into the page <head> as a link:

<link rel="copyright" href="http://creativecommons.org/licenses/by/3.0/" />

Change History

06/28/07 23:56:53 changed by dom

  • status changed from new to assigned.
  • owner changed from Nobody to dom.

06/29/07 00:06:45 changed by dom

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1099]) Include licence URL in <head> (fixes #226)