site upgrades
i’m working on the login system and the search function. instead of being presented with a welcome screen after logging in, it’s just going to bring you back to the main page. when you log out, it will do the same. the search function will be extended to the comments, but i don’t know whether i want to link comments individually, or link to them in the context of the thread, as in showing other comments for that particular post as well. that would be considerably more work.
changes are made. it wasn’t as hard as i thought it would be to link to that specific comment. i forgot that each is dynamically printed so i could just add one <a name> tag.