Question
I would like to import a web site that contains HTML only into a TWiki site. Is there any way of making all of the pages immediately editable under TWiki (i.e. without having to hand-code links and upload pages one at a time)?
Environment
--
NicholasChubrich - 23 Apr 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
You can try running the pages through the stand-alone HTML to TML conversion script with
WysiwygPlugin. Don't expect miracles, though.
--
CrawfordCurrie - 23 Apr 2006
I did this a few years ago with a home made script. I t helped a lot running the HTML through
tidy
first and fixing up all the errors. It is a lot easier to do the transform on well formed HTML than on the junk we had in a site that had been maintained by hand for a few years.
--
BramVanOosterhout - 24 Apr 2006