Not being one to force people to write in POD, I wrote a SAX parser for Wiki-Text, and I spent a couple of hours tonight plugging it into the AxKit Wiki. In doing so I realised it would be just as easy to plug any old SAX parser in there. So I added support for ordinary XML while I was at it.
So now you can author in sdocbook, POD, or WikiText.
Cool huh?
I've got lots still to do - preview, versioning, users, etc. But I feel like I'm making good progress.
Text::WikiFormat::SAX (Score:1)
I'm still trying to figure out how anything but the name is "based on" Text::WikiFormat. :)
Re:Text::WikiFormat::SAX (Score:2)
Eventually I figured that the way you were parsing the lines wasn't flexible enough anyway - it needed a "proper" parser to be able to support future enhancements better. So most of your code is pretty much gone - except for the main p