[BACK]Return to manpages.html CVS log [TXT][DIR] Up to [Development] / xfs-website.orig

File: [Development] / xfs-website.orig / manpages.html (download) (as text)

Revision 1.2, Tue Apr 25 01:08:47 2000 UTC (17 years, 6 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines

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>