Looking for a simple rating/ranking web app
July 3, 2009 1:20 AM Subscribe
Help me find a simple web app: Users are able to enter items, other users are able to rate those items, and the aggregated rating score is used to display the items as a ranked list. Like digg/pligg, but without the bells and whistles. The app should be open source and installable on any major server.
Not open source, but Slinkset works well for this purpose. Or, for certain kinds of "items", use Google Moderator.
If you really don't want to outsource the boring parts, you can build something on top of most about any modern CMS-style platform (e.g. Drupal as above, Django with the django-voting extension, etc). And if you want to get really fancy, you can grab the reddit engine.
posted by effbot at 8:15 AM on July 3, 2009
If you really don't want to outsource the boring parts, you can build something on top of most about any modern CMS-style platform (e.g. Drupal as above, Django with the django-voting extension, etc). And if you want to get really fancy, you can grab the reddit engine.
posted by effbot at 8:15 AM on July 3, 2009
This thread is closed to new comments.
posted by usonian at 6:16 AM on July 3, 2009 [1 favorite]