> Curious, are you using templates already or are you still using DOM?

I wish I were that fast, I'd be earning a lot more money. ;) [I almost
started hacking Cheetah, then felt it deserved more Pythonic/Cheetonic
thought than I'd given it. (Hey, I live in America, where they add words to
the English language all the time, and I've picked up the habit. ;-)]

No, I am still writing xdocs one by one (in a DOM-like fashion) I just use
sync to move them over, instead of using forrest to generate a site to
staging, and syncing that. [BTW: I still maintain this isn't a bad way of
doing things. We can compare end results when we have two.]

So with --xdocs we have:

i.e.     write xdocs to $xdocs and then
          sync $work -> $log

instead of :

        write xdocs to $xdocs and then
        forrest $work -> $staging and then
        sync $staging -> $log.

That said, I am working with Nicola to create a Template approach that will
generate HTML (via Cheetah), making Forrest optional.

BTW: Also, this is still at the end of the run, not sooner. That is a future
step.

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to