Archive for July 10th, 2007

Wiki Creole

Tuesday, July 10th, 2007

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

New blog

Tuesday, July 10th, 2007

Well, this is my first blog post, we’ll see how this goes! Mwhahahah! Wordpress is quite nice, I wish I knew what the mark comment as spam button did, though…

Ryan