../sNt/intro/sNt_Intro.sc # Note: If you are reading this file it probably means you don't have # the necessary mimetypes and mailcaps. To fix this, # # 1. Put the following lines in your mime.types file # (which is probably called ~/.mime.types): # # *********** First line to add is the next line ********* ## ## extended to handle sNt ## #type=application/sNt exts=snt #type=application/sNtcp exts=sntcp #type=application/sNttar exts=snttar #type=application/exe exts=exe #type=video/x-sgi-movie exts=mv,mov #type=video/x-sgi-movie-loc exts=mvloc,movloc #type=audio/x-mpeg exts=mp2,mpa,abs,mpega,mpga #type=audio/x-mpeg-loc exts=mpgaloc #type=application/x-showcase2 exts=sc #type=application/x-showcase-loc exts=scloc # *********** Last line to add is the previous line ********* # NOTE: Remember to remove the first "#" from each line. # # # 2. And put the following lines in your mailcaps file # (which is probably called ~/.mailcaps): # # *********** First line to add is the next line ********* ## ## extended to handle sNt files ## #application/sNt; sNt %s #application/sNtcp; sNt_cp %s #application/sNttar; sNttar #application/exe; chmod +x %s\; %s >/dev/null #video/x-sgi-movie; movieplayer -v %s #video/x-sgi-movie-loc; movieplayer -v `head -1 %s` #audio/x-mpeg; soundplayer -nofork -nounique %s #audio/x-mpeg-loc; soundplayer -nofork -nounique `head -1 %s` #application/x-showcase2; showcase -f %s #application/x-showcase-loc; showcase -f -v `head -1 %s`; # *********** Last line to add is the previous line ********* # NOTE: Remember to remove the first "#" from each line. # # # 3. Exit and restart your web browser (eg. netscape). #