hallowelt / migrate-confluence

Tool to migrate content from Confluence export files into a MediaWiki compatible import source
GNU General Public License v3.0
35 stars 8 forks source link

Bad contentmodel on CSS pages #15

Closed osnard closed 2 years ago

osnard commented 2 years ago

The script creates some CSS pages. Those have a bad contentmodel set in the output.xml

Example:

  <page>
    <title>Template:Layout.css</title>
    <revision>
      <model>wikitext</model>
      <format>text/x-wiki</format>

should be

  <page>
    <title>Template:Layout.css</title>
    <revision>
      <model>css</model>
      <format>text/css</format>
osnard commented 2 years ago

See also https://github.com/hallowelt/mediawiki-lib-mediawikixml/pull/3/files

osnard commented 2 years ago

Should be done by https://github.com/hallowelt/mediawiki-lib-mediawikixml/releases/tag/1.0.4