comparison libervia/backend/plugins/plugin_blog_import_dokuwiki.py @ 4075:47401850dec6

refactoring: rename `libervia.frontends.jp` to `libervia.cli`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 14:54:26 +0200
parents 4b842c1fb686
children 0d7bb4df2343
comparison
equal deleted inserted replaced
4074:26b7ed2817da 4075:47401850dec6
84 passwd: DokuWiki admin password 84 passwd: DokuWiki admin password
85 namespace: DokuWiki namespace to import (default: root namespace "/") 85 namespace: DokuWiki namespace to import (default: root namespace "/")
86 media_repo: URL to the new remote media repository (default: none) 86 media_repo: URL to the new remote media repository (default: none)
87 limit: maximal number of posts to import (default: 100) 87 limit: maximal number of posts to import (default: 100)
88 88
89 Example of usage (with jp frontend): 89 Example of usage (with CLI frontend):
90 90
91 jp import dokuwiki -p dave --pwd xxxxxx --connect 91 li import dokuwiki -p dave --pwd xxxxxx --connect
92 http://127.0.1.1 -o user souliane -o passwd qwertz 92 http://127.0.1.1 -o user souliane -o passwd qwertz
93 -o namespace public:2015:10 93 -o namespace public:2015:10
94 -o media_repo http://media.diekulturvermittlung.at 94 -o media_repo http://media.diekulturvermittlung.at
95 95
96 This retrieves the 100 last blog posts from http://127.0.1.1 that 96 This retrieves the 100 last blog posts from http://127.0.1.1 that