Jump to content

확장 기능:WikimediaEvents

From mediawiki.org
This page is a translated version of the page Extension:WikimediaEvents and the translation is 11% complete.
혼동하지 마세요: Extension:CampaignEvents.
미디어위키 확장 기능 설명서
WikimediaEvents
출시 상태: 안정
구현 사용자 활동
설명 Event instrumentations and wiring for Wikimedia Foundation sites.
만든 이 Ori Livneh, Matthew Flaschen
최신 버전 1.2.0
호환성 정책 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible.
데이터베이스 변경 아니오
  • $wgWMEStatsdBaseUri
Licence GNU General Public License 2.0 or later
다운로드
WikimediaEvents 확장 기능 번역 (translatewiki.net에서 가능한 경우)
Vagrant 역할 wikimediaevents
이슈 미해결 작업 · 버그 보고

The WikimediaEvents extension is used by Wikimedia Foundation sites for instrumentations and wiring of events, using Extension:EventLogging . The extension was previously named CoreEvents.

Dependencies

Installation

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

See also

  • OWNERS.md
  • devserver/README.md. Note that you will want to set $wgWMEStatsBeaconUri to the same value as $wgWMEStatsdBaseUri in this README if using this for your local development server for Manual:Stats.