Simple and efficient object rating system
there is now a user guide
add an external method standard cmf style
allow numeric ratings, once per authenticated user.
the ratings objects are stored local to the content with an IIBTree mapping hash(user_name) to their vote.
the rating tool is a cmf style tool that allows for a consistent api to to access a contents ratings, AND maintains a list of the highest rated objects. the list utilizes a pluggable ranking algorithm to allow for tuning of the highest rated list. this list is maintained as an OOSet. a catalog implementation was not used because it would not be as scalable, imo.
Author: Kapil Thangavelu Copyright: @2001-2002 kapil thangavelu LICENSE: GPL