SVN commit 506394 by pino: Try to put an image in edu's RSS feed. M +6 -0 rss.php --- trunk/www/areas/edu/rss.php #506393:506394 @@ -119,6 +119,12 @@ print( " http://blogs.law.harvard.edu/tech/rss\n" ); print( " 120\n" ); print( " " . gmdate( "r", filemtime("./news.rdf") ) ."\n" ); + print( " \n" ); + print( " http://edu.kde.org/media/images/edu.png\n" ); + print( " " . $title[1] . "title>\n" ); + print( " <link>" . $link[1] . "</link>\n" ); + print( " <description>" . $description[1] . "</description>\n" ); + print( " </image>\n" ); // Process and write items process_items( $rdf_file, $refered_news_file, $base_site, 10 );