<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" 
  "http://www.wapforum.org/DTD/wml_1.1.xml">
  
<wml> 

<card id="home" title="iStumbler Mobile"> 
<p>
<!-- todo make a small mobile-logo -->
Welcome to iStumbler mobile
</p> 

<p>
<!-- todo put latest news item here, make link: more news... -->
<a href="#news">News</a>
</p>

<p>
<a href="#dotpublic">.public Spots</a>
</p>
</card> 

<card id="news" title="iStumbler News">
<p>
TODO read in a bunch of news items converted to wml
</p>
</card>

<card id="dotpublic">
<p>
.public spots
<input type="text" name="q" />
</p>
</card>

</wml>
