All Projects → fmenabe → python-dokuwiki

fmenabe / python-dokuwiki

Licence: MIT license
Manage Dokuwiki via XMLRPC.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python-dokuwiki

dokuwikixmlrpc
Python module for the DokuWiki XML-RPC backend
Stars: ✭ 26 (-18.75%)
Mutual labels:  dokuwiki, xmlrpc
mypaas
MyPaas is an Ansible playbook for startups or small companies which want to build a modern and fully automated infrastructure.
Stars: ✭ 24 (-25%)
Mutual labels:  dokuwiki
dokuwiki-plugin-syntaxhighlighter4
SyntaxHighlighter4 plugin for DokuWiki
Stars: ✭ 51 (+59.38%)
Mutual labels:  dokuwiki
dokuwiki-plugin-bootswrapper
Bootstrap Wrapper for DokuWiki
Stars: ✭ 33 (+3.13%)
Mutual labels:  dokuwiki
xmlrpc
A port of CookComputing.XmlRpcV2 for dotnet core 2
Stars: ✭ 27 (-15.62%)
Mutual labels:  xmlrpc
nspages
Plugin for dokuwiki - Display tables of content
Stars: ✭ 21 (-34.37%)
Mutual labels:  dokuwiki
dokuwiki-strata
Strata - a Semi-Structured Data plugin for Dokuwiki
Stars: ✭ 16 (-50%)
Mutual labels:  dokuwiki
Mm Wiki
MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。
Stars: ✭ 2,364 (+7287.5%)
Mutual labels:  dokuwiki
Dokuwiki
The DokuWiki Open Source Wiki Engine
Stars: ✭ 3,297 (+10203.13%)
Mutual labels:  dokuwiki
bitnami-docker-dokuwiki
Bitnami Docker Image for DokuWiki
Stars: ✭ 98 (+206.25%)
Mutual labels:  dokuwiki
dokuwiki-plugin-prosemirror
Work in Progress
Stars: ✭ 32 (+0%)
Mutual labels:  dokuwiki

python-dokuwiki

Code repo PyPi Documentation Code Health

This python module aims to manage DokuWiki wikis by using the provided XML-RPC API. This module is compatible with python2.7 and python3+.

API is described here.

Release notes

1.3.2 (2021-12-03)

  • Correct a bug when using some special characters in the password (c891eb8)

1.3.1 (2021-08-30)

  • Set default empty value for summary to structs.get_data()
  • Add minor parameter to structs.get_data()

1.2.1 (2019-07-24)

  • Remove login call in the constructor as it seems to fail on some cases (98ed799).

1.2.0 (2019-06-25)

  • Support of HTTPS for cookie based authentication.

1.1.0 (2018-03-22)

  • Support authentication by cookie (thanks to luminisward).

1.0.1 (2017-04-06)

  • Correct a typo with an exception call.

1.0 (2017-04-06)

  • Prevent username and password to be passed as GET parameters (e4cbb5d).

0.5 (2016-08-19)

  • Correct a bug when retrieving/uploading medias (a1f56b6).

0.4 (2016-02-07)

0.3 (2015-08-16)

  • The xmlrpc parameter use_datetime is no longer forced to True by default (bec3447). This may break things!

0.2 (2014-01-29)

  • Manage dataentries (this is a plugin for managing metadatas).

0.1 (2014-01-29)

  • Implement DokuWiki XML-RPC commands.
  • Compatible with both python 2 and 3.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].