Nostalagia... galore
Okay, so after realizing that all of the old alpha.owo threads were still up at the server, I started wondering if there wouldn't be an easier way to get one's hands on them. So I decided to set my mind on it... first I wrote a script that entered the URLs of all the old forum threads into a single text file, then I used wget to grab those URLs.
Of course, the topics were still a bit hard to browse, so I brought up some regular expression tutorials for Python and spent the next couple of hours writing a program that'd generate new index pages for each retrieved forum. The new index pages show the topic, first poster, date of first posting, and file size. The topics are sorted from the newest to oldest based on when they were created.
I've compiled the whole thing (that is, ALL of alpha.owo that was still online - over 9000 forum threads, 31.9 megabytes RAR'ed) into a single archive, but it's a bit too large for me to upload to my own webspace. Anybody want to offer me a place where I could put it?
Okay, so after realizing that all of the old alpha.owo threads were still up at the server, I started wondering if there wouldn't be an easier way to get one's hands on them. So I decided to set my mind on it... first I wrote a script that entered the URLs of all the old forum threads into a single text file, then I used wget to grab those URLs.
Of course, the topics were still a bit hard to browse, so I brought up some regular expression tutorials for Python and spent the next couple of hours writing a program that'd generate new index pages for each retrieved forum. The new index pages show the topic, first poster, date of first posting, and file size. The topics are sorted from the newest to oldest based on when they were created.
I've compiled the whole thing (that is, ALL of alpha.owo that was still online - over 9000 forum threads, 31.9 megabytes RAR'ed) into a single archive, but it's a bit too large for me to upload to my own webspace. Anybody want to offer me a place where I could put it?
Comment