<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[PCBSD下的安装中文输入法FCITX]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 07 Jan 2009 06:32:18 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	 在 PCBSD下写这篇日志了。这里简要说一下大概的过程 ：<br/><br/>1. 程序名称 fcitx。你可以去www.fcitx.org上下载 ，目前最新版本为 3.4.2<br/>2. 功能： 中文输入<br/>3. 下载后 用tar -zxfv 解压，然后编译运行./configure<br/>4. 如果编译过程中遇到 类似“undefined reference to libiconv”的错误，那么在congiure时加入选项 --libdir=/usr/local/lib，或者指定你自己的 libiconv.so的路径<br/><br/>5. 然后 make && make install && make clean<br/>6. 完成后，修改自己的home目录下的 .profile文件，加入下面几行：（这里我用的是SH shell，其他shell的语法可能有所不同）<br/><br/>LANG=zh_CN.Gb2312<br/>export LANG<br/>LC_CTYPE=zh_CN.Gb2312<br/>export LC_CTYPE<br/>LC_COLLATE=POSIX<br/>export LC_COLLATE<br/>GTK_IM_MODULE=xim<br/>export GTK_IM_xim<br/>XMOIFIERS="@im=fcitx"<br/>export XMODIFIERS<br/><br/>完成后保存、推出。重新登录即可。<br/><br/>要进行中文输入时，首先运行fcitx，按ctrl+空格 切换到中文输入状态。<br/><br/>要了解它的用法，请到它的网站下载相关说明。源码包中也有说明<br/><br/>有问题请留言，谢谢 ！<br/><br/>（用下来感觉不错~~，但根据CHINAUNIX的论坛，作者已经决定放弃这款软件了，sigh～）<br/><br/>http://blog.chinaunix.net/u/23722/showart_277108.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] PCBSD下的安装中文输入法FCITX]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>