This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-12-14 12:46:54

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Clamor - An Open Source Microforum in Python

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):
http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=https://dl.dropbox.com/u/51363874/screencap10.png

Last edited by ohaiderstudios (2012-12-14 17:38:21)


Fork Clamor on GitHub!

Offline

 

#2 2012-12-14 13:14:38

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Clamor - An Open Source Microforum in Python

Cheers for sessions.py!  tongue

Offline

 

#3 2012-12-14 13:32:49

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Re: Clamor - An Open Source Microforum in Python

Magnie wrote:

Cheers for sessions.py!  tongue

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)


Fork Clamor on GitHub!

Offline

 

Board footer