in reply to Re^2: What are your favorite tools for building a static site?
in thread What are your favorite tools for building a static site?

If you are happy writing your own script and calling TT, there's no need to change.

The way to add content with ttree is usually to use plugins of some kind for grabbing it from a database or text files or whatever. I would never do that though. I only use it for things where the content is in the files I'm processing, and I just want to add common nav stuff to them via includes.

  • Comment on Re^3: What are your favorite tools for building a static site?

Replies are listed 'Best First'.
Re^4: What are your favorite tools for building a static site?
by ryantate (Friar) on Dec 16, 2004 at 22:42 UTC
    Ahh, I see ... sort of like SSI with FOREACH and so forth ;-> (Plus it only gets run once as opposed to on each req ...)