#use wml::include::tmpl title="About these web pages" area=wml

#use wml::std::href
#use wml::des::space
#use wml::des::typography
#use wml::std::box

<h3>The WML Webarea</h3>

<p>
We proudly use <a href="http://www.perl.com">Perl</a>,<a href="http://www.engelschall.com/sw/wml/">WML</a>, <a href="http://www.vim.org/">Vim</a> and <a href="http://www.apache.org/">Apache</a>. 
</p>

<p>
WML is a wonder tool! <span style="background-color: #f2f2f2"><font
size="+1" color="#ff00ff">Get it! Use it!</font></span>
</p>

<p>
We hope these
WML files will help you. Most of them have been copied from
<a href="http://www.engelschall.com/sw/wml/">the WML web</a> 
site and hacked.
</p>

<p>
Below is a complete list of all essential source files used for
these pages.  Together these form the HTML part of the
webarea. The graphics are elsewhere and very minimal so our pages load
fast.
</p>

<p>
The main template file is <em>include/tmpl.wml</em>
</p>


<p>
<over 20>
<box bdwidth=1 bdcolor="#000000" bgcolor="#ffffff" bdspace=5>
<font size=-1>
<pre>
<:
	@FILES = ();
    push(@FILES, `find . -depth -type f -name "*.wml" -print`);
    push(@FILES, `find . -depth -type f -name ".wmlrc" -print`);
    push(@FILES, `find . -depth -type f -name ".wmkrc" -print`);
    push(@FILES, `find . -depth -type f -name "SNB" -print`);
        @FILES = sort(@FILES);
        unshift(@FILES, ".wmlrc");
    foreach $file (@FILES) {
        $file =~ s|\n$||;
		## $file =~ s|^\./||;
		print "  <"."a href=\"$file\"><"."font color=\"#333399\">$file</font></a>\n";
    }
:>
</pre>
</font>
</box>
</over>

<p>
