doku2git/README.adoc

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'.