2003.04.13 @ 1939 |
Other than that, I have not been up to too much. I think that this semister I will
finally get this blog
to be dynamic. With the restrictions that Tripod
has, i.e. only Perl, no command line access, only in the cgi-bin directory, etc. I was
having a hard time figuring exactly how I would do it. But I think that I figured it out
this time. I was thinking that I would use Perl to create static pages that only had
to be generated every time I made a post. I think that I am going to scrap that idea.
I think instead I am going to have it fully dynamic. All I have to do is read the files
and output them over the net to the person requesting the page. But, (this is the part
that I don't like that much), I will move my blog. It will have to be in a sub directory
of my main page. I don't know if I'll do a redirect, or just have a link. We'll see.
Anyways, I don't think that it'll be too hard. I just have to figure out the easy thing
of opening a file and dumping it to the screen. The hard part (?) will be figuring out
what files to dump. I think that I will either need to do a dir listing, or have
a file that contains a list of all of the files. (I don't like that idea). Ah well.
I'll figure that out after exams.