From: joey Date: Fri, 22 Dec 2006 12:28:37 +0000 (+0000) Subject: web commit by JoshTriplett: We have tools in progress for converting MoinMoin and... X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/45b4927f26b8fcb65c3689804ea6d6cc648a6a23?hp=ab97e763d984c6a09863d3740863cd89c36ed24c web commit by JoshTriplett: We have tools in progress for converting MoinMoin and TWiki to ikiwiki with Git. --- diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 4f8ead729..ecb68a49e 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -72,6 +72,14 @@ easily, perl is possible (but I'm not strong in perl). > format. Another option would be writing a ikiwiki plugin to support the > TWiki format. --[[Joey]] +> Jamey Sharp and I have a set of scripts in progress to convert other wikis to ikiwiki, including history, so that we can migrate a few of our wikis. We already have support for migrating MoinMoin wikis to ikiwiki, including conversion of the entire history to Git. We used this to convert the [XCB wiki](http://xcb.freedesktop.org/wiki/) to ikiwiki; until we finalize the conversion and put the new wiki in place of the old one, you can browse the converted result at . We already plan to add support for TWiki (including history, since you can just run parsecvs on the TWiki RCS files to get Git), so that we can convert the [Portland State Aerospace Society wiki](http://psas.pdx.edu) (currently in Moin, but with much of its history in TWiki, and with many of its pages still in TWiki format using Jamey's TWiki format for MoinMoin). +> +> Our scripts convert by way of HTML, using portions of the source wiki's code to render as HTML (with some additional code to do things like translate MoinMoin's `\[[TableOfContents]]` to ikiwiki's `\[[toc ]]`), and then using a modified [[cpan HTML::WikiConverter]] to turn this into markdown and ikiwiki. This produces quite satisfactory results, apart from things that don't have any markdown equivalent and thus remain HTML, such as tables and definition lists. Conversion of the history occurs by first using another script we wrote to translate MoinMoin history to Git, then using our git-map script to map a transformation over the Git history. +> +> We will post the scripts as soon as we have them complete enough to convert our wikis. +> +> -- Josh Triplett + ---- # OpenID