1

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

sloriot
  • 6,070
  • 18
  • 27

1 Answers1

3

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.

Aubrey
  • 507
  • 4
  • 20