This python module aims to manage DokuWiki wikis by using the provided XML-RPC API. This module is compatible with python3+.
API is described here.
- Allow slash character in passwords (#26)
- Correct a bug when using some special characters in the password (c891eb8)
- Set default empty value for summary to structs.get_data()
- Add minor parameter to structs.get_data()
- Support of HTTPS for cookie based authentication.
- Support authentication by cookie (thanks to luminisward).
- Correct a typo with an exception call.
- Prevent username and password to be passed as GET parameters (e4cbb5d).
- Correct a bug when retrieving/uploading medias (a1f56b6).
- The xmlrpc parameter
use_datetime
is no longer forced to True by default (bec3447). This may break things!
- Manage dataentries (this is a plugin for managing metadatas).
- Implement DokuWiki XML-RPC commands.
- Compatible with both python 2 and 3.