ZF-8895: Add support for Atom Tombstone entries (or flexible entries) in Zend_Feed_Writer
Description
Atom Tombstone draft spec: http://ietfreport.isoc.org/idref/…
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.
Comments
Posted by Pádraic Brady (padraic) on 2010-01-22T06:04:34.000+0000
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).