Jump to content

Extension:CloseWikis/ko

From mediawiki.org
This page is a translated version of the page Extension:CloseWikis and the translation is 10% complete.
미디어위키 확장 기능 설명서
CloseWikis
출시 상태: 안정
구현 사용자 권한
설명 Allows to close wikis via web interface.
만든 이 Victor Vasiliev (VasilievVV토론)
최신 버전 1.2
MediaWiki 1.17+
데이터베이스 변경
  • $wgCloseWikisDatabase
  • closewikis
  • editclosedwikis
Licence GNU General Public License 2.0 or later
다운로드
CloseWikis 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

The CloseWikis extension that allows stewards to close and reopen wikis via a special page called "Special:CloseWiki".

설치

  • 파일을 다운로드하고 CloseWikis 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CloseWikis
    
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'CloseWikis' );
    $wgCloseWikisDatabase = "closewikis";
    
  • Run closewikis.sql to populate it with the correct table(s)
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

Configuration

$wgCloseWikisDatabase
This is the database that is shared among your wiki farm.

Usage

To add a wiki to the list of wikis, use $wgLocalDatabases to define the wikis' databases. The name of the database should appear in the dropdown list in "Special:CloseWiki".