Extension:SlackNotifications
Appearance
이 확장 기능은 MediaWiki 1.39 또는 후속 버전과 호환되지 않습니다! 공개된 사이트에서 이 확장 기능을 사용하지 않는 것이 좋습니다. 자원 봉사 개발자는 {{Incompatible }} 템플릿을 {{Incompatible |version=1.39|pledge=~~~~}} 로 교체하여 MediaWiki 1.42와 호환되도록 이 확장을 업데이트하는 노력을 약속하도록 초대됩니다. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Slack Notifications 출시 상태: 관리되지 않음 |
|
---|---|
구현 | 사용자 인터페이스, 알림 |
설명 | Slack 채널에 글 추가, 제거 또는 삭제와 같은 미디어위키의 작업 알림을 보냅니다. |
만든 이 | Aleksi Postari (kulttuuri토론) |
최신 버전 | 1.15 (2020-05-14) |
MediaWiki | 1.25+ |
PHP | 5.2+ |
데이터베이스 변경 | 아니오 |
라이선스 | MIT 허가서 |
다운로드 | Download snapshot Note: |
|
|
SlackNotifications는 Slack 채널에 글 추가, 제거 또는 삭제와 같은 미디어위키의 작업에 대한 알림을 보냅니다.
설치
- 파일을 다운로드하고
SlackNotifications
폴더를extensions/
디렉토리에 넣어 주세요. - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'SlackNotifications' ); // 필수. 당신 Slack의 incoming webhook URL. 더 자세한 사항은 이곳을 참조하세요: https://api.slack.com/incoming-webhooks $wgSlackIncomingWebhookUrl = ""; // 필수. 메시지를 보낼 이름입니다. $wgSlackFromName = "Wiki"; // /가 뒤따르는 MediaWiki 설치 URL. $wgSlackNotificationWikiUrl = "http://your_wiki_url/"; // 위키 스크립트 이름. URL 재작성을 활성화하지 않은 경우 이를 기본값으로 둡니다. $wgSlackNotificationWikiUrlEnding = "index.php?title="; // Slack 서버에 데이터를 보내는 데 사용할 방법. 기본적으로 이것은 curl 확장이 활성화된 경우에만 작동하는 "curl"입니다. "curl" 또는 "file_get_contents"가 될 수 있습니다. 기본값: "curl". $wgSlackSendMethod = "curl";
- 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
설정 매개변수들
더 많은 구성 옵션에 대해서는 프로젝트 README 파일을 읽으십시오.
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |