<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>mhc2gcal : MHC のスケジュールを Google Calendar にアップロード へのコメント</title>
	<atom:link href="http://nao.river24.net/blog/entry/20070413011444/feed/" rel="self" type="application/rss+xml" />
	<link>http://nao.river24.net/blog/entry/20070413011444/</link>
	<description>river24のriver24によるriver24のためのblog</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:09:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>HeavenWolf より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-961</link>
		<dc:creator>HeavenWolf</dc:creator>
		<pubDate>Thu, 14 Feb 2008 17:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-961</guid>
		<description>&lt;strong&gt;mhc2gcal 0.2.0 リリース&lt;/strong&gt;

リリースしてからすっかり放置プレイ状態の mhc2gcal ですが，ご要望いただ...</description>
		<content:encoded><![CDATA[<p><strong>mhc2gcal 0.2.0 リリース</strong></p>
<p>リリースしてからすっかり放置プレイ状態の mhc2gcal ですが，ご要望いただ&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>りばにし より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-960</link>
		<dc:creator>りばにし</dc:creator>
		<pubDate>Tue, 11 Sep 2007 04:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-960</guid>
		<description>白井さん：

詳細表示のコード，ありがとうございます．
自分の利用目的としては詳細は必要なかったので消してしまっていましたが，
現実的な利用シーンを考えると，必要な機能でしたね．
今度http_proxyなどに対応させるときに，一緒にさせていただければと思います．
# 全然作業できてなくてすみません・・・．


kuboakiさん：

コメントありがとうございます．
現状のmhc2gcalでは，たぶん「X-SC-Duration」に対応していないなど，
まだまだ機能不足なところも多いのですが，
折を見て発展させていきたいなと思っております．</description>
		<content:encoded><![CDATA[<p>白井さん：</p>
<p>詳細表示のコード，ありがとうございます．<br />
自分の利用目的としては詳細は必要なかったので消してしまっていましたが，<br />
現実的な利用シーンを考えると，必要な機能でしたね．<br />
今度http_proxyなどに対応させるときに，一緒にさせていただければと思います．<br />
# 全然作業できてなくてすみません・・・．</p>
<p>kuboakiさん：</p>
<p>コメントありがとうございます．<br />
現状のmhc2gcalでは，たぶん「X-SC-Duration」に対応していないなど，<br />
まだまだ機能不足なところも多いのですが，<br />
折を見て発展させていきたいなと思っております．</p>
]]></content:encoded>
	</item>
	<item>
		<title>kuboaki より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-959</link>
		<dc:creator>kuboaki</dc:creator>
		<pubDate>Mon, 10 Sep 2007 01:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-959</guid>
		<description>mhc2gcalがあって非常に助かりました。
職場を移ったら、そこはGoogle Calendarな世界でしたので。</description>
		<content:encoded><![CDATA[<p>mhc2gcalがあって非常に助かりました。<br />
職場を移ったら、そこはGoogle Calendarな世界でしたので。</p>
]]></content:encoded>
	</item>
	<item>
		<title>白井 より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-958</link>
		<dc:creator>白井</dc:creator>
		<pubDate>Tue, 12 Jun 2007 11:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-958</guid>
		<description>連続でごめんなさい。やっぱりこの方が良さそうです。

headers = &quot;Category: &quot; + mev .category_as_string + &quot;\n&quot;
switch = false
mev .non_xsc_header .split(&quot;\n&quot;) .each{&#124;line&#124;
if line =~ /^(subject&#124;from&#124;to&#124;cc&#124;x-ur[il]):/i
headers += line + &quot;\n&quot;
switch = true
elsif switch &amp;&amp; line =~ /^[ \t]/
headers += line + &quot;\n&quot;
else
switch = false
end
}
gev.desc = NKF.nkf(&quot;-w&quot;, headers + &quot;\n&quot; + mev .description .to_s)</description>
		<content:encoded><![CDATA[<p>連続でごめんなさい。やっぱりこの方が良さそうです。</p>
<p>headers = &#8220;Category: &#8221; + mev .category_as_string + &#8220;\n&#8221;<br />
switch = false<br />
mev .non_xsc_header .split(&#8220;\n&#8221;) .each{|line|<br />
if line =~ /^(subject|from|to|cc|x-ur[il]):/i<br />
headers += line + &#8220;\n&#8221;<br />
switch = true<br />
elsif switch &#038;&#038; line =~ /^[ \t]/<br />
headers += line + &#8220;\n&#8221;<br />
else<br />
switch = false<br />
end<br />
}<br />
gev.desc = NKF.nkf(&#8220;-w&#8221;, headers + &#8220;\n&#8221; + mev .description .to_s)</p>
]]></content:encoded>
	</item>
	<item>
		<title>白井 より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-957</link>
		<dc:creator>白井</dc:creator>
		<pubDate>Tue, 12 Jun 2007 08:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-957</guid>
		<description>白井です。

よろしくお願いします (__)
ちなみに、&quot;詳細&quot; が寂しいので、手元ではこんなの↓も入れてみました。

headers = mev .non_xsc_header
headers .gsub!(/^message-id:.*\n/i, &quot;&quot;)
headers .gsub!(/^mime-version:.*\n/i, &quot;&quot;)
headers .gsub!(/^content-.*\n/i, &quot;&quot;)
headers .gsub!(/^x-m.*\n/i, &quot;&quot;)
headers .gsub!(/^references:.*\n/i, &quot;&quot;)
headers .gsub!(/^in-reply-to:.*\n/i, &quot;&quot;)

gev.desc = NKF.nkf(&quot;-w&quot;, headers + &quot;\n&quot; + mev .description .to_s)

ライン数制限とかは入れておいた良いかもですけど、ご参考まで。
こうやって消すよりも Subject:, From:, To:, Cc:, X-Ur[il] などを残すようにした方が良いかな？と、今思ったのですが、ぼくも Ruby は苦手なので ^^;</description>
		<content:encoded><![CDATA[<p>白井です。</p>
<p>よろしくお願いします (__)<br />
ちなみに、&#8221;詳細&#8221; が寂しいので、手元ではこんなの↓も入れてみました。</p>
<p>headers = mev .non_xsc_header<br />
headers .gsub!(/^message-id:.*\n/i, &#8220;&#8221;)<br />
headers .gsub!(/^mime-version:.*\n/i, &#8220;&#8221;)<br />
headers .gsub!(/^content-.*\n/i, &#8220;&#8221;)<br />
headers .gsub!(/^x-m.*\n/i, &#8220;&#8221;)<br />
headers .gsub!(/^references:.*\n/i, &#8220;&#8221;)<br />
headers .gsub!(/^in-reply-to:.*\n/i, &#8220;&#8221;)</p>
<p>gev.desc = NKF.nkf(&#8220;-w&#8221;, headers + &#8220;\n&#8221; + mev .description .to_s)</p>
<p>ライン数制限とかは入れておいた良いかもですけど、ご参考まで。<br />
こうやって消すよりも Subject:, From:, To:, Cc:, X-Ur[il] などを残すようにした方が良いかな？と、今思ったのですが、ぼくも Ruby は苦手なので ^^;</p>
]]></content:encoded>
	</item>
	<item>
		<title>りばにし より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-956</link>
		<dc:creator>りばにし</dc:creator>
		<pubDate>Sun, 03 Jun 2007 15:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-956</guid>
		<description>白井さん：

コメントありがとうございます．
Windowsでも動作したんですね．よかったです．

--verboseオプションと，http proxy対応，ご提案ありがとうございます．
まだRubyプログラムを始めたばかりで自信ないですが，挑戦してみたいと思います．</description>
		<content:encoded><![CDATA[<p>白井さん：</p>
<p>コメントありがとうございます．<br />
Windowsでも動作したんですね．よかったです．</p>
<p>&#8211;verboseオプションと，http proxy対応，ご提案ありがとうございます．<br />
まだRubyプログラムを始めたばかりで自信ないですが，挑戦してみたいと思います．</p>
]]></content:encoded>
	</item>
	<item>
		<title>白井 より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-955</link>
		<dc:creator>白井</dc:creator>
		<pubDate>Thu, 31 May 2007 03:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-955</guid>
		<description>MHC の開発者の一人の白井と申します。

mhc2gcal 使ってみました。すばらしい!!
ちなみに、Windows (cygwin な Ruby) でも動作しましたのでご報告しておきますね。当然ですが、Linux Zaurus でも OK。

あと、強いて言うなら、今何やっているのか全然わからないので --verbose オプションつけたり、http proxy の設定(ソース埋め込みでも良いし、とか、環境変数 $http_proxy の対応)ができると、なお、良いと思われます。</description>
		<content:encoded><![CDATA[<p>MHC の開発者の一人の白井と申します。</p>
<p>mhc2gcal 使ってみました。すばらしい!!<br />
ちなみに、Windows (cygwin な Ruby) でも動作しましたのでご報告しておきますね。当然ですが、Linux Zaurus でも OK。</p>
<p>あと、強いて言うなら、今何やっているのか全然わからないので &#8211;verbose オプションつけたり、http proxy の設定(ソース埋め込みでも良いし、とか、環境変数 $http_proxy の対応)ができると、なお、良いと思われます。</p>
]]></content:encoded>
	</item>
	<item>
		<title>りばにし より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-954</link>
		<dc:creator>りばにし</dc:creator>
		<pubDate>Fri, 13 Apr 2007 23:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-954</guid>
		<description>iCalを使うと決めたら，いろいろと選択肢も多そうですね．
僕の場合は，MacでもWindowsでもMHCを使うと決めたので，
そっちに対応する方を優先する形となりました．
とは言っても，Windows環境で動くかどうか，確認はしていません:)</description>
		<content:encoded><![CDATA[<p>iCalを使うと決めたら，いろいろと選択肢も多そうですね．<br />
僕の場合は，MacでもWindowsでもMHCを使うと決めたので，<br />
そっちに対応する方を優先する形となりました．<br />
とは言っても，Windows環境で動くかどうか，確認はしていません:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>P.man より</title>
		<link>http://nao.river24.net/blog/entry/20070413011444/comment-page-1/#comment-953</link>
		<dc:creator>P.man</dc:creator>
		<pubDate>Fri, 13 Apr 2007 06:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.heavenwolf.org/blog/?p=1123#comment-953</guid>
		<description>GCALDaemonを使ってみました。

Todoリストが文字化けすること以外に文句はないです。
iCalのデータはシェルスクリプトでバックアップ。cronでまわしておけばおけーなはず。「はず。」</description>
		<content:encoded><![CDATA[<p>GCALDaemonを使ってみました。</p>
<p>Todoリストが文字化けすること以外に文句はないです。<br />
iCalのデータはシェルスクリプトでバックアップ。cronでまわしておけばおけーなはず。「はず。」</p>
]]></content:encoded>
	</item>
</channel>
</rss>
