Hi,
I have configure and working kannel 1.3. It seems to work fine. But I need to configure a home page.
Does anyone knows how to do this?
Thank You.
if you want to serve wml pages for your cell phone, you could...
1) install apache
2) add these lines to its conf and restart apache: AddType text/vnd.wap.wml .wml AddType image/vnd.wap.wbmp .wbmp AddType application/vnd.wap.wmlc .wmlc AddType text/vnd.wap.wmlscript .wmls AddType application/vnd.wap.wmlscriptc .wmlsc
3) create test.wml:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd">
<wml> <card title="WAP test page"><p>Testing Apache WAP/WML support.</p>
<p align="right"><do type="prev" label="[<<]"><prev/></do></p></card> </wml>
now try accessing this wml file with your cell phone...
you could also install html2wml. this handy tools can convert a html file to a wml file.
B/R, Frederik Dannemare
