$smwgEnableExportRDFLink
From semantic-mediawiki.org
| Configuration parameter details: | |
| Name | $smwgEnableExportRDFLink |
| Description | Controls the visibility of the RDF export link in page headers. |
| Default setting | true |
| Software | Semantic MediaWiki |
| Since version | |
| Until version | still available |
| Configuration | RDF export |
| Keyword | export · rdf · uri |
$smwgEnableExportRDFLink is a configuration parameter that controls whether Special:ExportRDF <link> element is added to the <head> element. The configuration parameter was introduced in Semantic MediaWiki 5.0Released on an unknown date and compatible with unknown versions of MediaWiki..
Default setting[edit]
The default setting is true.
Changing the default setting[edit]
To disable the Special:ExportRDF link at <head> element of pages, set the following code at your "LocalSettings.php":
$smwgEnableExportRDFLink = false;