OSDN Git Service

- modified PluginManager module.
[feedblog/feedgenerator.git] / define.rb
index 6d566bc..4a554c5 100644 (file)
--- a/define.rb
+++ b/define.rb
@@ -53,6 +53,13 @@ LOG_DIR = "./logs/"
 # 開発用ログを出力するか?\r
 LOG_RELEASE_MODE = false\r
 \r
+# ファイルマネージャ用設定\r
+# サムネイル画像の最大幅(縦・横共通)を指定\r
+THUMBS_SIZE = 150\r
+# 必要がある場合はrubygems, rmagickのLOADPATHを指定\r
+$LOAD_PATH.push("/home/lunardial/local/lib")\r
+$LOAD_PATH.push("/home/lunardial/local/lib/ruby/gem/gems/rmagick-2.13.1/lib")\r
+\r
 # バージョン情報を示す文字列です\r
 APPVERSION = "- FeedGenerator for Ruby version 4.0.0.0 -<br>Copyright(c) 2009 Kureha.H (<a href=\"http://lunardial.sakura.ne.jp/\" target=\"_blank\">http://lunardial.sakura.ne.jp/</a>) & Yui Naruse (<a href=\"http://airemix.com/\" target=\"_blank\">http://airemix.com/</a>)"\r
 # タイトル領域に表示される文字列です\r