Skip to content

Convert from a mediawiki installation using mysql to a git repository of markdown pages

Notifications You must be signed in to change notification settings

FreeON/convert-mediawiki-to-gh-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Convert mediwiki to markdown

This script converts pages from a mysql database used by a mediawiki installation to markdown pages using pandoc. It creates a git repository to hold the pages and commits each revision with proper date and author attribution.

Sample usage:

./convert.py --database freeon_wiki --user wikiuser --output-dir pages --password SECRET

The directory pages must not exist before running the script. After completion, a git repository in pages will contain all page edits.

About

Convert from a mediawiki installation using mysql to a git repository of markdown pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages