Extension:MissedPages/ko
Appearance
출시 상태: 베타 |
|
|---|---|
| 구현 | 특수 문서, 데이터베이스 |
| 설명 | 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' );
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
Usage
See Help:Extension:MissedPages for all user documentation.
User rights
edit– to add redirectsblock– to ignore pagesdelete– to delete entries in the missed pages list
See also
- Help:Extension:MissedPages - for end-user documentation that can be copied to any wiki.
- Extension:SuppleRedirect - replace red-link to redirect other site automatically.
Categories:
- Beta status extensions/ko
- Special page extensions/ko
- Database extensions/ko
- Extensions supporting Composer/ko
- LoadExtensionSchemaUpdates extensions/ko
- ShowMissingArticle extensions/ko
- MIT licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Extensions requiring Composer with git/ko
- User activity extensions/ko
- Content maintenance extensions/ko
- Log extensions/ko
- Page existence detection/ko
- Redirect extensions/ko
