"미디어위키 CC-BY 달기"의 두 판 사이의 차이

잔글 (→‎방법)
33번째 줄: 33번째 줄:
==같이 보기==
==같이 보기==
*[[크리에이티브 커먼즈]]
*[[크리에이티브 커먼즈]]
==참고 자료==
*http://www.cckorea.org/xe/?mid=condition


[[분류: 미디어위키]]
[[분류: 미디어위키]]
[[분류: CC]]
[[분류: CC]]

2013년 8월 26일 (월) 00:06 판

미디어위키 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 }}