What framework for text rating site?

Posted by problemofficer on Pro Webmasters See other posts from Pro Webmasters or by problemofficer
Published on 2012-01-11T04:19:45Z Indexed on 2012/06/11 22:47 UTC
Read the original article Hit count: 150

I want to start a "rate my"-style site. The rated objects are mostly texts. I want it to be rather simple. Features I need:

  • object rating (thumb up, thumb down)
  • object comments
  • object tags
  • related object presentation based on tags
  • user authentication and management
  • private message system
  • sanity checks for text inputs (i.e. prevention of code injections)
  • cache
  • open source
  • runs on GNU/Linux

I would gladly take something that is tailored for my scenario but a generic framework would be fine too. I simply don't want to write stuff like user authentication that is been written a million times and risking security flaws.

Programming language is irrelevant but python/php preferred.

© Pro Webmasters or respective owner

Related posts about looking-for-a-script

Related posts about python