Wiki Creole

Ok, so one of my pet interests is wikis. Currently I don’t think there is any python parser for Wiki Creole, a generalized syntax for wikis. So I think I’m going to create a parser for Wiki Creole in python, using test driven development (TDD). It’ll first consist of only one function, that outputs valid XHTML. After that I might add support for custom tags, etc. Then I’ll re-implement in javascript, and then world domination :-D. It’ll also give me a chance to do some heavy lifting in javascript, does anyone know of a good javascript unit testing library?

Firebug is a lifesaver, but at the moment I can’t keep track of all of DOM and javascript in my head at once.

Ryan

Comments are closed.