MIMETypes.st
changeset 1777 5879ec563fc1
parent 1775 cce9dce012ce
child 1778 6a019cc68896
equal deleted inserted replaced
1776:79372ca563fc 1777:5879ec563fc1
   378     ^ #(
   378     ^ #(
   379         ('htm' 'html')          'text/html'
   379         ('htm' 'html')          'text/html'
   380         'shtml'                 'text/html'
   380         'shtml'                 'text/html'
   381         ('txt' 'text')          'text/plain'
   381         ('txt' 'text')          'text/plain'
   382         'xml'                   'text/xml'
   382         'xml'                   'text/xml'
       
   383         'css'                   'text/css'
   383     )
   384     )
   384 !
   385 !
   385 
   386 
   386 videoTypeList
   387 videoTypeList
   387     "/ video formats ...
   388     "/ video formats ...
   803 ! !
   804 ! !
   804 
   805 
   805 !MIMETypes class methodsFor:'documentation'!
   806 !MIMETypes class methodsFor:'documentation'!
   806 
   807 
   807 version
   808 version
   808     ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.53 2003-05-16 10:36:53 cg Exp $'
   809     ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.54 2003-05-19 20:18:02 cg Exp $'
   809 ! !
   810 ! !
   810 
   811 
   811 MIMETypes initialize!
   812 MIMETypes initialize!
   812 MIMETypes::MIMEType initialize!
   813 MIMETypes::MIMEType initialize!