syndication vocabulary
Factor handbook ยป Vocabulary index


Documentation
Atom and RSS feed syndication

Metadata
Tags:web, xml
Authors:Daniel Ehrenberg, Chris Double, Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
entry tupletitle url description date
feed tupletitle url entries


Generic words
WordStack effect
parse-feed( seq -- feed )


Ordinary words
WordStack effect
<entry>( -- entry )
<feed>( -- feed )
?children>string( tag -- str/f )
any-tag-named( tag names -- tag-inside )
atom-link( tag -- url/f )
atom1.0( xml -- feed )
atom1.0-entry( tag -- entry )
download-feed( url -- feed )
entry>xml( entry -- xml )
feed>xml( feed -- xml )
rss1.0( xml -- feed )
rss1.0-entry( tag -- entry )
rss2.0( xml -- feed )
rss2.0-entry( tag -- entry )
set-entries( feed entries -- feed )
try-parsing-timestamp( string -- timestamp )
xml>feed( xml -- feed )


Class predicate words
WordStack effect
entry?( object -- ? )
feed?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
syndication.test