update on the contest site:
- Re-did it using django, a RAD framework written in python (doku, you'd be proud)
- Contests, entries, and scoring all work, I just need to make views for submitting entries and scores. (django uses MVC)
- Admin area and user management done (it's django, duh)
k, some features:
- Multiple contests
- each contest has a start date, a entry deadline, and a judging deadline
- users can be either in the "participant" group, or the "judge" group, or neither.
- entries can have screenshots, a pk3, a title, etc.
I just have to do some cleanup here and there, and write the views for enteries and judging. Not that much more to do...