for review: w3 mailing list archive changes

Peter David ROSS petdr at cs.mu.OZ.AU
Thu Sep 17 09:14:29 AEST 1998


Hi,

Tyson, I have already commited this.

Just check it over.

Pete.


===================================================================


Estimated hours taken: 0.1

Refer to the mailing list archives by name.  This allows people to
browse the archives using file://

.cvsignore:
    Ignore the automatically created header and footer files.

include/list.inc:
    Change $dir to $dir/index.html

Index: .cvsignore
===================================================================
RCS file: /home/staff/zs/imp/w3/mailing-lists/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- .cvsignore	1998/09/04 07:48:54	1.1
+++ .cvsignore	1998/09/16 23:04:20
@@ -1 +1,3 @@
 *.html
+footer.inc
+header.inc
Index: include/list.inc
===================================================================
RCS file: /home/staff/zs/imp/w3/mailing-lists/include/list.inc,v
retrieving revision 1.1
diff -u -r1.1 list.inc
--- list.inc	1998/09/08 05:37:44	1.1
+++ list.inc	1998/09/09 07:45:45
@@ -11,7 +11,7 @@
 $width=(int)(100/$cols);
 
 $yrmo=sprintf("%02d%02d", $current_year, $current_month);
-$dir="$list.$yrmo";
+$dir="$list.$yrmo/index.html";
 echo "<A HREF=\"$dir\">Current Month</A>";
 
 while ($yr >= $year)
@@ -38,7 +38,7 @@
         }
         echo("\t<TD width=\"$width%\">");
 
-        $dir="$list.$yrmo";
+        $dir="$list.$yrmo/index.html";
         if (file_exists($dir))
         {
             echo "<A HREF=\"$dir\">";

----
 +----------------------------------------------------------------------+
 | Peter Ross      M Sci/Eng Melbourne Uni                              |
 | petdr at cs.mu.oz.au  WWW: www.cs.mu.oz.au/~petdr/ ph: +61 3 9344 9158  |
 +----------------------------------------------------------------------+



More information about the developers mailing list