otsune's SnakeOil RSSフィード

python -c "print''.join([chr(x) for x in 111&1101,110+~-~11,10^11*11,110+~-~11,-~101,-~11^11*11,~-110,111&11*11,11+11+10,11|~-0110,1-~11^11*11,10^11*11,-~11^11*11,110,101])"

2006-07-13

Publish::LivedoorClipがコメントにタグを入れるのは冗長だと思ったので微修正

Publish::LivedoorClipがコメントにタグを入れるのは冗長だと思ったので微修正 - otsune's SnakeOil  を含むブックマーク はてなブックマーク - Publish::LivedoorClipがコメントにタグを入れるのは冗長だと思ったので微修正 - otsune's SnakeOil  Publish::LivedoorClipがコメントにタグを入れるのは冗長だと思ったので微修正 - otsune's SnakeOil  のブックマークコメント

--- lib/Plagger/Plugin/Publish/LivedoorClip.pm  (revision 1079)
+++ lib/Plagger/Plugin/Publish/LivedoorClip.pm  (working copy)
@@ -36,9 +36,7 @@
 
     my $summary;
     if ($self->conf->{post_body}) {
-        $summary = encode('utf-8', $tag_string . $args->{entry}->body_text); # xxx should be summary
-    } else {
-        $summary = encode('utf-8', $tag_string);
+        $summary = encode('utf-8', $args->{entry}->body_text); # xxx should be summary
     }
 
     my $uri = URI->new('http://clip.livedoor.com/clip/add');
トラックバック - http://subtech.g.hatena.ne.jp/otsune/20060713