Full G-Loaded content in Planet feeds

Although the full content of the posts is available in the website feed, until today I had been limiting the content (to just the post’s summary) that would be retrieved by UniversalFeedParser, which is the user agent string the PlanetPlanet software uses. This was done so that any buttons or ads do not appear in…

Continue reading

G-Loaded Feeds

During the last weekend, I made some changes to the website’s feeds. It seems that, after 4 years of blogging, I have finally made up my mind about what is needed and what is unnecessary regarding the syndicated content on G-Loaded.

Fast-Static-Feed WordPress Plugin

Syndicated content has almost become the standard way of distributing web content nowadays. WordPress can deliver its content in various different feed formats –RSS 2.0, Atom 1.0, RDF, RSS 0.92– and can generate feeds for both the published posts -grouped by time, category, tag, author etc- and the comments that have been submitted by readers.…

Continue reading

Creating An RSS 2.0 Feed Using cElementTree

I’ve made some progress with the cElementTree Python module. After reading the available documentation and the RSS 2.0 specification, I was able to write a very simplistic RSS 2.0 feed generator in order to demonstrate the usage of this module. There is no such example in the documentation, so this might be useful to someone.