5 May 2006 jdahlin   » (Master)

Planet filtering

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.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

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!