<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE
    html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
<title>Website META Language (WML), Examples / References</title>
<link rel="stylesheet" href="../style.css" type="text/css" media="screen, projection" title="Normal" />
<meta name="Copyright" content="1996-2001 Engelschall, Germany." />
<meta name="Author"    content="WML, wml@master.thewml.org"    />
<meta name="Generator" content="WML 2.0.9 (18-Oct-2002)"    />
<meta name="Modified"  content="2006-08-19 07:55:59"    />
</head>
<body>
<div class="navbar" id="navbar">
    <a href="http://swpat.ffii.org/"
       title="Stop Software Patents!"><img
       src="../com/navbar/no-e-patents.png" alt="Stop Software Patents!"
     /></a><br />
    <img src="../com/navbar/button-n-sw.gif" alt="Free Software" /><br />
    <img src="../com/navbar/button-i-wml.gif" alt="WML" /><br />
<ul class="navbarmain">
<li>
<a href="./../">Title</a>
</li>
<li>
<a href="./../about/">About</a>
</li>
<li>
<a href="./../news/">News</a>
</li>
<li>
<a href="./../docs/">Docs</a>
</li>
<li>
<a href="./">Example</a>
<br />
<ul class="navbarnested">
<li>
<a href="./demo.html">Demo Pages</a>
</li>
<li>
<a href="./myself.html">WML Itself</a>
</li>
<li>
<a href="./author.html">Author Refs</a>
</li>
<li>
<b>User Refs</b>
</li>
</ul>
</li>
<li>
<a href="./../distrib/index.phtml">Distrib</a>
</li>
<li>
<a href="./../related/">Related</a>
</li>
</ul>
</div>
<div class="main" id="main">
        <h1>Examples / References</h1>
        <!-- BEGIN OF ACTUAL PAGE CONTENTS -->
        
        
<table class="snb" summary="">
<tr>
<td>
<a href="index.html">JumpStart</a>
</td>
<td>
<a href="demo.html">Demo Pages</a>
</td>
<td>
<a href="myself.html">WML Itself</a>
</td>
<td>
<a href="author.html">Author Refs</a>
</td>
<td>
<a href="refs.html">User Refs</a>
</td>
</tr>
</table>
<h2>Note!</h2>
<p>
This page <a href="http://cms.wikia.com/wiki/Impl/Website_Meta_Language/User_Refs"><b>has
moved to the wiki</b></a>. The list below may be synchronised from it from
time to time but that may not happen regularly.
</p>
<p>
Feel free to add your own user reference there.
</p>
<h2>User Reference Page</h2>
<p>
Here you can find the list of known Webpages, Webareas and Websites other
people have created by the help of Website Meta Language. If you have created
something yourself via WML too or at least know someone who has, please add an
entry to this list:
</p>
<p>
In the list below, square items are used when wml source files
are available, replacing the file suffix by <tt>.wml</tt>.
<br />
<b>____________________</b>
<br />
</p>
<ul>
<? open(FP, "< example/refs.db");
binmode FP, ":iso8859-1";
binmode STDOUT, ":utf8";
while (<FP>) {
    next if (m|^\s*$|);
    next if (m|^\s*#.*$|);
    s/::\s*$//;
    $_ = CGI::escapeHTML($_);
    if (m|^(.+?)::(.+?)::(.+?)::(.+?)::(.+?)$|) {
        ($url, $descr, $name, $email, $tmpl) = ($1, $2, $3, $4, $5);
    } elsif (m|^(.+?)::(.+?)::(.+?)::(.+?)$|) {
        ($url, $descr, $name, $email, $tmpl) = ($1, $2, $3, $4, '');
    } elsif (m|^(.+?)::(.+?)::(.+?)$|) {
        ($url, $descr, $name, $email, $tmpl) = ($1, $2, $3, '', '');
    } else {
        next;
    }
    if ($tmpl eq '') {
        $li_type = "disc";
    } else {
        $li_type = "square";
    }
    $url =~ s/HTTP:/http:/;
    $urltxt = $url;
    $urltxt =~ s|^http://||;
    $urltxt =~ s|/$||;
    print "<"."li class=\"$li_type\">";
    print "<"."a href=\"$url\"><b>$urltxt</b></a>\n";
    print "&nbsp;&nbsp;&nbsp;<"."a href=\"$tmpl\"><i>(Templates)</i></a>\n"
      if ($tmpl ne '');
    print "<br /><i>$name";
	print ", <"."a href=\"mailto:$email\" class=\"email\">"."$email</a>"
	  if ($email ne '');
	print "</i><br />\n";
    print "$descr\n";
    print "</li>\n";
}
close(FP);
 !>
</ul>
        
        
        <!-- END OF ACTUAL PAGE CONTENTS -->
</div>
</body>
</html>

