[LON-CAPA-cvs] cvs: CVSROOT / cvs2rss.pl

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 14 Oct 2005 19:32:57 -0000


albertel		Fri Oct 14 15:32:57 2005 EDT

  Modified files:              
    /CVSROOT	cvs2rss.pl 
  Log:
  - putting puDate s back into indvidual entries
  - linking to cvsweb diff view of the change
  
  
Index: CVSROOT/cvs2rss.pl
diff -u CVSROOT/cvs2rss.pl:1.4 CVSROOT/cvs2rss.pl:1.5
--- CVSROOT/cvs2rss.pl:1.4	Fri Oct 14 10:35:43 2005
+++ CVSROOT/cvs2rss.pl	Fri Oct 14 15:32:57 2005
@@ -105,7 +105,8 @@
 	author => $author,
 	description=> $description,
 	mode => 'insert',
-	link => 'http://install.loncapa.org/cgi-bin/cvsweb.cgi/'.$title[0]
+	pubDate => $pubDate,
+	link => 'http://install.loncapa.org/cgi-bin/cvsweb.cgi/'.$title[0].'.diff?r1='.$title[1].';r2='.$title[2].';f=h'
 );		
 
 foreach my $element (@{$rss->{'items'}}) {