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.
