3 Feb 2010 yeupou   » (Master)

1° Getting http://myy.helia.fi/~karte/opml-export-feeds.html to work in order to import akgregator feeds into rawdog.

my $xmlUrl=0;
while (<FILE>) {
    $xmlUrl = $1 if /xmlUrl=\"([^\"]+)\"/;
    if ($xmlUrl ne 0) {
	if ($rawdog_config) { print "feed 30m " }
	print "$xmlUrl\n" 
    }
    $xmlUrl=0;
}
close FILE;

2° trying hard to post this on advogato with konqueror - no luck, I had to do it with iceweasel to avoid getting part of the entry to go in limbo with no explanation.

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!