Features: (implemented)
- It allow wiki owner (the one who create content) to click on an action button in order to enable/disable comment on his/her page.
- It come with tiny security feature captcha prevent from post back attack.
- It had client side validation using jquery
- Remember name, e-mail, url of the user posting comment by storing their info in a protected cookie - sharing dokuwiki blowfish salt key.
- Send notify mail to content author when visitor post comments.
- Take advantage of existing caching function to cache comments reducing time to load comment from the database.
- Apply more security - random key protecting captcha field.
- Enable geshi coding in comments - this allow visitor to make comment with code snippet.
- Comment & Voting - may be that a great idea ;)
Until next monday I will tell you where my head ...