log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- Acorn still in the media (Gen:5)
- A longer than normal silence (Gen:53)
- Starfighter (Games:14)
- Pandora (PP:6)
- Right On Commander! (News:9)
- New Red Dwarf?! (PP:3)
- Let your (mouse) balls swing free (Gen:9)
- Return of the El Reg thread (PP:12)
- Ronnies' Mastermind LOL (PP:6)
- Fun things to do over the weekend (Games:12)
Related articles
- Cookies: an introduction
- HTTP: an introduction
- HTTP Status Code Definitions
- CGI Scripting
- Network Programming on RISC OS
- Building the Dream 3 - Random map generators, redux
- Building the Dream 2 - The RISC OS Sound System
- Building the Dream 1 - Container data structures
- An arbitrary number of possibly influential RISC OS things
- Bob and Trev: Resurrection: Just in time
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
Site Search
 
Article archives
The Icon Bar: News and features: WML Resources
 

WML Resources

Posted by Richard Goodwin on 01:00, 5/6/2001 | , ,
 
Here are a few RISC OS WML/WAP resources, for developing WAP content under RISC OS. Most of this stuff previously appeared in RISC World

Server changes

These are changes that need to be done to your web server to serve WML/WAP type content (assuming that any sensible host will be using Apache). Only the first two are really vital.
 

AddType image/vnd.wap.wbmp .wbmp
AddType text/vnd.wap.wml .wml
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc
AddType text/x-hdml .hdml

 
You might also want to add index.wml to the DirectoryIndex list so that index.wml can be used as the default page for a directory.

WAP gateways


ProviderIPComments
Nokia 193.133.16.81 Very poor
Phone.com 208.232.191.041Recommended
Ericsson 195.58.110.201 Not tested, but should be good.
Genie/cellnet 193.133.200.195 Comes with Genie service; dunno if it works on other phones.

 
WAP gateways use ports 9200 and 9201.
 
Log in to comment on this article

The Icon Bar: News and features: WML Resources