X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=README;h=b80dfa72e6c53a80f77fbad00349033de1a90a15;hp=2b007d3ad17f7f246a9d487db4e8a6b4c435a00b;hb=cc799b6361e9b7b8e3905cd765bd6d6041969bc8;hpb=7373ccf68e73865e7c0c4d34419f9c7abf062fde diff --git a/README b/README index 2b007d3..b80dfa7 100644 --- a/README +++ b/README @@ -1,7 +1,6 @@ * What's this? -Riece is an IRC client for Emacs. The development has started to -redesign the Liece IRC client. +Riece is an IRC client for Emacs. Riece provides the following features: @@ -12,7 +11,7 @@ Riece provides the following features: - Setup is easy. Automatically save/restore the configuration. - Riece uses separate windows to display users, channels, and dialogues. The user can select the window layout. -- Step-by-step instructions are included. +- Step-by-step instructions (in info format) are included. - Mostly compliant with RFC 2812. * Directory tree @@ -25,28 +24,27 @@ doc/ - Documentation files. * Requirements - Emacs 20.7 or later / XEmacs 21.4 or later -- Ruby 1.6 or later (optional) +- Ruby 1.8 or later (optional) * Installation $ ./configure $ sudo make install +Add the following line to your Emacs startup file such as ~/.emacs. + + (autoload 'riece "riece" "Start Riece" t) + If you are using XEmacs and want to install as a package, supply "--with-xemacs" option to the configure script and use "install-package" target instead of "install". -* Bug reports - -If you write bug reports and/or suggestions for improvement, -please send them to the Liece Mailing List. - -This mailing list is also for other general discussions (about -future enhancements, customization, etc). To join the Liece ML, -send an e-mail to: +* Manuals - liece-ctl@unixuser.org +Info manuals are available after installation. To read, start Emacs +and type M-x info and select "Riece-en". -with the message body, +* Bug reports - subscribe Your Name +If you write a bug report, please send them to the Liece Mailing List +(liece@unixuser.org).