tiny-mime-jp.ps signature-jp.ps tiny-mime-eng.ps
GOMI = *.aux *.toc *.log $(TEXFILES) $(DVIFILES) *.ps $(UTILS)
-FILES = *.ol *.pln Makefile *.el *.c methods tm-jp.tex $(TEXFILES)
+FILES = README.eng *.ol *.pln \
+ Makefile *.el *.c methods tm-jp.tex $(TEXFILES)
-TARFILE = tm5.tar
+TARFILE = tm5.1.tar
.SUFFIXES: .ol .tex .dvi .ps
--- /dev/null
+[README for tm (English Version)]
+by MORIOKA Tomohiko <morioka@jaist.ac.jp>
+1994/09/26
+
+1 What's tm?
+
+Tm is a MIME package for GNU Emacs. Tm has following functions:
+
+ - MIME style multilingual header
+ - MIME message viewer (mime/viewer-mode)
+ - MIME extenders for mh-e, GNUS and RMAIL
+
+
+2 Modules
+
+Tm has following modules:
+
+ - tiny-mime : MIME header encoder/decoder
+ - tm-view : MIME viewer
+ - tm-misc : library module for tm-MUAs
+ - tm-MUAs : MIME extender for MUAs
+ - tm-mh-e : tm-MUA for mh-e
+ - tm-gnus : tm-MUA for GNUS
+ - tm-rmail : tm-MUA for RMAIL
+ - tm-setup: set up module for tm-MUAs
+ - mime-setup: set up module for MIME
+
+
+3 Install
+
+(1) Edit Makefile for your environment.
+
+(2) Edit methods in `methods/' directory for your environment.
+
+(3) Run `make all'.
+
+(4) Run `make install'.
+
+(5) Copy *.el to your emacs lisp directory.
+
+
+4 .emacs
+
+Please insert (load "mime-setup") or (load "tm-setup") in .emacs. If
+you use mime-setup, you should prepare mime.el.
+
+
+5 How to use mime/viewer-mode
+
+In tm-MUAs, you can use mime/viewer-mode if you press `v' key in
+Summary mode. mime/viewer-mode has following functions:
+
+ u move to the upper content
+ p move to the previous content
+ n move to the next content
+ SPC scroll up
+ M-SPC scroll down
+ v play the content
+ e extract as file the content
+ C-c C-p print the content
;;;
-;;; $Id: mime-setup.el,v 3.0 1994/08/31 05:33:58 morioka Exp $
+;;; $Id: mime-setup.el,v 5.0 1994/09/26 15:04:55 morioka Exp $
;;;
(provide 'mime-setup)
;;; @ variables
;;;
-(defvar mime-setup-use-sc t)
+(defvar mime-setup-use-sc nil)
;;; @ for Edit MIME mode
\title{tm ÀâÌÀ½ñ}
\author{¼é²¬ ÃÎɧ\\
morioka@jaist.ac.jp}
-\date{\verb$Id: tm-jp.tex,v 2.1 1994/09/02 09:41:08 morioka Exp morioka $}
+\date{\verb$Id: tm-jp.tex,v 5.1 1994/09/26 14:52:00 morioka Exp $}
\begin{document}
\begin{itemize}
\item ¿¸À¸ì header ¤Î encode/decode
-\item mime/view-mode ¤ò»È¤Ã¤¿ MIME message ¤Î±ÜÍ÷¡¦ºÆÀ¸
+\item mime/viewer-mode ¤ò»È¤Ã¤¿ MIME message ¤Î±ÜÍ÷¡¦ºÆÀ¸
\item mh-e, GNUS, RMAIL ¤Ç¤Î MIME µ¡Ç½¤Î¶¯²½
\end{itemize}