No More Feeds for WordPress?
Let’s do away with the doom and gloom: In spite of recent context-deprived accounts, WordPress isn’t anywhere near ditching any of its feed formats. But what is all this talk about removing feeds from our favorite blogging tool? Let’s have a rational look…
WordPress currently supports four standard feed formats for syndication: RSS 0.92, RSS 1.0 (aka RDF), RSS 2.0 (aka RSS2), and Atom 0.3. All of these feeds are at least vague implementations of XML, and allow applications (feed aggregators) to gather data about your posts without actually visiting your site. This can be done because these formats are machine-readable - that is, a computer/server can be configured to automatically visit your feed and parse out the data that it provides into usable chunks.
There are certain problems with the feeds that WordPress provides, and whether these really are problems depends on your perspective. But let me tell you what I see from a coder’s point of view, and why you should consider listening to my argument.