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

25번째 줄: 25번째 줄:
$wgEnableDublinCoreRdf = true;
$wgEnableDublinCoreRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "http://creativecommons.org/licenses/by/3.0/";
$wgRightsUrl = "http://creativecommons.org/licenses/by/2.0/kr/";
$wgRightsText = "a Creative Commons Attribution 3.0 License";
$wgRightsText = "a Creative Commons Attribution 2.0 License";
$wgRightsIcon = "http://i.creativecommons.org/l/by/3.0/88x31.png";
$wgRightsIcon = "http://i.creativecommons.org/l/by/3.0/88x31.png";
# $wgRightsCode = ""; # Not yet used
# $wgRightsCode = ""; # Not yet used

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

미디어위키 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 = "a Creative Commons Attribution 2.0 License";
$wgRightsIcon = "http://i.creativecommons.org/l/by/3.0/88x31.png";
# $wgRightsCode = ""; # Not yet used

2 같이 보기

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