sloriot
sloriot

Reputation: 6303

Script to convert dokuwiki syntax to mediawiki

Does someone knows a script to convert a file containing text formatted using the dokuwiki syntax to a text formatted using the wikimedia syntax?

Upvotes: 1

Views: 2207

Answers (1)

Aubrey
Aubrey

Reputation: 507

I don't know any of them, but (apparently, I have not used it) with this you can convert a docuwiki document in Markdown, and thus with Pandoc you can convert it in Mediawiki syntax.

Upvotes: 3

Related Questions