Handbook
Glossary
entry
Atom and RSS feed syndication
Prev:
<feed> ( -- feed )
Next:
<entry> ( -- entry )
Vocabulary
syndication
Word description
An Atom or RSS feed entry. Has the following slots:
Name
Class
title
string
url
any class supported by
present
description
string
date
timestamp
Definition
IN:
syndication
TUPLE:
entry
title url description date
;
Methods
USING:
furnace.syndication
syndication
;
M:
entry
>entry
;