|
|
| File: [Development] / xfs-website.orig / manpages.html (download) (as text)
Revision 1.1, Mon Apr 24 23:49:48 2000 UTC (17 years, 6 months ago) by cattelan
New pages... trying perl package mason to generate pages. |
<& xfsTemplate,top=>1,side=>1 &>
<table border=1>
% foreach my $index (sort keys(%mp)) {
<tr><td><a href="manpages/<% $mp{$index}->{'href'}%>"<B><% $index %></b></a></td></tr>
% }
</table>
<& xfsTemplate,bottom=>1 &>
<%INIT>
my %mp = %{$m->comp('data/manpages')};
</%INIT>