Added code to implement Dublin Core and Creative Commons RDF metadata.
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Sun, 4 Apr 2004 21:58:05 +0000 (21:58 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Sun, 4 Apr 2004 21:58:05 +0000 (21:58 +0000)
commit22f8c4ce37f97e60191e7bc9f6d9668ade6c907a
treea65475995d45d186e12e42a460fba41fda6df556
parentf5add7034c28eb05e4226793d3398e94a5d50450
Added code to implement Dublin Core and Creative Commons RDF metadata.

If these features are turned on (with global flags), a metadata link tag is
provided to the appropriate action ('dublincore' or 'creativecommons'). When
the wiki script receives these actions, it creates RDF files on the fly.

Also includes two valuable general functions: one to show an HTTP error
(used when the flags are turned off), and one to do content negotiation
(used to determine the MIME type for RDF files).

A helper function is also added to page output to display metadata links.
includes/DefaultSettings.php
includes/GlobalFunctions.php
includes/OutputPage.php
includes/Skin.php
index.php
languages/Language.php