SharpReader 0.9.3 がリリースされました。久しぶりのアップデート。幾つかの新機能があります。詳しくはサイトの方を見ていただくとして、目を引くのは新着記事のポップアップ機能。FeedReader などにも早くから実装されてた機能と似ています。新着記事を見つけると、

こんなポップアップがタスクトレイから顔を出します。ちょっと重めですが、気になるほどではないです。いいですね。
それから、"feed://rss-url" という形式でウェブサイトにリンクを記述しておくと、そこをクリックしたときに SharpReader がそのリンク先を読む機能が実装されてました。
feed:naoya.dyndns.org/~naoya/mt/index.rdf
こんな具合です。これまでも http://127.0.0.1:5335/system/pages/subscriptions?url=rss_url という形式で同じ機能をサポートしてたのですが、シンタックスシュガーってことなのかな。ちょっと検索してみたところ、仕様っぽいのが feed and rss protocols format というページにありました。
Addresses like feed:http://example.org/rss.xml are typical feed protocol URL. They are used (at the moment of this writing) by feed readers/aggregators and other utilities related to feed processing. When you see them at a website, they look simmilar to the old XML icons, like in the following example:
とかなんとか。後で詳しく見てみよう。
それから、RSS 中の <wfw:commentrss> というエレメントをサポートするようになったようです。これは The Well-Formed Web Comment API とよばれる API でコメントを投稿するためのエンドポイント URL を表記するものだそうです。
Ok, there are a lot of interfaces now circulating TrackBack, Ping-Back, Post-It. All of these are a way of commenting on an item. The only thing missing from the mix is a way to do 'comments' themselves. That is where this specification enters. It is intended to be a roll-up of all the above specifications and to cover comments as well.
ってかこんな仕様あったのか...。Post-It とかも初耳だし、わけわかんないな、もう。