Extensión:SlackNotifications
¡Esta extensión no es compatible con la versión de MediaWiki 1.39 o posterior! Desaconsejamos usar esta extensión en un sitio en producción. MediaWiki developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.42 by replacing the {{Incompatible }} template with {{Incompatible |version=1.39|pledge=~~~~}} . |
¡En estos momentos no hay nadie que se encargue del mantenimiento de esta extensión! Aunque todavía puede que funcione, los informes sobre errores o peticiones de nuevas funcionalidades serán probablemente ignorados. |
Slack Notifications Estado de lanzamiento: sin mantenimiento |
|
---|---|
Implementación | Interfaz de usuario, Anuncio |
Descripción | Sends notifications of actions in MediaWiki like adding, removing or deleting an article into Slack channel |
Autor(es) | Aleksi Postari (kulttuuridiscusión) |
Última versión | 1.15 (2020-05-14) |
MediaWiki | 1.25+ |
PHP | 5.2+ |
Cambios de la base de datos | No |
Licencia | MIT Licencia |
Descarga | Descargar snapshot Nota: |
|
|
The SlackNotifications sends notifications of actions in MediaWiki like adding, removing or deleting an article into Slack channel.
Instalación
- Descarga y extrae los archivos en el directorio «
SlackNotifications
» dentro del directorioextensions/
existente. - Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
wfLoadExtension( 'SlackNotifications' ); // Required. Your Slack incoming webhook URL. Read more from here: https://api.slack.com/incoming-webhooks $wgSlackIncomingWebhookUrl = ""; // Required. Name the message will appear be sent from. $wgSlackFromName = "Wiki"; // URL into your MediaWiki installation with the trailing /. $wgSlackNotificationWikiUrl = "http://your_wiki_url/"; // Wiki script name. Leave this to default one if you do not have URL rewriting enabled. $wgSlackNotificationWikiUrlEnding = "index.php?title="; // What method will be used to send the data to Slack server. By default this is "curl" which only works if you have the curl extension enabled. This can be: "curl" or "file_get_contents". Default: "curl". $wgSlackSendMethod = "curl";
- Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
Parámetros de configuración
Please read the project README file for more configuration options.
Esta extensión está incluida en los siguientes anfitriones/granjas wiki y/o paquetes: No se trata de una lista oficial. Algunas granjas/hosts wiki y/o paquetes pueden tener disponible esta extensión aunque no estén listados aquí. Siempre compruébelo con su anfitrión o granja wiki para confirmarlo. |