[Scummvm-cvs-logs] SF.net SVN: scummvm: [23433] web/trunk/include/html.php

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jul 20 22:37:39 CEST 2006


Revision: 23433
          http://svn.sourceforge.net/scummvm/?rev=23433&view=rev
Author:   fingolfin
Date:     2006-07-08 11:17:45 -0700 (Sat, 08 Jul 2006)

Log Message:
-----------
Hook up RSS / Atom feeds

Modified Paths:
--------------
    web/trunk/include/html.php

Modified: web/trunk/include/html.php
===================================================================
--- web/trunk/include/html.php	2006-07-08 18:14:10 UTC (rev 23432)
+++ web/trunk/include/html.php	2006-07-08 18:17:45 UTC (rev 23433)
@@ -13,6 +13,8 @@
 <?php
   foreach ($extra_css as $css_file) {
     echo '<link rel="stylesheet" href="./' . $css_file . '" type="text/css">'."\n";
+    echo '<link rel="alternate" type="application/atom+xml" title="ScummVM Atom news feed" href="feed://www.scummvm.org/feed-atom.php">'."\n";
+    echo '<link rel="alternate" type="application/rss+xml" title="ScummVM RSS news feed" href="feed://www.scummvm.org/feed-rss20.php">'."\n";
   }
 
   echo "<title>$title</title>\n";






More information about the Scummvm-git-logs mailing list