Add a script to help the transition MSysGitWiki -> GitWiki
commit04a1256f89054db25413522779b9127c8c959f21
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 22 Feb 2010 09:55:15 +0000 (22 10:55 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 22 Feb 2010 09:55:15 +0000 (22 10:55 +0100)
treec8e773b53b626150ed69008e969cfe036fba66ee
parentc918943efaa51aeb85703101e5afe7f4c902ac4e
Add a script to help the transition MSysGitWiki -> GitWiki

We want to move the Wiki pages to the GitWiki, as the latter has a nice
and powerful MediaWiki engine, and it is also much easier to get people
involved.

This script downloads the old pages, transforms them to MediaWiki markup
(the transformation is ad-hoc, just enough for what this developer tested),
opens the result in a graphical editor for easy Ctrl-A Ctrl-C (select all
& copy), and also opens the appropriate link in the web browser, where
the copied text can be simply pasted, previewed and saved.

Once the editor is closed, the next page is handled.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
bin/move-wiki.sh [new file with mode: 0755]