ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/statgrab-make-mrtg-index.in
(Generate patch)

Comparing projects/libstatgrab/src/statgrab/statgrab-make-mrtg-index.in (file contents):
Revision 1.3 by tdb, Fri Nov 7 12:34:22 2003 UTC vs.
Revision 1.5 by tdb, Fri Jan 16 15:54:56 2004 UTC

# Line 1 | Line 1
1   #!/usr/bin/perl -w
2   # i-scream central monitoring system
3   # http://www.i-scream.org
4 < # Copyright (C) 2000-2003 i-scream
4 > # Copyright (C) 2000-2004 i-scream
5   #
6   # This program is free software; you can redistribute it and/or
7   # modify it under the terms of the GNU General Public License
# Line 67 | Line 67 | EOF
67          foreach my $title (sort keys %pages) {
68                  my $page = $pages{$title};
69                  print "<h2><a href=\"$page.html\">$title</a></h2>\n";
70 <                print "<p><img src=\"$page-day.png\" alt=\"$page\"/></p>\n";
70 >                print "<p><img src=\"$page-day.png\" alt=\"$page\" /></p>\n";
71          }
72          print <<EOF;
73   <p>Generated by <a href="http://www.i-scream.org/libstatgrab">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines