For those interested in the proposal there is now an implementation of several RSS Feed level methods:
- getAuthors() - getAuthor() - getTitle() - getCopyright() Looking at how these are implemented might illustrate a few of the reasons why I'm making the proposal. There are 121 tests covering those four methods alone. Why that high count? Well, you have to take into consideration that there are numerous RSS versions (2.0, 0.94, 0.93, 0.92, 0.91, 1.0, 0.90). Of those many elements are unsupported by the RDF variants (1.0 and 0.90) but all versions may support the popular RDF Dublin Core module (DC 1.0, DC 1.1). I haven't even looked just yet at adding support for using Atom 1.0 as an RSS module. ;). A few people have pointed out they didn't quite get what I meant by calling Zend_Feed_Reader an interpretive layer - these concrete examples should be a bit more illustrative... Pádraic Brady wrote: > > Following my email of yesterday which I'm sure you all read (right? ;)), > I've posted a new formal proposal for it all. Your review is appreciated, > and do post all your comments to the proposal page where they are all > linked together. > > http://framework.zend.com/wiki/pages/viewpage.action?pageId=6324361 > http://framework.zend.com/wiki/pages/viewpage.action?pageId=6324361 > ----- Pádraic Brady http://blog.astrumfutura.com http://www.patternsforphp.com OpenID Europe Foundation - Irish Representative -- View this message in context: http://www.nabble.com/Zend_Feed_Reader-Proposal-for-Community-Comment-tp18757300p18772474.html Sent from the Zend Framework mailing list archive at Nabble.com.
