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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 7개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;미디어위키 CC 마크 달기
;미디어위키 CCL 마크 달기
;미디어위키 CC-BY 달기
;미디어위키 CC-BY 달기


6번째 줄: 6번째 줄:


;변경 전
;변경 전
<source lang='php'>
<syntaxhighlight lang='php'>
## For attaching licensing metadata to pages, and displaying an
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## appropriate copyright notice / icon. GNU Free Documentation
15번째 줄: 15번째 줄:
$wgRightsIcon = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used
# $wgRightsCode = ""; # Not yet used
</source>
</syntaxhighlight>


;변경 후
;변경 후
<source lang='php'>
<syntaxhighlight lang='php'>
## For attaching licensing metadata to pages, and displaying an
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## appropriate copyright notice / icon. GNU Free Documentation
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 = "크리에이티브 커먼즈 저작자표시 2.0 대한민국 라이선스";
$wgRightsIcon = "http://i.creativecommons.org/l/by/3.0/88x31.png";
$wgRightsIcon = "http://i.creativecommons.org/l/by/2.0/kr/88x31.png";
# $wgRightsCode = ""; # Not yet used
# $wgRightsCode = ""; # Not yet used
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[크리에이티브 커먼즈]]
*[[크리에이티브 커먼즈]]
==참고==
*http://www.cckorea.org/xe/?mid=condition


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

2020년 11월 2일 (월) 02:58 기준 최신판

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