jldupont / mediawiki

Automatically exported from code.google.com/p/mediawiki
0 stars 0 forks source link

Extension:MetaTags: support <link> as well #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I want to have the ability to add arbitrary <link> tags to wiki pages. 
This makes it easy to add links to alternate versions of the current page
(e.g., a PDF version or an RSS feed) in a standard way.  There doesn't seem
to be an extension for this.  However, the functionality of
Extension:MetaTags comes very, very close.  Any chance you could add
support for link tags as well?  According to
http://www.w3.org/TR/html401/struct/links.html#edef-LINK the attributes
you'd need to support are charset, href, hreflang, type, rel, rev, and media.

Original issue reported on code.google.com by tristan.miller@nothingisreal.com on 9 Apr 2008 at 2:57

GoogleCodeExporter commented 9 years ago
added in v1.1.0

Original comment by JeanLou....@gmail.com on 9 Apr 2008 at 6:07