Extension:UserExport
From MediaWiki.org
|
Release status: beta |
|
|---|---|
| Implementation | Special page, Data extraction |
| Description | Export Mediawiki user name and email to a CSV file |
| Author(s) | RodrigoSampaioPrimoTalk |
| Last Version | 1.0 (2009-08-05) |
| MediaWiki | 1.14+ |
| License | GPL |
| Download | [1] |
|
check usage (experimental) |
|
User Export is a very simple extension to generate a CSV file with the user name and email of all Mediawiki users. It can be easily extended to support more user fields. It creates a new Special Page called UserExport where you can generate the CSV file.
[edit] Installation
- Create a new folder in the following location:
mediawiki-install-folder/extensions/userexport - Download the extension from this link [2] and extract the files to the recently created folder
- Add the following code at the bottom of your LocalSettings.php
require_once( "$IP/extensions/userexport/userexport.php" );
[edit] Usage
- Follow Installation Instructions
- You will have a new restricted Special Page called Special:UserExport with the title User Export.
- This page has only a button to generate the CSV file. Click on the button and download the file.