X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README.en;h=e96f56e637d8f8c706331e65df06cb89fc8b8b87;hb=e5e4dc7567f4a43ac6d7dcb50137defe47c20acf;hp=0e83582b7798be94c670c849687e5c15e9bb2789;hpb=c9075f6598cef0597d941fde95c0dbfbf1cd5069;p=elisp%2Fsemi.git diff --git a/README.en b/README.en index 0e83582..e96f56e 100644 --- a/README.en +++ b/README.en @@ -1,14 +1,11 @@ [README for SEMI kernel package (English Version)] -by MORIOKA Tomohiko -$Id: README.en,v 1.3 1997-07-02 19:21:08 morioka Exp $ What's SEMI? ------------- +============ - SEMI is a library to provide MIME feature for GNU Emacs. It stands - for "SEMI is Emacs MIME Interfaces". MIME is a proposed internet - standard for including content and headers other than (ASCII) plain - text in messages. + SEMI is a library to provide MIME feature for GNU Emacs. MIME is a + proposed internet standard for including content and headers other + than (ASCII) plain text in messages. RFC 2045 : Internet Message Bodies RFC 2046 : Media Types @@ -18,7 +15,6 @@ What's SEMI? SEMI has the following features: - - MIME style multilingual header (RFC 2047) - MIME message viewer (mime-view-mode) (RFC 2045 .. 2049) - MIME message composer (mime-edit-mode) (RFC 2045 .. 2049) @@ -29,35 +25,34 @@ What's SEMI? - application/pgp (draft-kazu-pgp-mime-00.txt; obsolete) - text/richtext (RFC 1521; obsolete; preview only) - text/enriched (RFC 1896) + - External method configuration by mailcap (RFC 1524) Notice that this package does not contain MIME extender for any - MUAs and external methods. They are released as separated packages. + MUAs. They are released as separated packages. Required environment --------------------- +==================== - SEMI supports XEmacs 20.2 or later with mule, and Emacs/mule (mule - merged EMACS; it will become Emacs 20.1). + SEMI supports XEmacs 20.2 or later with mule, and Emacs 20. - SEMI does not support EMACS 19.28 or later, XEmacs 19.14 or later, - XEmacs 20.1 or later without mule, but SEMI may work with them. + SEMI does not support anything older than Emacs 19.28 or XEmacs + 19.14. SEMI also does not support Emacs 19.29 to 19.34, XEmacs + 19.15 or XEmacs 20.2 without mule, but SEMI may work with them. - If you use EMACS/mule, please use the latest version (GNU MULE - 19.34.94-zeta or later). + If you use Emacs 20, don't set `enable-multibyte-characters' to + nil. (Maybe non mule setting requires to modify emu. In addition, + it is better to use terminal-coding-system feature) - SEMI requires APEL and MEL package. Please install them before - installing it. APEL package - is available at: + SEMI requires APEL (8.7 or later) and FLIM (1.2.0 or later) package. + Please install them before installing it. APEL package is available + at: ftp://ftp.jaist.ac.jp/pub/GNU/elisp/apel/ - and MEL package is available at: + and FLIM package is available at: - ftp://ftp.jaist.ac.jp/pub/GNU/elisp/mime/libs/ - - Notice that latest version of XEmacs may have latest version of APEL - and MEL, so you should not install them. + ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/ PGP/MIME and application/pgp require mailcrypt or tiny-pgp package. @@ -67,7 +62,7 @@ Required environment Installation ------------- +============ % make install @@ -90,9 +85,7 @@ Installation /usr/local/share/emacs/19.34/site-lisp/ --- emu /usr/local/share/emacs/site-lisp/apel/ --- APEL - /usr/local/share/emacs/site-lisp/bitmap/ --- BITMAP-MULE - /usr/local/share/emacs/site-lisp/mu/ --- MU - /usr/local/share/emacs/site-lisp/mel/ --- MEL + /usr/local/share/emacs/site-lisp/flim/ --- FLIM /usr/local/share/emacs/site-lisp/semi/ --- SEMI You can specify site-lisp directory, for example @@ -104,22 +97,22 @@ Installation /usr/local/lib/xemacs/site-lisp). You can specify other optional settings by editing the file - semi/SEMI-CFG. Please read semi/README.en and comments in - semi/TM-CFG. + ${archive}/SEMI-CFG. Please read ${archive}/README.en and comments + in ${archive}/SEMI-CFG. Initialization --------------- +============== (a) load-path If you are using Emacs or Mule, please add directory of emu, apel, - bitmap, mu, mel and semi to load-path. If you install by default - setting, you can write subdirs.el for example: + flim and semi to load-path. If you install by default setting, you + can write subdirs.el for example: -------------------------------------------------------------------- (normal-top-level-add-to-load-path - '("apel" "bitmap" "mu" "mel" "semi")) + '("apel" "flim" "semi")) -------------------------------------------------------------------- If you are using XEmacs, there are no need of setting about @@ -133,17 +126,18 @@ Initialization Documentation -------------- +============= + + To get started, please read ${archive}/README.en. - To get started, please read semi/README.en. + RFC's 822, 1524, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and + 2049 are available via anonymous ftp: - RFC's 822, 1806, 1847, 1896, 2015, 2045, 2046, 2047, 2048 and 2049 - are available via anonymous ftp: - ftp://ds.internic.net/rfc/ + ftp://ftp.merit.edu/internet/documents/rfc/ -Bug reports ------------ +Mailing lists +============= If you write bug-reports and/or suggestions for improvement, please send them to the tm Mailing List: @@ -151,12 +145,60 @@ Bug reports bug-tm-en@chamonix.jaist.ac.jp (English) bug-tm-ja@chamonix.jaist.ac.jp (Japanese) - Via the tm ML, you can report tm bugs, obtain the latest release of - tm, and discuss future enhancements to tm. To join the tm ML, send - e-mail to + Via the tm ML, you can report SEMI bugs, obtain the latest release + of SEMI, and discuss future enhancements to SEMI. To join the tm + ML, send an empty e-mail to + + tm-en-help@chamonix.jaist.ac.jp (English) + tm-ja-help@chamonix.jaist.ac.jp (Japanese) + + +CVS based development +===================== + + If you would like to join CVS based development, please send mail to + + cvs@chamonix.jaist.ac.jp + + with your account name and UNIX style crypted password. We hope you + will join the open development. + + +Authors +======= + +Original authors + + MORIOKA Tomohiko + (the author of mime-view and various parts of SEMI) + UMEDA Masanobu + (the author of mime.el of emacs-mime-tools. mime.el is the + origin of mime-edit.el of SEMI) + +Other authors - tm-ja-admin@chamonix.jaist.ac.jp (Japanese) - tm-en-admin@chamonix.jaist.ac.jp (English) + Shuhei KOBAYASHI + (a major author of signature.el and a lot of codes) + MASUTANI Yasuhiro + (anonymous ftp codes of mime-play.el) + OKABE Yasuo + (a major author of mime-partial.el and signature.el) - Since the user registration is done manually, please write the mail - body in human-recognizable language (^_^). + Steinar Bang + Steven L. Baur + Kevin Broadey + Alastair Burt + Eric Ding + Thierry Emery + Simon Josefsson + Jens Lautenbacher + Carsten Leonhardt + Pekka Marjola + Hisashi Miyashita + Kazuhiro Ohta + Alexandre Oliva + Fran.ANgois Pinard + Artur Pioro + Dan Rich + (contribute to evolve mime-image.el with XEmacs) + Katsumi Yamaoka