미디어위키 CC-BY 달기

Jmnote bot (토론 | 기여)님의 2017년 7월 14일 (금) 03:54 판 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
미디어위키 CCL 마크 달기
미디어위키 CC-BY 달기

1 방법

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/2.0/kr/";
$wgRightsText = "크리에이티브 커먼즈 저작자표시 2.0 대한민국 라이선스";
$wgRightsIcon = "http://i.creativecommons.org/l/by/2.0/kr/88x31.png";
# $wgRightsCode = ""; # Not yet used

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}