ftnk.jp -> ~fumi -> ChangeLog -> tDiary

ChangeLog 最新ページ

2004-11-14 Sun

postdiary.rb [tDiary] はてぶ

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 を指定するオプションをつけたほうがいいのか?

2004-11-11 Thu

makeatom.rb [tDiary] はてぶ

makerss.rb の生成する rss を Sage でみると,
<content:encoded>要素が表示されないので,
makeatom.rb を試す.

Sage で内容が表示されることを確認.
でも,Sage で見ることはほとんどないんだろうけど.

2004-11-11 Thu

edithelper.rb [tDiary] はてぶ

http://docs.tdiary.org/ja/?edithelper.rb

日記編集時にタグ入力をサポートするプラグイン,
edithelper.rb を入れてみました.

設定 -> プラグイン選択 で edithelper.rb を有効にすると,
編集画面下部に

  Edit Helper: 
  | EMタグ | STRONGタグ | DELタグ  |
  | Pタグ | PREタグ | BRタグ |
などとでます.これらをクリックするとタグが挿入されます.
タグを書くのが面倒という人は使ってみてください.

僕は Emacs 上で tDiary-mode を使っているので関係ないんですが.

2003-03-15 Sat

texdiary [tDiary] はてぶ

http://nite.kuicr.kyoto-u.ac.jp/~katayama/texdiary/

TeX の数式や文章を画像に変換して貼る tdiary プラグイン。

2003-03-03 Mon

tDiary 1.5.3 導入 [tDiary] はてぶ

2002-10-24 Thu

.xhnf から復旧 [tDiary] はてぶ

hns のキャッシュが見つかったので、手作業で tDiary に変換。
たいして日記を書いていなかったので、すぐに終わる。

ChangeLog 最新ページ