home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl_ste.zip / LWP / media.types < prev    next >
Text File  |  1996-11-11  |  3KB  |  121 lines

  1. # $Id: media.types,v 1.4 1996/11/11 17:45:16 aas Exp $
  2. #
  3. # This file defines the mapping from file name extentions to media types.
  4. # Media types where the subtype does not have the "x-" prefix should be
  5. # registered by IANA:
  6. #
  7. #   ftp://www.isi.edu/in-notes/iana/assignments/media-types/
  8. #
  9. # See also: RFC-1590
  10.  
  11. # Text formats
  12. text/html            html htm
  13. text/plain            txt text pm el c h cc hh cxx hxx f90
  14. text/richtext            rtx
  15. text/tab-separated-values    tsv
  16.  
  17. text/x-setext            etx
  18. text/x-pod            pod            # Perl documentation
  19.  
  20. # Image formats
  21. image/png            png
  22. image/gif            gif            # Compuserve
  23. image/ief            ief
  24. image/jpeg            jpeg jpg jpe jfif
  25. image/tiff            tiff tif
  26.  
  27. image/x-cmu-raster        ras
  28. image/x-portable-anymap        pnm
  29. image/x-portable-bitmap        pbm
  30. image/x-portable-graymap    pgm
  31. image/x-portable-pixmap        ppm
  32. image/x-rgb            rgb            # SGI IRIS
  33. image/x-xbitmap            xbm            # X Windows
  34. image/x-xpixmap            xpm            # X Windows
  35. image/x-xwindowdump        xwd            # X Windows
  36. image/x-bmp            bmp            # MS Windows
  37. image/x-targa            tga
  38. image/x-fits            fts
  39.  
  40.  
  41. # Audio formats
  42. audio/basic            au snd
  43. audio/x-aiff            aif aiff aifc
  44. audio/x-wav            wav            # MS Windows
  45. audio/x-mpeg-2            mp2            # MPEG layer 2 audio
  46.  
  47. # Video formats
  48. video/mpeg            mpeg mpg mpe
  49. video/quicktime            qt
  50. video/x-msvideo            avi
  51. video/x-sgi-movie        mov
  52.  
  53. # Message
  54. message/rfc822            mail
  55. message/partial
  56. message/external-body
  57. message/news            art
  58.  
  59. # Applications
  60. application/octet-stream    bin
  61. application/postscript        ai eps ps
  62. application/oda            oda
  63. application/atomicmail
  64. application/andrew-insert
  65. application/slate
  66. application/wita
  67. application/dec-dx
  68. application/dca-rtf
  69. application/activemessage
  70. application/rtf            rft            # MS Word
  71. application/applefile
  72. application/mac-binhex40    hqx
  73. application/news-message-id
  74. application/news-transmission
  75. application/wordperfect5.1
  76. application/pdf            pdf
  77. application/zip            zip
  78. application/macwriteii
  79. application/msword
  80. application/remote-printing
  81. application/mathematica
  82. application/cybercash
  83. application/commonground
  84. application/iges
  85. application/riscos
  86. application/eshop
  87.  
  88. application/x-mif        mif            # FrameMaker
  89. application/x-maker        fm
  90. application/x-csh        csh
  91. application/x-dvi        dvi
  92. application/x-hdf        hdf
  93. application/x-latex        latex
  94. application/x-netcdf        nc cdf
  95. application/x-sh        sh
  96. application/x-tcl        tcl
  97. application/x-perl        pl
  98. application/x-tex        tex
  99. application/x-texinfo        texinfo texi
  100. application/x-troff        t tr roff
  101. application/x-troff-man        man 1 2 3 4 5 6 7 8
  102. application/x-troff-me        me
  103. application/x-troff-ms        ms
  104. application/x-wais-source    src
  105. application/x-bcpio        bcpio
  106. application/x-cpio        cpio
  107. application/x-gtar        gtar            # GNU tar
  108. application/x-shar        shar
  109. application/x-sv4cpio        sv4cpio
  110. application/x-sv4crc        sv4crc
  111. application/x-tar        tar
  112. application/x-ustar        ustar
  113.  
  114. # Multipart
  115. multipart/mixed
  116. multipart/alternative
  117. multipart/digest
  118. multipart/parallel
  119. multipart/appledouble
  120. multipart/header-set
  121.