David Iberri wrote:
--- Reini Urban rurban@x-ray.at wrote:
Enrico Weigelt wrote:
I'm using a wiki for writing (preparing) articles and several similar stuff. To make it easier, I'm currently writing an wiki-syntax parser for my Website-Kit, so it can directly read wiki articles (otherwise I would have to rewrite it to some XML schema).
This already exists: perl http://search.cpan.org/~diberri/HTML-WikiConverter-0.16/
HTML::WikiConverter doesn't fit the bill. It's an html->wiki converter, i.e. it parses the HTML source into a tree, then outputs its in equivalent wiki markup. It doesn't do wiki syntax parsing.
-- David Iberri (the module's author)
oops, read it too quick. sorry.
At least some dozen wiki syntax parsers exist. But I didn't see a real wiki-syntax parser yet. Just a loop with some kind of magic order of special regex. Please lets call this transformation, not parsing.