Thomas Jentzsch, on Mon Apr 4, 2011 2:30 PM, said:
If you can make the archives searchable again that would be great.
I don't think it was very easy to add searching capability (which is why it wasn't done in 2005),
however, I bet i could add some sort of Google search to the archives that would allow searching of all the archived pages. Since they are all just a big pile of HTML pages, Google can easily index them.
Quote
Importing all posts (with attachements) seems like a good idea to me too (maybe even better). Can you import the thread structure too?
Maintaining the thread structure would be a bit trickier, but should be possible since I assume each "thread" has a unique key that is maintained (otherwise the archiver would not be able to maintain the individual posts linked together by thread). Just makes the script a bit more complex, as you need to maintain a running list of these threads as you're going through them and keep tabs on each new forum topic you're creating. Then, if you run into that thread key again, look it up in your table and if you've already created a forum thread, add a new post to that thread instead of starting another.
Quote
IMO the list is dead and even with all it good memories, its not worth keeping it alive now. But I really hope the history can be fully preserved.
It can definitely be preserved, and adding the posts to the forum here would make them easily searchable. It's just a matter of taking the time to do some research on how the archived posts are stored and writing a script to import them into the forum. And thoroughly testing said script before importing the posts into the live forum!
Edit: I have written scripts to import many thousands of messages into the forum before--before I put edit restrictions in place, several people had gone through and removed literally thousands of their own posts by editing them away. This pissed me off enough that I went through old database backups and restored those posts using an automated tool I wrote.
..Al