On Monday 29 March 2004 12:52, Carlos Leonhard Woelz wrote: > Currently, the wiki > pages and the site are in sync thanks to a small and simple sed script that > converts xhtml => wiki. The script is in the module kdenonbeta/quality/wiki.sed http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdenonbeta/quality/wiki.sed usage: sed -f wiki.sed kdephpfile > wikifile where kdephpfile is the file in kde.org php format and wikifile is the page in wiki format. If you make the script executable, you can do: wiki.sed kdephpfile > wikifile Cheers, Carlos Woelz