Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Feed_Writer
-
Labels:None
Description
Atom Tombstone draft spec: http://ietfreport.isoc.org/idref/draft-snell-atompub-tombstones/
Though the draft is expired, there is talk of using this spec in pubsubhubbub to signal a removed entry.
Currently, Zend_Feed_Writer_Entry is not easily extendable to this level.
Fixed in r20518 - see feed level createTombstone/addTombstone. Operates on par with a normal Entry. The classes start with Zend_Feed_Writer_Deleted (the data container API).