I squashed the bug that someone reported a long while back about
Article Collections not building properly. Works for me now. If you
check out the latest Firedop2 code from Subversion to try this out on
an existing site, it will have no effect and you'll have to make the
change manually in build.ini in your site.
i.e. change line ~60 from this:
print "<h1>%s</h1>" % options['title']"
to this:
print "<h1>%s</h1>" % options['title']