<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/xsl/guide.xsl" ?>
<!DOCTYPE mainpage SYSTEM "/dtd/guide.dtd">

<mainpage id="irc">
<title>Gentoo Linux IRC资源</title>
<author title="Editor"><mail link="robert.zhangle@gmail.com">张乐</mail></author>
<author title="Editor"><mail link="joanphan@gmail.com">Hans Joanphan</mail></author>
<version>0.1</version>
<date>2007年1月6日</date>
<chapter>
<title>IRC资源列表</title>
<section>
<title>Gentoo中文社区IRC资源</title>
<body>

<p>
Gentoo中文社区的IRC频道在<uri link="http://freenode.net">Freenode</uri>上。
</p>

<table>
<tr>
<ti><uri link="irc://irc.freenode.net/gentoo-cn">#gentoo-cn</uri></ti>
<th>技术在线讨论</th>
<th>zhllg负责</th>
</tr>
</table>

</body>
</section>
<section>
<title>官方IRC主要资源列表</title>
<body>

<p>
官方的IRC资源也都在<uri link="http://freenode.net/">Freenode</uri>上。
</p>

<table>
<tr>
  <th>推荐频道</th>
</tr>
<tr>
  <ti><uri link="irc://irc.freenode.net/gentoo">#gentoo</uri></ti>
  <th>一般性的讨论</th>
</tr>
<tr>
  <ti><uri link="irc://irc.freenode.net/gentoo-tw">#gentoo-tw</uri></ti>
  <th>Gentoo台湾社区</th>
</tr>
<tr>
  <ti><uri link="irc://irc.freenode.net/gentoo-dev-help">#gentoo-dev-help</uri></ti>
  <th>写ebuild遇到问题到这里求助</th>
</tr>
<tr>
  <ti><uri link="irc://irc.freenode.net/gentoo-server">#gentoo-server</uri></ti>
  <th>服务器相关问题的讨论</th>
</tr>
<tr>
  <ti><uri link="irc://irc.freenode.net/gentoo-laptop">#gentoo-laptop</uri></ti>
  <th>笔记本相关的讨论</th>
</tr>
</table>

<p>
更多具体的Gentoo官方IRC资源可以查看<uri link="http://www.gentoo.org/main/en/irc.xml">官方Gentoo IRC资源</uri>。
</p>

</body>
</section>
</chapter>
<chapter>
<title>IRC mini-FAQ</title>
<section>
<title>Gentoo中文IRC频道的服务器地址和端口是什么？</title>
<body>
<p>
服务器地址是<path>irc.freenode.net</path>，端口是<path>6667</path>。
</p>
</body>
</section>

<section>
<title>Linux常用的IRC工具有哪些？</title>
<body>
<p>
Linux下有很多IRC工具，如字符客户端的<c><uri link="http://zh.gentoo-wiki.com/TIP_Irssi">irssi</uri></c>和图形客户端的<c>xchat</c>、<c>konversation</c>。还有集成在浏览器<c>mozilla</c>和<c>opera</c>上的IRC工具，集成在即时聊天工具<c>gaim</c>上的IRC，集成在<c>emacs</c>里的erc等。
</p>
</body>
</section>

<section>
<title>Gentoo中文IRC频道有什么注意事项？</title>
<body>
<ul>
	<li>请emerge nopaste</li>
	<li>每次登录后，请注意topic的内容和ChanServ发给你的消息</li>
	<li>不要短时间内连续发送超过四行信息</li>
	<li>如果命令输出过长，请使用nopaste。比如：<c>command | nopaste</c></li>
</ul>
</body>
</section>

<section>
<title>如何注册昵称和验证身份</title>
<body>
<p>
首次登录需要注册昵称，假设昵称为yournick，密码为password
<pre caption="注册昵称">
/nick yournick
/msg nickserv register password
</pre>
</p>
<p>
以后每次登录需要验证身份
<pre caption="验证身份">
/nick yournick
/msg nickserv identify password
</pre>
</p>
</body>
</section>

<section>
<title>如何自动登录和自动认证</title>
<body>
<p>
以xchat为例：程序开启后，在Network list对话框（会自动弹出，否则可以从第一个菜单里打开）的Nick name里填上你的昵称。在下面的Networks的列表里选中FreeNode，选择Edit，弹出一个对话框。在对话框里选上Auto connect to this network at start up，在Channels to join里填上：#gentoo-cn。如果要自动登录多个频道，在后面接着写，用英文逗号隔开。Character set选择UTF-8。倒数第二个Server password里填上你在freenode的密码。填完关闭此对话框，点Connect。以后只要一开xchat，就会自动连接freenode并加入#gentoo-cn。
</p>
</body>
</section>
</chapter>
</mainpage>
