Handbook
Glossary
feed-entry-description ( object -- description )
Furnace framework
»
Furnace presentation layer
»
Furnace Atom syndication support
»
Atom feed entry protocol
Prev:
feed-entry-title ( object -- string )
Next:
feed-entry-date ( object -- timestamp )
Vocabulary
furnace
.
syndication
Inputs
object
an
object
Outputs
description
a
string
Generic word contract
Outputs a feed entry description.
Definition
IN:
furnace.syndication
GENERIC:
feed-entry-description
( object -- description )
Methods
USING:
furnace.syndication
kernel
;
M:
object
feed-entry-description
drop
f
;