Howdy, folks. At some point in the future, I'm sure I'll actually get around to posting some interesting code here for you to look at, use, whatever. Probably.


PHP

I found myself wanting a super simple, lightweight templating system. Something like Perl's Template Toolkit. This is my attempt at it. At some point, I want to expand this to a super lightweight framework.

Download tgz with sample templates
View Template.php
Quickstart

MOO code

Does anyone still use MOOs any more? I honestly have no idea. I spent a lot of time back in the day writing various code for them. Here's some of the good stuff. (NOTE: If you're actually going to use any of this, look it over first. I tried to make each file completely independent, but there might be some stuff that can cause problems.)