- Notifications
You must be signed in to change notification settings - Fork37
Upload files to Wikimedia Commons. The Spreadsheet Way.
License
yarl/pattypan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tool that simplifiesWikimedia Commons batch file uploading forGLAM institution volunteers and employees. Created thanks to Wikimedia FoundationIEG Grant.
For more information on usage, seeCommons:Pattypan.
Apache Ant is used for building Pattypan. You need to have JDK 11 or later installed as well asa download of OpenJFX for each platform you want to support. In order to download and build source code, do the following:
git clone https://github.com/yarl/pattypan.gitcd pattypanant
This will run the defaultbuild
target. It assumes that the current directory contains the OpenJFX SDK ZIP(s) and will unpack the required files to the correct locations. The resulting JAR will support Linux, Windows or both. The ZIPs present dictates what platforms will be supported. Note that the ZIPs should have their default name to be included.
A temporary directory will be used during the build process and removed afterwards. It's default path istmp/ and can be set usingant -Dtmp=...
You can also set test server or any other server:
java -jar pattypan.jar wiki="test.wikipedia.org"java -jar pattypan.jar wiki="test2.wikipedia.org" protocol="https://" scriptPath="/w"
Please note, that on test server file upload may be disabled for regular users. Admin account is suggested, you can request rightshere. If you have problems with program running, checkarticle on project wiki.
Copyright (c) 2016 Paweł Marynowski.
Source code is available under theMIT License. See the LICENSE file for more info. Program is using external libraries listedhere.
Name by Wojciech Pędzich. Logo byRickterto, licensed under the Creative CommonsBY-SA 4.0 license.
About
Upload files to Wikimedia Commons. The Spreadsheet Way.