tobias47n9e / pattypan

Upload files to Wikimedia Commons. The Spreadsheet Way.

Home Page:https://commons.wikimedia.org/wiki/Commons:Pattypan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Tool that simplifies Wikimedia Commons batch file uploading for GLAM institution volunteers and employees. Created thanks to Wikimedia Foundation IEG Grant.

For more information on usage, see Commons:Pattypan.

⬇️ Download


Build and run

Program is being written using NetBeans IDE and Apache Ant is used for building. In order to download and build source code, do following:

git clone https://github.com/yarl/pattypan.git
cd pattypan
ant package-for-store

You will find compiled .jar file in store directory.

cd store
java -jar pattypan.jar

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 rights here. If you have problems with program running, check article on project wiki.

License

Copyright (c) 2016 Paweł Marynowski.

Source code is available under the MIT License. See the LICENSE file for more info. Program is using external libraries listed here.

Credits

Name by Wojciech Pędzich. Logo by Rickterto, licensed under the Creative Commons BY-SA 4.0 license.

About

Upload files to Wikimedia Commons. The Spreadsheet Way.

https://commons.wikimedia.org/wiki/Commons:Pattypan

License:MIT License


Languages

Language:Java 98.8%Language:CSS 1.2%