Manual:$wgRightsUrl/ja

From Linux Web Expert

<translate> Copyright</translate>: $wgRightsUrl
著作権メタデータを上書きする。
<translate> Introduced in version:</translate>1.3.0
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate><translate> Unspecified</translate>
<translate> Default value:</translate>null

詳細

ウィキで使われている内容に対する著作権の詳細を記した外部URLを指定します。 インストール時、自身であらかじめ定義したリストまたはクリエイティブ・コモンズ著作権選択プログラムが返したリストの中から、インストーラが設定します。

$wgRightsPage が設定されている場合は、この設定は無視されます。

この設定はいくつかの箇所、特に自動生成されるフッター(詳細は $wgRightsText 参照)とAPI:Metaの出力で使われます。

MediaWiki 1.8.2では、$wgRightsPage が設定されているかどうかに関わらず、$wgRightsUrlがファイルMetadata.php内のfunction wfCreativeCommonsRdf()で生成されたクリエイティブ・コモンズ・メタデータの一部を準備されているようです。

$wgRightsUrl = 'https://creativecommons.org/licenses/by-sa/3.0/';

ライセンス

利用可能なURLの一部は、この表のURLの欄に記載されています。

<translate> License</translate> <translate> File</translate> <translate> URL</translate>
<translate> Public domain (PD)</translate> public-domain.png https://creativecommons.org/licenses/publicdomain/
<translate> Creative Commons 0 (CC0)</translate> cc-0.png https://creativecommons.org/publicdomain/zero/1.0/
<translate> Creative Commons Attribution 3.0 Unported (CC BY 3.0)</translate> cc-by.png https://creativecommons.org/licenses/by/3.0/
<translate> Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)</translate> cc-by-sa.png https://creativecommons.org/licenses/by-sa/3.0/
<translate> Creative Commons Attribution-NonCommercial 3.0 Unported (CC BY-NC-SA 3.0)</translate> cc-by-nc-sa.png https://creativecommons.org/licenses/by-nc-sa/3.0/
<translate> GNU Free Documentation License (GFDL)</translate> gnu-fdl.png https://www.gnu.org/copyleft/fdl.html

関連項目