←前 |  ↑↑Blog |  ↑Category |  ↓Comment |  ↓Trackback |  次→

iBlogBEAM0.2.3のiBlog1.3.7B1の動作について


動作することを確認しました。

1.3.5の設定で動作します。

私は今回、iblogPatcherを利用するようにしております。
設定はこんな感じです。



ここで呼び出しているのはシェルスクリプトでこんな感じです。

iblogP.preview.after
#! /bin/sh

/usr/local/bin/iblogPatcher --blog cheep.txt preview after
/usr/local/bin/iblogPatcher --blog prox.txt preview after

exit 0

iblogP.publish.after
#! /bin/sh

sleep 10
/usr/local/bin/iblogPatcher --blog cheep.txt publish after
/usr/local/bin/iblogPatcher --blog prox.txt publish after

exit 0

わたしは2つのblogを使っているので、iblogPatcherも各タイミングで2つ呼び出して
います。

また、公開の後のiblogP.publish.afterにおいて、sleep 10としているのは、「公開」
の終了タイミングが読み切れないためです。
昔は読み切れた と思ったんですが・・。

(追記 04/05/23)
その後、修正版の0.2.4において、待ち時間についての対応をしたので、現在はsleepは
入れておりません。

( ・∀・)つ〃∩ ヘェーヘェーヘェー">
投稿時間: 2004年05月23日 (日) at 02:52       
 

←前  |  ↑↑Blog |  ↑Category |  ↑Entry top |  ↑Comment |  次→
←前  |  ↑↑Blog |  ↑Category |  ↑Entry top |  ↑Comment |  次→