[pmwiki-users] HTML to pmWiki

Thomas Gemperli gemperli at arch.ethz.ch
Thu Aug 16 06:07:50 CDT 2007


Hi

On 16.08.2007, at 08:37, info at hassanein.ch wrote:

> Has anybody any experience by converting regular HTML pages to pmWiki?
>
> Is there even some tool support available?

Yes, there is a perl tool:
http://search.cpan.org/dist/HTML-WikiConverter/bin/html2wiki

An example:
$ html2wiki —dialect=PmWiki —encoding=iso-8859–1 page.php > page.wiki

You can generate a filelist of your site (find ... ) and loop  
html2wiki in your shell (for i in $list; do ... ), an easy way to  
convert a whole website. The result is often helpfull, you don't have  
to write an existing page from the scratch.

Thomas




More information about the pmwiki-users mailing list