doku2git/README.adoc
Danny Robson c1d5bb4469 README: remove use of horizontal style in argument descriptions
The default renderer on Gitlab produces a list that is rather too high.
2019-07-07 14:23:44 +10:00

16 lines
551 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
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'.