Diff for /loncom/interface/filetypes.tab between versions 1.20 and 1.25

version 1.20, 2004/04/19 19:48:04 version 1.25, 2006/01/10 21:41:16
Line 42 Line 42
 #   # 
 #    unk          "Unknown" embedding - use the default "unknown.gif" icon  #    unk          "Unknown" embedding - use the default "unknown.gif" icon
 #    hdn          "Hidden" embedding - reserved internally for LON-CAPA  #    hdn          "Hidden" embedding - reserved internally for LON-CAPA
   #    ign          "Ignore" embedding -
   #    emb          "Embed" embedding - normally /adm/wrapper but when
   #                                      in a .page use <embed> to include it
   #    img          "Image" embedding - normally /adm/wrapper but when
   #                                      in a .page use <img> to include it
   #    wrp          "Wrap" - display using /adm/wrapper 
   #    prv          "Private" - like ssi, but always published private
   #    rat          "rat" - ?
   #    ssi          "Serve Side Include" - embeded by calling 
   #                                        &Apache::lonnet::ssi()
 #  #
 # Note on embedding values note given above:  Check the source to see  # Note on embedding values note given above:  Check the source to see
 # what happens with the embedding values, don't assume that this documentation  # what happens with the embedding values, don't assume that this documentation
Line 1962  pcx             unk     PC Paintbrush Bi Line 1972  pcx             unk     PC Paintbrush Bi
 pda             unk     Bitmap Graphic  pda             unk     Bitmap Graphic
 pdb             unk     Protein Data Base file  pdb             unk     Protein Data Base file
 pdd             unk     Adobe PhotoDeluxe Image  pdd             unk     Adobe PhotoDeluxe Image
 pdf             ign     Printer Description  pdf             wrp     Printer Description
 pdg             unk     PrintShop Deluxe File  pdg             unk     PrintShop Deluxe File
 pdi             unk     MS Powerpoint File  pdi             unk     MS Powerpoint File
 pdl             unk     Borland C++ Project Description Language  pdl             unk     Borland C++ Project Description Language
Line 3230  survey  ssi Online Survey Line 3240  survey  ssi Online Survey
 form ssi Online Form  form ssi Online Form
 library         ssi     Library of Functions File  library         ssi     Library of Functions File
 page ssi Page Material Document  page ssi Page Material Document
   task ssi Bridge Task Document
 sequence rat Sequence of Page Materials  sequence rat Sequence of Page Materials
 gif img GIF Image Document  gif img GIF Image Document
 ps ign Postscript Document  ps ign Postscript Document
Line 3237  png  img PNG Image Document Line 3248  png  img PNG Image Document
 jpg img JPEG Image Document  jpg img JPEG Image Document
 eps ign Encapsulated Postscript Document  eps ign Encapsulated Postscript Document
 jpeg img JPEG Image Document  jpeg img JPEG Image Document
 pdf ign Portable Data Format Document  pdf wrp Portable Data Format Document
 tex ssi TeX Document  tex ssi TeX Document
 txt ssi Text (Plain) Document  txt emb Text (Plain) Document
 text ssi Text (Plain) Document  text emb Text (Plain) Document
 dvi ign DVI Document  dvi ign DVI Document
 mov emb Quicktime Movie  mov emb Quicktime Movie
   avi emb Audio Video Interleave File
   wmv emb Audio Video Interleave File
   mpg             emb     MPEG Movie
   mpeg            unk     MPEG Movie 
 wav emb Wav Sound Document  wav emb Wav Sound Document
 meta            ssi     Metadata Catalog File  meta            ssi     Metadata Catalog File
 zip             ign     Archive File  zip             ign     Archive File

Removed from v.1.20  
changed lines
  Added in v.1.25


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>