EDIT: Our site is up at clamor.fallingduck.tk
Some of you may know that I've started to do my web development using the Bottle Python framework.
Almost none (but a couple) of you know that I've been working on Clamor, a remake of the Clamor I made in PHP a long time ago. Basically, it's an accountless forum that I've dubbed a "microforum." The only accounts are for moderators, admins, and the owner. Also, it's released under the MIT license!
I've finally finished an alpha version that is stable enough for production, but I'm not so good at bug fixing. If you want, you can check out the latest copy of it and set up your own distro using the helpful README file.
Feedback is much appreciated. Thanks!
I'm going to continue to add new stuff to the version I have now, so pull often.
Oh yes, and a screenshot (very outdated):
Last edited by ohaiderstudios (2012-12-14 17:38:21)
Offline
Cheers for sessions.py!
Offline
Magnie wrote:
Cheers for sessions.py!
I couldn't have done it without you!
EDIT: Yay! After reading the Wikipedia article on session id's, I've finally got a stable version of sessions.py to bind the session id to the IP address of the user, a further countermeasure to session hacking.
Last edited by ohaiderstudios (2012-12-14 16:26:43)
Offline