2004-11-14 Sun

[別の年の同じ日: 2001 2003 2005 2006 2007 2008 2009 2012 2014

84%が"携帯で TV 見たい" TBS ,博報堂がモニター調査 はてぶ

http://www.business-i.jp/news/soft/art-20041112205527-LTREIOSQPA.nwc

Cardstacker Gallery はてぶ

http://www.cardstacker.com/gallery.html

接着したりせずに,ここまでできるのか…

FAQ のページの塔は 25feet(762cm)

赤レーザーで多層ディスクのVMD発表 はてぶ

http://slashdot.jp/articles/04/11/13/2318259.shtml?topic=107

日の丸無人機、NASAが宇宙ステーションの物資輸送へ はてぶ

http://slashdot.jp/articles/04/11/14/023247.shtml?topic=65

postdiary.rb はてぶ

http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?posttdiary%2Erb

使うかどうかはわからないけど,
tDiary をメールで更新する postdiary.rb を入れてみる.

ためしに携帯からのメールを procmail で postdiary.rb に渡してみると
(subject: メールでの更新テスト,本文: テスト,--use-subject つき),

  メールでの更新テストテスト


となって,subject がセクションのタイトルにならない.

rd style 使ってるからかと思いあたり,
postdiary.rb を書き換え.

  diff -u bin/posttdiary.rb~ bin/posttdiary.rb
  --- bin/posttdiary.rb~  2004-11-14 02:22:13.000000000 +0900
  +++ bin/posttdiary.rb   2004-11-14 02:52:26.000000000 +0900
  @@ -200,7 +200,7 @@
          end
          if use_subject then
                  title = ''
  -               @body = "#{subject}\n#{@body}"
  +               @body = "= #{subject}\n#{@body}"
          else
                  title = subject
          end


style を指定するオプションをつけたほうがいいのか?