-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
19 lines (13 loc) · 809 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is an early stub of an iOS app for uploading photos to Wikimedia Commons --
actually it uploads them to test.wikipedia.org unless you switch off debug mode.
User credentials should be input on the settings screen of the app before uploading.
They are saved to the app's keychain, so need not be entered again.
During development, the data model may occasionally change, requiring deleting the app
and reinstalling it.
Code implementing the MediaWiki web API is in the mwapi/ subdirectory.
Code is currently under GNU GPL v2; see the file COPYING for details.
Todo:
* Detect login and upload errors and give feedback to the user.
* After uploading, display a button that opens the new file in Safari
* Rearrange UI into multiple steps: login, get photo, give description, upload.
* clean up classes