Regarding this page: http://drupal.org/book/view/871
I have been working on template system that allows a DESIGNER to slightly mark up the html and then my PHP code re-factors the design as a PHP class, with the various design elements becoming different methods of the class, even supporting parameter passing.
Well now I've finished I'm working on a back end. Then I read slashdot about drupal
The best part is Drupal USES this sort of class as my code generates.
In other words it wont take much work to fettle to two together.
And the good news is I can use drupal as my backend!
BTW it also supports dreamweaver MX templating, so designers can do dreamweaver MX tempate inheritance to get the visual effect at design time for their benefit (and allowing designer to only edit the editable-area) and we inherit generated classes also.
Read the docs at:
http://www.liddicott.com/templates.html
If there is enough interest I would like to check it in to CVS (under GPL) for integration. I'm supposed to be adding it to PEAR's Flexy::Tempalate with Alan Knowles but I haven't had time yet.
TO be sure you understand, the templating is ready to go and already used in a non-launched site that just needs a CMS backend, now to be drupal I hope