update readme
This commit is contained in:
parent
932c7bbe1b
commit
7b772407b0
1 changed files with 17 additions and 17 deletions
34
README
34
README
|
@ -1,17 +1,14 @@
|
||||||
Collected scripts from dokuwiki tips page.
|
Complete MoinMoin to DokuWiki converter
|
||||||
|
|
||||||
|
Uses native MoinMoin modules to handle converting and translating paths.
|
||||||
|
Converts also page history and edit-log.
|
||||||
|
|
||||||
http://www.dokuwiki.org/tips:moinmoin2doku
|
http://www.dokuwiki.org/tips:moinmoin2doku
|
||||||
|
|
||||||
moin2doku.py
|
|
||||||
|
|
||||||
A script for converting MoinMoin version 1.3+ wiki data to DokuWiki format.
|
|
||||||
Call with the name of the directory containing the MoinMoin pages and that
|
|
||||||
of the directory to receive the DokuWiki pages on the command line.
|
|
||||||
|
|
||||||
Tested with MoinMoin 1.5 and DokuWiki 2012-09-10 releases
|
Tested with MoinMoin 1.5 and DokuWiki 2012-09-10 releases
|
||||||
|
|
||||||
You need to run this on host where MoinMoin is configured and DokuWiki is
|
You need to run this on host where both MoinMoin and DokuWiki are configured,
|
||||||
configured, it will use current configuration from both wikis.
|
it uses current configuration from both wikis.
|
||||||
|
|
||||||
Edit doku.php if your DokuWiki installation is other than /usr/share/dokuwiki
|
Edit doku.php if your DokuWiki installation is other than /usr/share/dokuwiki
|
||||||
|
|
||||||
|
@ -29,11 +26,14 @@ after conversion be sure to fix ownership
|
||||||
also, depending on your configuration, you may need to gzip the attic pages.
|
also, depending on your configuration, you may need to gzip the attic pages.
|
||||||
|
|
||||||
History:
|
History:
|
||||||
version 0.1 2010-02 Slim Gaillard, based on the "extended python"
|
version 0.1 2010-02
|
||||||
convert.py script here:
|
Slim Gaillard, based on the "extended python" convert.py script here:
|
||||||
http://www.dokuwiki.org/tips:moinmoin2doku
|
https://www.dokuwiki.org/tips:moinmoin2doku?rev=1297006559#extended_python
|
||||||
version 0.2 2011 Elan Ruusamäe, moved to github, track history there
|
|
||||||
https://github.com/glensc/moin2doku
|
version 0.2 2011
|
||||||
version 1.0 2012 Complete moinmoin to dokuiki converter, uses native
|
Elan Ruusamäe, moved to github, track history there
|
||||||
moinmoin code to handle converting and translating paths.
|
https://github.com/glensc/moin2doku
|
||||||
Converts also page history and edit-log.
|
|
||||||
|
version 1.0 2012
|
||||||
|
Complete moinmoin to dokuwiki converter, uses native moinmoin code to handle
|
||||||
|
converting and translating paths. Converts also page history and edit-log.
|
||||||
|
|
Loading…
Reference in a new issue