yesod-comments-0.3.3: A generic comments interface for a Yesod application

Portabilityunportable
Stabilityunstable
Maintainerpbrisbin@gmail.com

Yesod.Comments

Description

A generic Comments interface for a Yesod application. This module is in the early stages of development. Beware bugs, patches welcome.

Synopsis

Documentation

addCommentsSource

Arguments

:: YesodComments m 
=> ThreadId

the thread you're adding comments to

-> GWidget s m () 

Comments that anyone can enter anonymously

addCommentsAuthSource

Arguments

:: (YesodAuth m, YesodComments m) 
=> ThreadId

the thread you're adding comments to

-> GWidget s m () 

Comments that require authentication