> Writing the core of a blog engine in three lines of rc is hard to > beat, plus you get the benefit of being able to manipulate and manage > all your data using the tools any self respecting Unix user loves. > > uriel
well, I haven't thought about it deeply yet, but what I guess could be a problem with your approach is that many features would have to be somehow implemented first so that it all be useable. I mean e.g. ajax style of page content refresh, session management, perhaps POST method too. ruda
