New file.
authortomo <tomo>
Thu, 1 Aug 2002 08:51:34 +0000 (08:51 +0000)
committertomo <tomo>
Thu, 1 Aug 2002 08:51:34 +0000 (08:51 +0000)
README.en [new file with mode: 0644]

diff --git a/README.en b/README.en
new file mode 100644 (file)
index 0000000..b6766b4
--- /dev/null
+++ b/README.en
@@ -0,0 +1,69 @@
+-*- outline -*-
+
+[README for LEMI]
+
+* What's LEMI?
+
+LEMI (Libraries of Emacs MIME Implementations) provides MIME related
+futures for GNU Emacs 21.  Similar to the tm (Tools for MIME) package,
+it is designed as a whole-in-one package.  It contains FLIM (library
+for non user-interface layer), SEMI (library for user-interface
+layer), RMAIL-MIME (for RMAIL) and EMH (for mh-e).  It provides MIME
+features for RMAIL and mh-e without any additional packages.
+
+Note: if you would like to use other SEMI based MUA, such as
+Wanderlust, you need to install the APEL package.
+
+
+* Installation
+
+Please extract this package under your site-lisp directory, and type
+`make'.
+
+
+* Bug reports
+
+If you write bug-reports and/or suggestions for improvement, please
+send them to the EMACS-MIME Mailing List:
+
+       emacs-mime-en@m17n.org  (English)
+       emacs-mime-ja@m17n.org  (Japanese)
+
+Via the EMACS-MIME ML, you can report LEMI bugs, obtain the latest
+release of LEMI, and discuss future enhancements to LEMI.  To join the
+EMACS-MIME ML, send an empty e-mail to
+
+       emacs-mime-en-ctl@m17n.org      (English)
+       emacs-mime-ja-ctl@m17n.org      (Japanese)
+
+
+* CVS
+
+Development of LEMI uses CVS.  So latest developing version is
+available at CVS.
+
+** cvs login (first time only)
+
+  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
+
+  CVS password: [CR] # NULL string
+
+** checkout
+
+  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout lemi
+
+
+** How to join CVS based development
+
+If you would like to join CVS based development, please send mail to
+
+  cvs@cvs.m17n.org
+
+with your account name and your public key for ssh.  cvsroot is
+:ext:cvs@cvs.m17n.org:/cvs/root.
+
+If you cannot use ssh, please send UNIX /etc/passwd style crypted
+password.  you can commit with the cvsroot :
+pserver:<accountname>@cvs.m17n.org:/cvs/root.
+
+We hope you will join the open development.