tetsuo13 / MediaWiki-to-DokuWiki-Importer

Convert MediaWiki to DokuWiki
31 stars 10 forks source link

Headline-hierarchy does not work #9

Closed sockenklaus closed 12 years ago

sockenklaus commented 12 years ago

I think the headline-conversion does not work properly. Mediawiki starts the headline hierarchy with == and adds = for deeper levels of headline hierarchy. Dokuwiki starts the headline hierarchy with ====== for the first level and removes = for deeper levels.

I hope this clears out what i mean. ;)

Before conversion:

== Headline ==
=== Headline 2 ===

After conversion:

== Headline ==
=== Headline 2 ===

But it should be:

===== Headline =====
==== Headline ====

Used versions: Mediawiki 1.19.1 Dokuwiki Angua

Additionally it would be neat if the mediawiki article title would be converted to a first level heading in dokuwiki.