Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/mw2gitit
Convert a mediawiki XML dump to a gitit wiki.
https://github.com/kisom/mw2gitit
Last synced: 18 days ago
JSON representation
Convert a mediawiki XML dump to a gitit wiki.
- Host: GitHub
- URL: https://github.com/kisom/mw2gitit
- Owner: kisom
- Created: 2012-07-07T23:26:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-08T08:15:53.000Z (over 12 years ago)
- Last Synced: 2024-10-11T02:46:51.368Z (about 1 month ago)
- Language: Clojure
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mw2gitit
Convert a mediawiki database dump to gitit format.
## Usage
```bash
lein deps
lein run
```## History
I have been running a mediawiki instance for a long time. Later, I
found I wanted to switch over to [gitit](http://www.gitit.net) but
without losing everything in the old wiki (but history was less important.)## License
Copyright (C) 2012 Kyle Isom
Distributed under the Eclipse Public License, the same as Clojure.