RSS.FeedItem.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RSS::FeedItem - An item for an RSS feed

SYNOPSIS

RSS::FeedItem< >
= FeedItem(String title,String url,String description,String author,[String] categories,String commentsurl,Prelude::Maybe<Time::Time> pubdate,String guid,Bool guidpermalink)

DESCRIPTION

This data type represents an item in an RSS feed. All of these fields may be empty strings (or empty lists, or nothing , as appropriate) and will be omitted from the feed if they are.

- title : The title of the item
- url : The URL of the item
- description : The description of the item (often the full text of the item)
- author : The email address of the item author
- categories : A list of the categories this item has
- commentsurl : A URL to submit comments on this item
- pubdate : The date this item was published
- guid : A unique identifier to the item
- guidpermalink : If this is true , then the guid field must be a URL at which the contents of this item will be permanently available.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.