Extension:PageCreationNotif/de-formal

This page is a translated version of the page Extension:PageCreationNotif and the translation is 14% complete.
MediaWiki extensions manual
PageCreationNotif
Release status: unmaintained
Implementation Notify
Description Enables email notifications for users of page creations
Author(s) Nischay Nahata (Nischayn22Diskussion)
Latest version 0.2.0 (2014-04-01)
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki >= 1.29.0
PHP 5.3+
Database changes Yes
License GNU General Public License 3.0 or later
Download
README
  • $wgPCNSenderName
  • $wgPCNSender
Quarterly downloads 1 (Ranked 144th)
Translate the PageCreationNotif extension if it is available at translatewiki.net

The PageCreationNotif extension enables email notifications for users on creation of new pages. The user can specify to whether receive emails or not in their preferences.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens PageCreationNotif im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PageCreationNotif
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'PageCreationNotif' );
    
  • Führen Sie das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Authors

Page Creation Notif was originally written by Nischay Nahata, as WikiWorks consultant for Texas Instruments.