<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Supernova &#187; reference</title>
	<atom:link href="http://blog.dealforest.net/category/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dealforest.net</link>
	<description>be careful, be bravely</description>
	<lastBuildDate>Mon, 17 May 2010 04:44:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex3.2 の reference (日本語) を Hyper Estraier で全文検索できるようにした</title>
		<link>http://blog.dealforest.net/2009/01/flex32-%e3%81%ae-reference-%e6%97%a5%e6%9c%ac%e8%aa%9e-%e3%82%92-hyper-estraier-%e3%81%a7%e5%85%a8%e6%96%87%e6%a4%9c%e7%b4%a2%e3%81%a7%e3%81%8d%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f/</link>
		<comments>http://blog.dealforest.net/2009/01/flex32-%e3%81%ae-reference-%e6%97%a5%e6%9c%ac%e8%aa%9e-%e3%82%92-hyper-estraier-%e3%81%a7%e5%85%a8%e6%96%87%e6%a4%9c%e7%b4%a2%e3%81%a7%e3%81%8d%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 10:59:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[reference]]></category>
		<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[hyperestraier]]></category>

		<guid isPermaLink="false">http://blog.dealforest.net/?p=225</guid>
		<description><![CDATA[[Flex][AIR] Adobe Flex 3 リファレンスガイドがダウンロード出来るようになりました。
を発見したのでさっそく以前に設置したものを最新のに変更してみた。
ちなみに前回は英語のリファレンスだったため、凄い便利になった。
最新のリファレンス探したりするだけでもめんどかったってのもあるけど。
新規に設置
 LiveDocs をローカルに置くに詳細がのってるんでそのままやれば大丈夫。
以前もここを参考にして設置しました。感謝感謝。
既存の index をはりなおす
あってるかどうかは不明だけど、とりあえずこの順番でできた。
することは前の index を削除して最適化して新しく張り直す感じです。
メモも兼ねて細かいめで書いてます。環境は人によって違うのでパス系は気をつけてください。

[階層]
.  &#38;lt;= /var/www/flex-doc
&#124;-- langref
&#124;-- flex3jp_documentation.zip (&#38;lt;- ここを DL するところから書いてる)
&#124;-- flex3jp_documentation
       &#124;--  langref
&#160;
/var/www/hyperestraier/flex3langref に hyperestraier の index がある。
/var/www/flex-doc/langref に referece の html がある。
estseek.*(config, cgi とか)  は /var/www/flex-doc/langref/ 以下にある。


#documentの取得
$wget http://livedocs.adobe.com/flex/3_jp/flex3jp_documentation.zip
&#160;
#解凍
$unzip flex3jp_documentation.zip
$cd flex3jp_documentation/langref
&#160;
#estseek の設定ファイルのコピー
$cp -r /var/www/flex-doc/langref/estseek.* .
&#160;
#昔のファイルを削除(いる場合や不安な場合はどっかにバックアップとっといて下さい)
$rm -rf /var/www/fles-doc/langref
&#160;
#index [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://blog.isocchi.com/2009/01/flexair-adobe-flex-3.html">[Flex][AIR] Adobe Flex 3 リファレンスガイドがダウンロード出来るようになりました。</a></strong><br />
を発見したのでさっそく<a href="http://d.hatena.ne.jp/dealforest/20080618/1213812380">以前に設置</a>したものを最新のに変更してみた。<br />
ちなみに前回は英語のリファレンスだったため、凄い便利になった。<br />
最新のリファレンス探したりするだけでもめんどかったってのもあるけど。</p>
<h3>新規に設置</h3>
<p><strong><a href="http://bitmap.dyndns.org/blog/archives/001564.html"> LiveDocs をローカルに置く</a></strong>に詳細がのってるんでそのままやれば大丈夫。<br />
以前もここを参考にして設置しました。感謝感謝。</p>
<h3>既存の index をはりなおす</h3>
<p>あってるかどうかは不明だけど、とりあえずこの順番でできた。<br />
することは前の index を削除して最適化して新しく張り直す感じです。<br />
メモも兼ねて細かいめで書いてます。環境は人によって違うのでパス系は気をつけてください。</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">[階層]
.  &amp;lt;= /var/www/flex-doc
|-- langref
|-- flex3jp_documentation.zip (&amp;lt;- ここを DL するところから書いてる)
|-- flex3jp_documentation
       |--  langref
&nbsp;
/var/www/hyperestraier/flex3langref に hyperestraier の index がある。
/var/www/flex-doc/langref に referece の html がある。
estseek.*(config, cgi とか)  は /var/www/flex-doc/langref/ 以下にある。</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">#documentの取得
$wget http://livedocs.adobe.com/flex/3_jp/flex3jp_documentation.zip
&nbsp;
#解凍
$unzip flex3jp_documentation.zip
$cd flex3jp_documentation/langref
&nbsp;
#estseek の設定ファイルのコピー
$cp -r /var/www/flex-doc/langref/estseek.* .
&nbsp;
#昔のファイルを削除(いる場合や不安な場合はどっかにバックアップとっといて下さい)
$rm -rf /var/www/fles-doc/langref
&nbsp;
#index の削除
$ estcmd purge -cl /var/www/hyperestraier/flex3langref
&nbsp;
#index の最適化
$estcmd optimize /var/www/hyperestraier/flex3langref
&nbsp;
#reference の移動
$mv /var/www/flex-doc/flex3jp_documentation/langref /var/www/flex-doc/langref
&nbsp;
#index 作成
$estcmd gather -cl -il ja -bc -sd -cm /var/www/hyperestraier/flex3langref /var/www/flex-doc/langref</pre></div></div>

<p>ちなみに同じところに置いたのは conf のパスをかえたりするのがめんどくさかっただけという理由w<br />
flex3 =&gt; flex3.2 だし別にいっかなとw</p>
<p>estseek.cgi にアクセスすると無事に検索することができました。<br />
めでたしめでたし。<br />
ちなみにこんな感じで検索することができます。<br />
AutoPagerize に対応してくれているのが便利です。<br />
<a title="Hyper Estraier での全文検索画面" rel="lightbox[roadtrip]" href="http://blog.dealforest.net/wp-content/uploads/2009/01/hyperestraier.png"><img src="http://blog.dealforest.net/wp-content/uploads/2009/01/hyperestraier.png" alt="demo" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dealforest.net/2009/01/flex32-%e3%81%ae-reference-%e6%97%a5%e6%9c%ac%e8%aa%9e-%e3%82%92-hyper-estraier-%e3%81%a7%e5%85%a8%e6%96%87%e6%a4%9c%e7%b4%a2%e3%81%a7%e3%81%8d%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
