• HTML5 Mime Type

    From JERRY SEHL@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Thu, 01 Aug 2013 15:31:37 -0400
    From: JERRY SEHL
    To: ALL
    Subject: HTML5 Mime Type
    Newsgroups: win.server.program
    Message-ID: <1375385497.32.0@winserver.com>
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 5

    Has anyone setup their winserver mime type to work with html5?




    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From MICHAEL PURDY@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Thu, 01 Aug 2013 23:31:34 -0400
    From: MICHAEL PURDY
    To: JERRY SEHL
    Subject: RE: HTML5 Mime Type
    Newsgroups: win.server.program
    Message-ID: <1375414294.32.1375385497@winserver.com>
    References: <1375385497.32.0@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 16

    If you are referring to HTNL5 specific Audio and Video support I would
    suggest that most sysops have modified their mime_types.cfg to meet
    specific site needs as they did for HTML3/4.

    I don't recall speaking with anyone who has tried to apply an HTML5 Apache style refresh to wcWeb mime types.


    n 8/1/2013 3:31 PM, JERRY SEHL wrote to ALL:

    Has anyone setup their winserver mime type to work with html5?





    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From HECTOR SANTOS@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Wed, 07 Aug 2013 16:40:45 -0400
    From: HECTOR SANTOS
    To: JERRY SEHL
    Subject: RE: HTML5 Mime Type
    Newsgroups: win.server.program
    Message-ID: <1375908045.32.1375385497@winserver.com>
    References: <1375385497.32.0@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 10

    Do you know of any specific mime type that browsers need to know about?

    On 8/1/2013 3:31 PM, JERRY SEHL wrote to ALL:

    Has anyone setup their winserver mime type to work with html5?





    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From JERRY SEHL@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Sun, 11 Aug 2013 10:51:15 -0400
    From: JERRY SEHL
    To: HECTOR SANTOS
    Subject: RE: HTML5 Mime Type
    Newsgroups: win.server.program
    Message-ID: <1376232675.32.1375908045@winserver.com>
    References: <1375908045.32.1375385497@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 76

    Hector,



    I was trying a program called EeasyHTML5 that expressed the notion they
    could generate video into the html 5 format and also Apple from your
    source.



    In investigating I found it wouldn't work totally for me and also I have
    the latest Ipad and they quote Ipad 1 or 2 compatibility.



    I came across the following mime for HTML5.





    Audio

    AddType audio/aac .aac

    AddType audio/mp4 .mp4 .m4a

    AddType audio/mpeg .mp1 .mp2 .mp3 .mpg .mpeg

    AddType audio/ogg .oga .ogg

    AddType audio/wav .wav

    AddType audio/webm .webm

    Video

    AddType video/mp4 .mp4 .m4v

    AddType video/ogg .ogv

    AddType video/webm .webm









    On 8/7/2013 4:40 PM, HECTOR SANTOS wrote to JERRY SEHL:



    Do you know of any specific mime type that browsers need to know about?



    On 8/1/2013 3:31 PM, JERRY SEHL wrote to ALL:



    Has anyone setup their winserver mime type to work with html5?












    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From HECTOR SANTOS@1:124/5013 to All on Thu Jan 31 19:12:12 2019
    Date: Mon, 12 Aug 2013 14:26:14 -0400
    From: HECTOR SANTOS
    To: JERRY SEHL
    Subject: Re: HTML5 Mime Type
    Newsgroups: win.server.program
    Message-ID: <1376332193.32.1376232675@winserver.com>
    References: <1376232675.32.1375908045@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 96

    There should be no restrictions using any HTML pages since WCWEB is a
    passive web server. If anything, is that the server APP you may
    installing may be expecting a public setup that isn't starting with the /PUBLIC url. For that, you can setup a virtual domain group or make
    the main site a PUBLIC web site which makes the "/" page the public site.

    Other than that, there should not be any reason why WCWEB would be
    restrictive for any kind of HTML web pages, including HTML5.

    If the MIME type is not there, you can simply add them. I'll take a
    look at what you posted for consideration of adding them to the MIME
    TYPE setup.

    Thanks



    On 8/11/2013 10:51 AM, JERRY SEHL wrote:
    Hector,



    I was trying a program called EeasyHTML5 that expressed the notion they
    could generate video into the html 5 format and also Apple from your
    source.



    In investigating I found it wouldn't work totally for me and also I have
    the latest Ipad and they quote Ipad 1 or 2 compatibility.



    I came across the following mime for HTML5.





    Audio

    AddType audio/aac .aac

    AddType audio/mp4 .mp4 .m4a

    AddType audio/mpeg .mp1 .mp2 .mp3 .mpg .mpeg

    AddType audio/ogg .oga .ogg

    AddType audio/wav .wav

    AddType audio/webm .webm

    Video

    AddType video/mp4 .mp4 .m4v

    AddType video/ogg .ogv

    AddType video/webm .webm









    On 8/7/2013 4:40 PM, HECTOR SANTOS wrote to JERRY SEHL:



    Do you know of any specific mime type that browsers need to know about?



    On 8/1/2013 3:31 PM, JERRY SEHL wrote to ALL:



    Has anyone setup their winserver mime type to work with html5?













    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)