My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Thoughtsite is a discussions/forum app designed for Google App Engine. The main features of the app are:

- a flexible system that could be used for any kind of a discussion forum.
- voting, tagging, comments and a reputation point system for users.
- full text search on App Engine with Apache Lucene.
- search for threads by tags or by keywords. Threads can also be linked to from user profiles.
- users gain reputation points based on community votes for their contributions.
- full fledged user profiles with info, points, contributions, user's personal tag cloud, etc.
- basic duplication detection filters to detect similar threads so posters can avoid creating a new thread if one already exists.
- basic spam and gaming filters (self-voting, cross-voting, etc.)
- full-fledged admin section that allows moderation of individual posts and users. Users can flag objectionable content or trolls.

UPDATE! A lot of you have reported problems getting the code to deploy - we have now launched an official deployment of the Thoughtsite code at http://thoughtsitedemos.appspot.com/

The deployment is a little light on data, but hopefully should be intuitive to navigate and fun to play around with. The project uses OpenId but doesn't yet have a good UI; so if you wish to use Google as the OpenId provider, you will need to put this in the "Sign in" dialog: "https://www.google.com/accounts/o8/id". We know this looks very ugly, but that's all we have until we can fix it.

Powered by Google Project Hosting