Extension:GWToolset/de-formal
![]() Release status: beta |
|
---|---|
![]() |
|
Implementation | Media, Special page |
Description | Mass upload of content based on provided metadata |
Author(s) | Dan Entous (dan-nlDiskussion) |
Latest version | 0.3.8 (2014-09-16) |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.22+ |
PHP | 5.4+ |
Database changes | No |
License | GNU General Public License 3.0 or later |
Download | |
|
|
Quarterly downloads | 7 (Ranked 165th) |
Issues | Open tasks · Report a bug |
GWToolset (or GLAMWikiToolset) is a Special Page extension. The main goal of the extension is to allow GLAMs the ability to mass upload content (pictures, videos, and sounds) to Wikimedia Commons based on respective metadata (XML); the intent is to allow for a wide variety of XML schemas. The extension goes about this task by presenting the user with several steps, represented by HTML forms, in order to set-up a batch upload process that will upload content and metadata to the wiki, which creates individual mediafile pages for each item uploaded.
The project was co-funded by Europeana and a few Wikimedia chapters[1].
Further information can be found on the project page. Your feedback and questions are welcome, feel free to contact us.
InstallationEdit
- Download and place the file(s) in a directory called
GWToolset
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:require_once "$IP/extensions/GWToolset/GWToolset.php";
- Read the
INSTALL
file and make sure your wiki configuration satisfies all those dependences.
- Assign users to the gwtoolset group as appropriate with the Special:UserRights page.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
UsageEdit
Siehe auchEdit
Notes and referencesEdit
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. |