Update of /cvsroot/compbench/compbenchmarks-web/lib
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10928
Modified Files:
news.pl
Log Message:
Introduction added.
Index: news.pl
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/lib/news.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** news.pl 29 Nov 2006 19:15:11 -0000 1.1
--- news.pl 30 Nov 2006 18:52:37 -0000 1.2
***************
*** 45,51 ****
--- 45,55 ----
my $item;
+ print "<p>This items are imported daily from sourceforge. Take a loot at <a href='http://sourceforge.net/news/?group_id=150828'>project's dedicated page</a> for details.</p>";
+
+ print "<ul>";
foreach $item ($items->get_nodelist) {
show_a_news($item);
}
+ print "</ul>";
}
|