2001.04.22
Well, "2" is a little strong perhaps. But it's time for some changes. I don't think I'm going to do everything 'right', engineering-wise: it's still all going to be in perl, and not even great perl, and i'll probably use flatfiles for every friggin' thing, rather than a 'real' database, or even xml. at least i'll be keeping things nice and portable if i ever have to move the site. So, I'll try to keep a kind of ongoing log here. Check back to see how progress is going: hopefully one day the changes will be pretty visible to everyone. First and foremost: I'm going to make a user account/login system. People will have to signup and pick a password and then have to enter a valid email, and use that email address to complete the signup process. The next step will be making a comment board that relies on the logged in user information. Then I'll make it so submitting a poem relies on the logged in user. This will allow some other cool stuff, like author profiles (i.e. each user will probably have their own page, eventually with customizable informatin, with links to all the poems) I think I'm going to change a lot of the internal structure of how poems are stored onsite. Right now I'm thinking that each poem will get a single file in a great big directory. (Well maybe two, one for content, one for metainfo) The poem will live there forever, at a single URL, whether it's 'new' or a front page pick or a heart on sleeve corner piece. something like loveblender.com/view.cgi?id=123 . 2001.04.23 Let's see if I can figure out what all scripts I'll need...
|