カテゴリ別 2003年 | 2004年 | 2005年 | 2006年 | 2007年 | 2008年
知り合いサイト: よんだもの / 暴想 / Linuxでやる夫 / 新宿Vipper / 僕だけが幸せになればいいのに。
require 'mt'
require 'blog'
mt_install_path = "/home/httpd/htdocs/mt"
config_path = mt_install_path + "/mt.cfg"
library_path = [
"-I/home/httpd/htdocs/",
"-I/home/httpd/htdocs/mt/lib",
"-I/home/httpd/htdocs/mt/extlib"
]
params = { "Config" => config_path,
"Directory" => mt_install_path,
"LibraryPath" => library_path }
mt = MT::MT.new(params)
blogs = MT::Blog.load(nil)
blogs.each do |blog|
p blog
end
出力
#<MT::Blog:538114018 @blog_id=2 @name="My First Weblog" @description="" @site_path= "/home/date/public_html/" @archive_path="/home/date/public_html/archives" @archive_u rl="http://dontstopmusic.no-ip.org/~date/archives/" @server_offset=9 @archive_type ="Individual,Monthly,Category" @archive_type_preferred="Individual" @days_on_ind ex=7 @file_extension="html" @email_new_comments=0 @allow_comment_html=0 @autolin k_urls=1 @sort_order_posts="descend" @sort_order_comments="ascend" @allow_commen ts_default=1 @convert_paras="__default__" @convert_paras_comments="__default__" @status_default=2 @allow_anon_comments=0 @words_in_excerpt=40 @ping_weblogs=0 @m t_update_key="" @language="jp" @welcome_msg="welcome!">
最近のコメント:
RSS
![]()
This work is licensed under a
Creative Commons License
(note: text only. w/o web design, citations, (re)distributed softwares).