17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
|
== doku2git
|
||
|
|
||
|
=== About
|
||
|
|
||
|
A small Python script that will generate a shall script that can convert an existing Dokuwiki site into a Git repository will (as close as possible to) full edit history.
|
||
|
|
||
|
=== Usage
|
||
|
|
||
|
Simple cases can be run as `./doku2git --src /foo/dokuwiki --dst /bar/git > script.sh`
|
||
|
|
||
|
==== Arguments
|
||
|
|
||
|
[horizontal]
|
||
|
src:: The absolute path to the Dokuwiki root
|
||
|
dst:: The absolute path to the Git repository
|
||
|
users:: A path to a JSON file containing an array of objects describing additional users. They must have the keys 'login', 'real_name', and 'email'.
|