Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 809 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 809 Bytes

Screwturn to MediaWiki converter

Convert Screwturn Wiki to MediaWiki

Requirements

  • node.js

Exporting Screwturn Pages

Information for exporting Screwturn data

Converting Screwturn Pages

Make sure you have your node modules

	npm install

Start the conversion

	node ./index.js "Screwturn pages directory" "MediaWiki destination directory"

Note: the MediaWiki destination will be created if it doesn't exist and files will be overwritten if they do exist.

Importing Pages into MediaWiki

Importing XML Dumps

Importing Attachemnts into MediaWiki

Contributing

Contributions are welcome. Please follow the style guide.