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

version 1.24, 2005/04/07 02:03:33 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 3238  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 emb Text (Plain) Document  txt emb Text (Plain) Document
 text emb Text (Plain) Document  text emb Text (Plain) Document

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


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