미디어위키 CC-BY 달기

Jmnote (토론 | 기여)님의 2013년 8월 25일 (일) 12:08 판 (새 문서: ;미디어위키 CC 마크 달기 ;미디어위키 CC-BY 달기 ==방법== LocalSettings.php의 내용을 확인하고 수정하자. ;변경 전 <source lang='php'> ## For attac...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
미디어위키 CC 마크 달기
미디어위키 CC-BY 달기

방법

LocalSettings.php의 내용을 확인하고 수정하자.

변경 전
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl  = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used
변경 후
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
$wgEnableCreativeCommonsRdf = true;
$wgEnableDublinCoreRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "http://creativecommons.org/licenses/by/3.0/";
$wgRightsText = "a Creative Commons Attribution 3.0 License";
$wgRightsIcon = "http://i.creativecommons.org/l/by/3.0/88x31.png";
# $wgRightsCode = ""; # Not yet used
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}