From 1b3bef745698133994152dddbd1a5c47c86daa99 Mon Sep 17 00:00:00 2001 From: toshi Date: Sun, 28 Nov 2010 03:33:09 +0000 Subject: git-svn-id: svn://toshia.dip.jp/mikutter/trunk@164 03aab468-d3d2-4883-8b12-f661bbf03fa8 --- README | 10 ++++++---- core/addon/friend_timeline.rb | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README b/README index f862c089..c4e5fcc4 100644 --- a/README +++ b/README @@ -5,10 +5,11 @@ mikutter - the moest twitter client * 用件 ** 必須アプリケーション: -***ruby (1.8以上) +***ruby (1.8.7) - libgnome2-ruby - libopenssl-ruby - libhmac-ruby +rubyは1.8.7(1.8系統最新)でしか動きません。1.8.6以前では動かないことが確認されています ***プラグインが必要とするもの(必須ではない): - notifyプラグイン @@ -38,7 +39,7 @@ mikutter - the moest twitter client 2. ruby mikutter.rb --debug とすると、人柱気分が味わえます。 ** 起動 - 単純に、いかのようなコマンドで実行できます。 + 単純に、以下のようなコマンドで実行できます。 :ruby mikutter.rb - Mac OS X portでrubyを入れて、以下のコマンドで起動して下さい。 @@ -56,7 +57,8 @@ mikutter - the moest twitter client | ファイル名 | 説明 | |-------------------+----------------------------------------------------------| -| icon/ | アイコンなど、画像のキャッシュ。 | +| cache/ | Twitter APIのレスポンスのキャッシュ | +| icon/ | アイコンなど、画像のキャッシュ | | p_store_values.db | 設定やアカウント情報などが保存されるデータベースファイル | | logs/ | エラーログなど | | tmp/ | 一時ファイル | @@ -76,7 +78,7 @@ mikutter - the moest twitter client [[http://toshia.dip.jp/]] 仮タイトルのまま定着してしまった至高のウェブページ ** mikutter - [[http://mikutter.d.hachune.net/]] + [[http://mikutter.hachune.net/]] ネタで改良されていっている究極のクライアント ** hachune.net [[http://hachune.net/]] diff --git a/core/addon/friend_timeline.rb b/core/addon/friend_timeline.rb index a38cae39..4333c3f8 100644 --- a/core/addon/friend_timeline.rb +++ b/core/addon/friend_timeline.rb @@ -1,6 +1,7 @@ miquire :addon, 'addon' miquire :mui, 'skin' +miquire :mui, 'timeline' Module.new do main = Gtk::TimeLine.new() -- cgit v1.2.3