Technorati Plugin Patch
Adam Kalsey’s Technorati 1.0 plugin is out. It fixes many of the bugs I’d previously complained about. Unfortunately, it still needs the following patch
--- MTPlugins/Technorati.pm.orig Mon Aug 11 17:10:46 2003 +++ MTPlugins/Technorati.pm Mon Aug 11 17:12:07 2003 @@ -100,7 +100,7 @@ warn('<b>The Technorati service didn\'t answer. It might be down.</b>'); return ''; } - eval { $content_tree = XMLin(@{$content}[1]) }; + eval { $content_tree = XMLin(@{$content}[1], SuppressEmpty => undef) }; return $ctx->error("Error reading XML content: $@.") if ($@); next unless (!$@ and ref $content_tree and $content_tree->{document}->{item});
to work correctly. I had sent this to Adam, along with my other patches. But I guess it never made it into 1.0; so here it is again.
Posted by distler at August 17, 2003 9:07 AM
Re: Technorati Plugin Patch
Shouldn’t that be:
It fixes many. That’s all I can say on your weblog, for the rest, especially the math, it’s way too advanced.