View Single Post
Generally a good idea, but not too easy.

Especially: How to deal with dynamically generated pages, like forum pages? A tool that would be able to generate a locally browsable version of a forum would have to transform every link that actually sends form data to a non-dynamic link and generate a filename for the resulting page. I don't know if there are tools out there that are able to do this. (Would be possible, of course, not even _too_ difficult, but did anyone have that idea yet? X-) )

A really good feature should be able to complete an already existing archive of a forum with only the new posts. Most forums use post numbers in the CGI-GET-URLs—no problem there. But the forum index is generated on te fly—i.e. "page 1" is always the one on top with the new posts, different every day you look.

Not easy to achieve, but possible. Would be quite a feature for OW to be better than the average. If the Omni Guys have the time to code it. X-)