[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] WAP on a RaQ4
- Subject: Re: [cobalt-users] WAP on a RaQ4
- From: Kingsly John <kingslyj@xxxxxxxx>
- Date: Fri Jan 4 16:56:00 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 4 Jan 2002, Ian McCabe wrote:
|I am considering adding WAP capabilities to my RaQ4r and have found the
|following information amongst the archives and the like. Basically it says
|to edit the: /etc/httpd/con/mime.types file and add in the following:
|
|application/vnd.wap.wmlc-->wmlc
|application/vnd.wap.wmlsc-->wmlsc
|image/vnd.wap/wbmp-->wbmp
|text/vnd.wap.wml-->wml
|text/vnd.wap.wmlscript-->wmls
application/vnd.wap.wmlc wmlc
application/vnd.wap.wmlsc wmlsc
image/vnd.wap/wbmp wbmp
text/vnd.wap.wml wml
text/vnd.wap.wmlscript wmls
|Can I just confirm that this is all that needs to be done, i.e. I dont
|actually need to install anything or make any other adjustments to the
|server settings.
|
|If this is the case, then happy with that..
|
|Anyone done this alone and all worked fine?
Yeah that's all that is needed.. infact for most applications you can even
do without it... because not many people use WAP to access static pages..
so if you are developing a WAP application in say php.. you'll be sending
out the mime-type header by yourself... so you don't really need to
declare it in the mime.types
Kingsly