Simple Rating Plugin

I've created a plugin that adds "star ratings" to the bottom of your posts. To function correctly, your theme must dispatch the event "beforePostContentEnd". Most of the recent themes have the event, but it is possible that your theme doesn't have it. If so, then this must be at the end of your full post page:

<mango:Event name="beforePostContentEnd" template="post" mode="full" />

This in the index, after each post:

<mango:Event name="beforePostContentEnd" template="index" mode="excerpt" />

and this after each post in the archives:

<mango:Event name="beforePostContentEnd" template="archives" mode="excerpt" />

You can download it from: http://mangoblog-extensions.googlecode.com/files/simplerating.zip