Today I decided to figure out how to filter out certain blogs from Planet GNOME. It turned out to be much easier than I thought. Just create a csimple rule using css selectors and add it to our chrome-UserContent.css file.
So if you're tired of listening to the complaints of the scandinavian cabal, add this to your customized css file:
@-moz-document domain(planet.gnome.org) {
div.richard,
div.hallski,
div.uraeus { display: none; }
}
Mozilla/Firefox only, perhaps only 1.5 or newer, who cares.FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!