Fernando,
Thank you for the information. Does this work per page? From the docs, it says to add the "addMeta()" call to OutputPage.php. I would like to create an extension where I can add this per wiki page.
e.g.
<htmlmeta>keyword1,keyword2,etc.</htmlmeta>
... and the extension would call addMeta(). Is that possible?
Best,/ / Fernando Correia wrote:
Yes. Something like this:
global $wgOut; $wgOut->addMeta($name, $value);
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l