Jump to content

Extension:MissedPages/ko

From mediawiki.org
This page is a translated version of the page Extension:MissedPages and the translation is 8% complete.
미디어위키 확장 기능 설명서
MissedPages
출시 상태: 베타
구현 특수 문서 , 데이터베이스
설명 Summarizes page not found (404) errors, and provides a quick way to redirect or ignore them.
만든 이 Sam Wilson (Samwilson토론)
최신 버전 0.1.0
호환성 정책 Master maintains backward compatibility.
MediaWiki >= 1.41.0
데이터베이스 변경
Composer samwilson/missedpages
Licence MIT License
다운로드
README
MissedPages 확장 기능 번역 (translatewiki.net에서 가능한 경우)

The MissedPages extension tracks every time a site visitor tries to go to a wiki page that doesn't exist, and gives site editors a easy-to-use form with which to track the most popular missed pages and also to redirect these to existing pages.

설치

  • 파일을 다운로드하고 MissedPages 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MissedPages
    
  • Git에서 설치할 경우, PHP 의존 기능을 설치하려면 Composer를 실행하여 확장 기능 디렉터리에 composer install --no-dev를 발행하십시오. (잠재적인 문제에 대해서는 T173141 을 참고하십시오.)
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'MissedPages' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

Usage

See Help:Extension:MissedPages for all user documentation.


User rights

  • editto add redirects
  • blockto ignore pages
  • deleteto delete entries in the missed pages list


See also