Handbook
Glossary
feed-entry-date ( object -- timestamp )
Furnace framework
»
Furnace presentation layer
»
Furnace Atom syndication support
»
Atom feed entry protocol
Prev:
feed-entry-description ( object -- description )
Next:
feed-entry-url ( object -- url )
Vocabulary
furnace
.
syndication
Inputs
object
an
object
Outputs
timestamp
a
timestamp
Generic word contract
Outputs a feed entry timestmap.
Definition
IN:
furnace.syndication
GENERIC:
feed-entry-date
( object -- timestamp )
Methods
USING:
accessors
furnace.syndication
webapps.blogs
;
M:
entity
feed-entry-date
date>>
;
USING:
accessors
furnace.syndication
webapps.pastebin
;
M:
entity
feed-entry-date
date>>
;
USING:
accessors
furnace.syndication
webapps.wiki
;
M:
revision
feed-entry-date
date>>
;