I suggest making snapshots, and turning them into a browsable/readable form.
Then make it available at
http://www.archive.org/
The Internet Archive is awsome, I recently put a album there
(shameless plug)
http://www.archive.org/audio/audio-deta ... lbum_Ryoko
The main issue (besides the looooong upload (via ftp thankfully))
is what to store, how to present it and how to view it.
One idea that comes to mind is converting a sql dump of the forum to sqlite,
and then a simple tool could be made to display the information.
Fred wouldn't have to make the tool at all, just dump the sql forum data,
exclude non content stuff (and user safety related stuff)
convert to sqlite, compress and upload to the Internet Archive
(usually takes around 2 days for submission approval depending on the media)
Submissions can be pull back by the author too, so pulling back a old snapshot and submitting a new one shouldn't be miuch issue.
Might also wanna email the guys at the Internet Archive to hear what
solution would be best for something like this,
they may have better ideas.
Reason I suggest a compressed archive with a sqlite is that
we would at least see a couple people on these forums write a tool to view and search the data, or optionally write tools ourself.
(plus there is plenty sqlite tools out there as well)