|
|
| File: [Development] / xfs-website.orig / manpages.html (download) (as text)
Revision 1.2, Tue Apr 25 01:08:47 2000 UTC (17 years, 5 months ago) by cattelan
Added manpages to news page. |
<& xfsTemplate,top=>1,side=>1 &>
<table border=0>
% 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>