Differences between revisions 11 and 12
Revision 11 as of 2005-09-22 20:22:15
Size: 1322
Editor: Jeroen
Comment: Update types of markup that are not going correctly yet
Revision 12 as of 2005-09-27 10:19:00
Size: 1436
Editor: DonArmstrong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
   * This can be fixed via something like:
{{{#!perl
$data =~ s/\[([^]]+) ([^] ]+)\]/[wiki:Self:$2 $1]/g;
}}}

Status of wiki.debian.net migration

Done

  • Mon 5 Sep 2005, 17:41:14 UTC: [http://wiki.wolffelaar.nl wiki.wolffelaar.nl] is the output of my [http://www.wolffelaar.nl/~jeroen/kwiki2moinmoin/ current version of conversion scripts] -- not much in the way of markup conversion, but revision history etc is there. Help with markup conversion badly wanted (in perl, please) --["Jeroen"]

  • [http://wiki.debian.net wiki.debian.net] is read-only (Update: as long as conversion isn't ready yet to be done, it's read/write again), and a dump of the database is [http://people.debian.org/~ivey available]

  • A script to convert the RCS files into moin moin revision files is fairly easy and will be done by ["Jeroen"].
  • A script to convert the markup from kwiki to moin moin needs to be written, see below.
  • establish copyright/licencing situation for old and new sites (?WikiLicencingTerms) (sorry)

TODO

  • Convert markup (see below).
  • Test [http://wiki.wolffelaar.nl wiki.wolffelaar.nl] to spot problems in the conversion scripts by ["Jeroen"].

Convert markup

Any snippets appreciated. Todo:

$data =~ s/\[([^]]+) ([^] ]+)\]/[wiki:Self:$2 $1]/g;
  • Misc other markup issues