extensions.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 23 Jan 2017 12:42:33 +0000
branchjv
changeset 3855 1db7742d33ad
parent 3144 eaa38e147e20
permissions -rw-r--r--
Win32: Build libjpeg in its own directory, out-of-source-tree. This allows building both Linux and Windows from the same source tree. Useful for developmen only.

"{ Package: 'stx:libview2' }"!

!CharacterArray methodsFor:'converting'!

asMimeType
    ^ MIMETypes mimeTypeFromString:self string

    "
     'text/html' asMimeType isTextType
     'text/html' asMimeType isImage
     'image/gif' asMimeType isImage
    "
! !

!stx_libview2 class methodsFor:'documentation'!

extensionsVersion_HG

    ^ '$Changeset: <not expanded> $'
! !