Extension:XAnalytics/de-formal
![]() Release status: stable |
|
---|---|
Implementation | other (invalid type) |
Description | Used to communicate analytic information for WMF to logging infrastructure |
Author(s) | Ori Livneh (ATDTDiskussion) |
Latest version | 1.1 |
MediaWiki | 1.25+ |
PHP | 5.4+ |
License | GNU General Public License 2.0 or later |
Download | |
Quarterly downloads | 3 (Ranked 162nd) |
Public wikis using | 844 (Ranked 304th) |
Translate the XAnalytics extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The XAnalytics extension is used on Wikimedia wikis to communicate analytic information from MediaWiki to Wikimedia's logging infrastructure. See wikitech:X-Analytics for more details.
Installation
You probably do not want to use this extension on your own wiki. If you do want to use it, its only useful if you also set up all the logging infrastructure that Wikimedia has.
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
XAnalytics
im Ordnerextensions/
ablegen.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/XAnalytics - Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
wfLoadExtension( 'XAnalytics' );
- Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Hooks
This extension adds a custom hook named XAnalyticsSetHeader, which is given parameters OutputPage $out and Array &$headerItems. Other extensions can use this to add additional items to the X-Analytics header.
Siehe auch
This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |