yesod-0.6.4: Creation of type-safe, RESTful web applications.

Yesod.Helpers.AtomFeed

Description

Generation of Atom newsfeeds. See http://en.wikipedia.org/wiki/Atom_(standard).

Synopsis

Documentation

data AtomFeed url Source

Constructors

AtomFeed 

atomFeed :: AtomFeed (Route master) -> GHandler sub master RepAtomSource

atomLinkSource

Arguments

:: Route m 
-> String

title

-> GWidget s m () 

Generates a link tag in the head of a widget.

newtype RepAtom Source

Constructors

RepAtom Content 

Instances