タグ

2005年11月9日のブックマーク (3件)

  • Tagwire Plugin - Ogawa::Memoranda

    Posted by: Hirotaka Ogawa @ June 30, 2005 10:23 PM | 0.10 (2005.03.19): AllKeywords Pluginを公開開始。 0.20 (2005.06.24): Tagwire Pluginに改名、英語ドキュメントとともに公開開始。 0.21 (2005.06.25): encode_urlplusフィルタを追加。 0.22 (2005.06.30): 目立たないバグを修正。 MT3.?の新しいプラグインインタフェースをサポート。 0.23 (2005.07.06): SQLiteを使っている場合に限り、PluginDataが重複してしまう問題を解決。 0.24 (2005.07.13): MTTagDateタグ、MTRelatedTagsコンテナタグ、MTXSearchTagsコンテナタグを追加。 PluginData

    ma2
    ma2 2005/11/09
    Tagwireの使い方。本家Tagsプラグインとどっちがいいかな。
  • Net::MovableType - light-weight MovableType client - metacpan.org

    NAME Net::MovableType - light-weight MovableType client SYNOPSIS use Net::MovableType; my $mt = new Net::MovableType('http://your.com/rsd.xml'); $mt->username('user'); $mt->password('secret'); my $entries = $mt->getRecentPosts(5); while ( my $entry = shift @$entries ) { printf("[%02d] - %s\n\tURI: %s\n", $entry->{postid}, $entry->{title}, $entry->{'link'} ) } DESCRIPTION Using Net::MovableType you

    ma2
    ma2 2005/11/09
    MTを操作するperlモジュール。
  • Ogawa::Hacks

    Ogawa::Hacks Hirotaka Ogawa's Hacks and Softwares mainly for Movable Type. All articles in this blog are written in English. Of course I'm addicted to using SpamLookup 2.0, but its Keyword Filter doesn't recognize regular expressions with multi-bytes strings and Unicode properties/blocks/scripts which are supported by Perl 5.8. Therefore it's not easy to train SpamLookup for rejecting comment/trac

    ma2
    ma2 2005/11/09
    いろんなオリジナルプラグインがある。