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

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

Revision 1.2, Wed Apr 4 22:24:19 2001 UTC (16 years, 6 months ago) by xfs
Branch: MAIN
Changes since 1.1: +6 -1 lines

Change to new monthly indexed list
-Russell

<& xfsTemplate,top=>1,side=>1 &>


<h1><b><font face="ARIAL NARROW,HELVETICA">
LINUX-XFS Mailing list Archives
</font></b></h1>


<table border=0> 

% foreach my $year (qw(00 01 02 03 04 05)) {
%    foreach my $month (qw(01 02 03 04 05 06 07 08 09 10 11 12)){
% 	my $str = time2str("%B %Y", timelocal(0,0,0,1,($month - 1), $year));
%       if (-d "$root/$destdir/$year$month"){
%          my $href = "$destdir/$year$month/threads.html";
               <tr><td><a href="<% $href %>"<B>
	       <% $str %>
	       </b></a></td></tr>
%      }
%    } 
% }
	</table>



<& xfsTemplate,bottom=>1 &>


<%INIT>
use Date::Format;
use Time::Local;
my $root = '/oss/www/projects/xfs';
my $destdir = 'mail_archive';

</%INIT>