(Starting Liece): New section.
authorueno <ueno>
Sun, 17 Sep 2000 14:45:39 +0000 (14:45 +0000)
committerueno <ueno>
Sun, 17 Sep 2000 14:45:39 +0000 (14:45 +0000)
(Basic Key Bindings): New section.

doc/liece.xml

index bd3e241..be45bf1 100644 (file)
@@ -3,6 +3,10 @@
        "http://docbook.org/xml/4.1.2/docbookx.dtd" [
 <!ENTITY cvsroot-pserver ":pserver:anonymousl@cvs.m17n.org:/cvs/root">
 <!ENTITY liece-version "1.4.4">
+<!ENTITY liece-command-prefix
+"<keycombo moreinfo="none">
+<keycap moreinfo="none">C</keycap><keycap moreinfo="none">c</keycap>
+</keycombo>">
 ]>
 
 <article id="index">
       </sect2info>
       <title>Servers</title>
       <para>
-       <firstterm>Liece</firstterm> comes with a list of servers.
+       <firstterm>Liece</firstterm> comes with a list of servers
+       held in the variable <varname>liece-server-alist</varname>.
       </para>
     </sect2>
+    <sect2>
+      <sect2info>
+       <abstract>
+         <para>Starting <firstterm>Liece</firstterm></para>
+       </abstract>
+      </sect2info>
+      <title>Start <firstterm>Liece</firstterm></title>
+      <para>
+       If installation and configuration worked well,
+       you can invoke <firstterm>Liece</firstterm> typing
+       <command moreinfo="none">
+         <keycombo moreinfo="none">
+           <keycap moreinfo="none">M</keycap>
+           <keycap moreinfo="none">x</keycap>
+         </keycombo>
+         liece
+       </command>
+       in Emacs.
+      </para>
+    </sect2>
+    <sect2>
+      <title>Basic Key Bindings</title>
+      <para>
+       Once join a channel, if you type normal text then you will see it come up
+       in the channel with your nick before it.
+       If anyone else was in the channel they would also see that. 
+      </para>
+      <para>
+       If you are familiar with IRC, you can issue commands with leading
+       <command moreinfo="none">
+         &liece-command-prefix;<keycap moreinfo="none">/</keycap>
+       </command>, while there are many shortcut:
+      </para>
+      <variablelist>
+       <varlistentry>
+         <term>&liece-command-prefix;<keycap moreinfo="none">j</keycap></term>
+         <listitem>
+           <para>
+             Join one or more comma separated channels with given optional keys.
+           </para>
+         </listitem>
+       </varlistentry>
+       <varlistentry>
+         <term>&liece-command-prefix;<keycap moreinfo="none">n</keycap></term>
+         <listitem>
+           <para>Change your nickname.</para>
+         </listitem>
+       </varlistentry>
+       <varlistentry>
+         <term>&liece-command-prefix;<keycap moreinfo="none">q</keycap></term>
+         <listitem>
+           <para>
+             Quit <firstterm>Liece</firstterm>.
+             You can specify the comment by a prefix argument.
+           </para>
+         </listitem>
+       </varlistentry>
+       <varlistentry>
+         <term>&liece-command-prefix;<keycap moreinfo="none">p</keycap></term>
+         <listitem>
+           <para>
+             Part one or more channels.
+             You can specify the comment by a prefix argument.
+           </para>
+         </listitem>
+       </varlistentry>
+      </variablelist>
+    </sect2>
   </sect1>
 
   <sect1 id="copying">