| ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| Description | ||||||||||||||||||||||||||||||||||
A libary for generating RSS 2.0 feeds. Original module by Jeremy Shaw. Changes by Bjorn Bringert:
| ||||||||||||||||||||||||||||||||||
| Synopsis | ||||||||||||||||||||||||||||||||||
| Documentation | ||||||||||||||||||||||||||||||||||
| data RSS | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| type Item = [ItemElem] | ||||||||||||||||||||||||||||||||||
| data ChannelElem | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| data ItemElem | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| type Title = String | ||||||||||||||||||||||||||||||||||
| type Link = URI | ||||||||||||||||||||||||||||||||||
| type Description = String | ||||||||||||||||||||||||||||||||||
| type Width = Int | ||||||||||||||||||||||||||||||||||
| type Height = Int | ||||||||||||||||||||||||||||||||||
| type Email = String | ||||||||||||||||||||||||||||||||||
| type Domain = String | ||||||||||||||||||||||||||||||||||
| type MIME_Type = String | ||||||||||||||||||||||||||||||||||
| type InputName = String | ||||||||||||||||||||||||||||||||||
| type Hour = Int | ||||||||||||||||||||||||||||||||||
| type Minutes = Int | ||||||||||||||||||||||||||||||||||
| type CloudHost = String | ||||||||||||||||||||||||||||||||||
| type CloudPort = Int | ||||||||||||||||||||||||||||||||||
| type CloudPath = String | ||||||||||||||||||||||||||||||||||
| type CloudProcedure = String | ||||||||||||||||||||||||||||||||||
| data CloudProtocol | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||
| rssToXML :: RSS -> CFilter | ||||||||||||||||||||||||||||||||||
| Converts RSS to XML. | ||||||||||||||||||||||||||||||||||
| showXML :: CFilter -> String | ||||||||||||||||||||||||||||||||||
| Render XML as a string. | ||||||||||||||||||||||||||||||||||
| Produced by Haddock version 0.8 |