Render and publish to static files?

What would be the best way to publish a number of pages to static html
pages? Just loop through them and create URL:s and fetch them with http
or is there a better way?

tia

/Marcus

page caching?

You could write a ruby script which would loop over a bunch of ERb
templates, for instance.

But it depends on what you want to do more precisely.

hth

Thibaut