descriptionDokuWiki dialect module for HTML::WikiConverter (with improvements)
ownerimz@altlinux.org
last changeFri, 19 Jul 2013 16:11:38 +0000 (19 20:11 +0400)
content tags
add:
readme

DokuWiki dialect module for HTML::WikiConverter with my improvements, as compared to the version found at CPAN.

The improvements were needed for a practical application of the conversion to cumbersome generated HTML.

A simple way to run it:

If you have HTML::WikiConverter installed (from CPAN, or from a distro package like perl-HTML-WikiConverter-0.68-alt1 in my case), you can put the modified module inside a directory, say MY_PERL, as MY_PERL/HTML/WikiConverter/DokuWiki.pm and then run the converter like this:

PERLLIB=MY_PERL html2wiki --dialect=DokuWiki --no-wrap-in-html mydoc.htm > mydoc.txt

(Remember, MY_PERL is your directory for Perl code; in my case, it's simply a subdir in the directory where the documents are.)

shortlog
2013-07-19 Ivan ZakharyaschevMerge branch 'dirtyhack/strip_underline_blank'master
2013-07-19 Ivan ZakharyaschevMerge branch 'README_imz'
2013-07-19 Ivan ZakharyaschevMerge branch 'pretty/strip_fonts_on_blank' into dirtyha... dirtyhack/strip_underline_blank
2013-07-19 Ivan Zakharyaschev(tech) Custom commit message to indicate that the new... README_imz
2013-07-19 Ivan ZakharyaschevTODO: Written about pushing spaces from the edge of... pretty/strip_fonts_on_blank
2013-07-18 Ivan Zakharyaschev(minor) README: Stylistic enhancements.
2013-07-18 Ivan ZakharyaschevMerge branch '0.54_imz0' into 0.55_imz10.55_imz10.55_imz1.1
2013-07-18 Ivan ZakharyaschevMerge branch 'dirtyhack/bodylevel-tables-boring' into...
2013-07-18 Ivan ZakharyaschevMerge branch 'pretty/links-explicit-only-necessary...
2013-07-18 Ivan ZakharyaschevMerge branch 'dirtyhack/join-adjacent-fonts' into 0...
2013-07-18 Ivan ZakharyaschevMerge branch 'dirtyhack/strip_underline_blank' into...
2013-07-18 Ivan ZakharyaschevMerge branch 'pretty/typography_degrees' into 0.55_imz1
2013-07-18 Ivan ZakharyaschevMerge branch 'pretty/strip_fonts_on_blank' into 0.55_imz1
2013-07-18 Ivan ZakharyaschevMerge branch 'pretty/strip_aname' into 0.55_imz1
2013-07-18 Ivan ZakharyaschevMerge branch 'syntax/complex-tables-boring' into 0...
2013-07-18 Ivan ZakharyaschevMerge branch 'syntax/links-always-explicit' into 0...
...
tags
10 years ago 0.55_imz1.1
10 years ago 0.54_imz0.2
10 years ago 0.54_imz0.1
10 years ago 0.54_imz0.1pre
10 years ago complex-tables-boring/imz0
10 years ago perl-HTML-WikiConverter-DokuWiki-0.53-alt2
heads
10 years ago master
10 years ago dirtyhack/strip_underline_blank
10 years ago README_imz
10 years ago pretty/strip_fonts_on_blank
10 years ago 0.55_imz1
10 years ago dirtyhack/bodylevel-tables-boring
10 years ago syntax/complex-tables-boring
10 years ago pretty/typography_degrees
10 years ago pretty/links-explicit-only-necessary
10 years ago dirtyhack/join-adjacent-fonts
10 years ago syntax/links-always-explicit
10 years ago upstream_cleanup
10 years ago syntax/code
10 years ago pretty/strip_aname
10 years ago 0.54_imz0
10 years ago upstream