Extension:CreativeCommonsRdf
From MediaWiki.org
CreativeCommonsRdf Release status: beta |
|||
---|---|---|---|
Implementation | Page action, other (invalid type) | ||
Description | Toggles the inclusion of Creative Commons RDF metadata in page output | ||
Author(s) | Evan Prodromou | ||
MediaWiki | 1.19+ | ||
Database changes | no | ||
License | GPL v2+ | ||
Download | |||
|
|||
Translate the CreativeCommonsRdf extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
The CreativeCommonsRdf extension toggles the inclusion of Creative Commons RDF metadata in page output.
Installation[edit | edit source]
$IP stands for the Installation Path (or "directory") of your MediaWiki installation, the same directory that holds LocalSettings.php, index.php etc..
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/CreativeCommonsRdf/CreativeCommonsRdf.php");