October 2008 Archives

October 7, 2008

[ActionStreams]ボケて用config.yaml

ボケて用のconfig.yamlです。

  • フィード無いのでscraperでとってきてます。多分寿命は短いと思う。
  • scraperのネストの扱いが分からなくてハマった。
  • フィードの配信が待ち望まれるところ。
  • フィールド追加するより、titleなどの既存のフィールドに入れちまった方が良いのかしら?
name: BoketeAS
id: boketeas
key: BoketeAS
author_link: http://blog.aklaswad.com/
author_name: aklaswad
description: Adds profile service and activity stream for Bokete.jp
version: 0.1
profile_services:
    bokete:
        name: Bokete
        url: http://bokete.jp/user/%s
        icon: images/bokete.png
action_streams:
    bokete:
        bokes:
            name: Bokes
            description: stream you boked
            fields:
                - boke
            html_form: '[_1] boked <a href="[_2]">[_3]</a>'
            html_params:
                - url
                - boke
            url: 'http://bokete.jp/user/{{ident}}'
            identifier: boke
            scraper:
                foreach: div.odai530
                get:
                    boke:
                        - 'h3'
                        - TEXT
                    url:
                        - '//p[2]/a[position()=last()]'
                        - @href

とっくにフィード吐くようになってるみたいですね。。。そのうち。。。

October 3, 2008

EmoticonButton 4 CustomEditorButton2。

MTでも絵文字使おうぜプラグイン、アリマス - Kickstart my heartで公開されている絵文字プラグインを、CustomEditorButton2にインポートしてみましたhappy02

利用にあたっては、CustomEditorButotn2側もアップデートupが必要となっていますwobbly。お試しいただく際には、CustomEditorButton2プラグインも、以下のバージョン2.0.31にアップデートしてくださいcoldsweats01

OpenID accepted here Learn more about OpenID

About this Archive

This page is an archive of entries from October 2008 listed from newest to oldest.

September 2008 is the previous archive.

December 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.