Free Time

Allison on 2003-07-27T07:47:59

I had completely free day today. The first in about oh.... 9 months? Maybe more? I decided to do something fun.

I setup Combust with a (proxied) working test site for all the perl.org sites, converted my business site to using Template::Toolkit with an Apache::Template handler (it was static html until now, under the principle of "do the simplest thing that could possibly work"), and compiled subversion.

What can I do now? Oh right, sleep...

Every day should be like this. :)


Something Fun?

rooneg on 2003-07-27T13:50:37

That has got to be the best definition of "Something Fun" I have ever heard.

I'm a big fan of TT/Apache::Template

jjohn on 2003-07-28T12:47:38

TT is a small templating language that's pretty straight-forward. Someone without a perl background should be able to modify those pages without much difficulty. The plugin system is simple, so that when you need the power of Perl, you can get it without a lot of pain. In fact, typical OO-style perl modules can be used in TT without modification.

I'm surprised that subversion has become so popular. I think I'll wait a little longer before moving away from CVS. I suspect subversion may a few frightening bugs lurking. Debugging my own code is hard enough without having to think about the code-magement stuff.

I'm glad to hear that someone you had some slack time and you hard did anything involving perl (save for combust and TT ;-).

Subversion

Allison on 2003-07-28T20:09:51

I certainly wouldn't put my clients' code on it yet, but it has too many cool features not to play with it. :)