BBS水木清华站∶精华区

 
                              Sample mailcap 
 
# This is a simple example .mailcap file for mosaic. 
# Copy this file to your home directory and names '.mailcap' 
# Lines starting with '#' are comments. 
 
# This maps all types of audio data (audio/basic, audio/x-aiff, 
# etc.) to the viewer 'showaudio'. Notes that '%s' means 'put the 
# datafile name here when the viewer is excuted'. 
audio/*; showaudio %s 
 
# This maps all types of images (image/gif, image/jpeg, etc.) 
# to the viewer 'xloadimage'. 
image/*; display %s 
#image/*; xv %s 
 
# This maps MPEG video data to the viewer 'mpeg_play'. 
video/mpeg; mpeg_play %s 
 
# This maps all types of video data to the viewer 'genericmovie'. 
video/*; genericmovie %s 
 
application/postscript; ghostview %s 
application/x-dvi; xdvi %s 

BBS水木清华站∶精华区