Extension:Upload2Commons
Appearance
This extension is incompatible with MediaWiki 1.43 or any later release!
|
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Release status: unmaintained |
|
|---|---|
| Implementation | MyWiki |
| Description | Allows uploading local files to a remote wiki using OAuth |
| Author(s) | Antoine Lamielle (0x010Ctalk) |
| Latest version | 0.1.0 (2019-02-23) |
| MediaWiki | |
|
|
|
|
| Licence | GNU General Public License 2.0 or later |
| Download | GitHub:
Note: |
The Upload2Commons extension allows uploading local files to a remote wiki using OAuth.
Installation
[edit]- Download, extract and place the file(s) in a directory called
Upload2Commonsin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Upload2Commons' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
