미디어위키
미디어위키는 GPL에 따라 출시되는 위키 소프트웨어로, 위키미디어 프로젝트와 다른 것들에서 사용됩니다. 위키미디어는 위키의 구현으로, 누구나 자유롭게 편집할 수 있는 컨텐츠이며, Phacility의 파브리케이터를 사용하여 Phabricator에서 개발됩니다.
미디어위키의 최신 버전은 가장 최근의 안정적인 버전이며, 제 3의 사용자들을 위해 권장됩니다. 자신의 서버를 운영하는 사람들은 보안상의 이유로upgrade|업그레이드해야합니다.
MediaWiki 1.35.1 is available for download from MediaWiki.org, a site that is also responsible for the documentation of the software. MediaWiki 1.36.0-wmf.27 (7d47974) is currently running on all Wikimedia sites. Third-party users should probably not run the alpha/beta versions of MediaWiki on publicly accessible servers at this time.
소개
기술적인 개발자 세션
- 메일링 리스트, wikitech-I 참고
- IRC 채널
기타
- 미디어위키 특징
- 설치와 구성
- 미디어위키 튜토리얼 - 스크린샷 포함: 미디어위키 설치와 구성 방법, 스킨 변경 방법; 확장 기능 추가 방법
기술적 권한
버전
See version lifecycle for the currently supported MediaWiki releases.
데이터베이스 덤프
For downloadable dumps of Wikipedia's article database, see Wikipedia:Database download. For a description of the database format and fields, see database layout.
To create your own dump of a local MediaWiki site, you can use the dumpBackup.php
script found in the maintenance directory of your MediaWiki installation tree.
An example invocation to a full backup might look like:
php maintenance/dumpBackup.php --full > full.xml
Command line options for dumpBackup.php
are explained by running it with no parameters, i.e.
php maintenance/dumpBackup.php
However, there are some extra undocumented options in its source code.