[Scummvm-cvs-logs] SF.net SVN: scummvm:[42694] web/trunk/templates

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Fri Jul 24 15:01:27 CEST 2009


Revision: 42694
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42694&view=rev
Author:   fredrik_w
Date:     2009-07-24 13:01:27 +0000 (Fri, 24 Jul 2009)

Log Message:
-----------
Implement feed changes as recommended by salty-horse/feedvalidator:
- the Atom-feed now has an explicit link to the icon (should minimze GET calls) 
- the RSS-feed has a link to the 'self' (recommened by the feed validator)

Modified Paths:
--------------
    web/trunk/templates/feed_atom.tpl
    web/trunk/templates/feed_rss.tpl

Modified: web/trunk/templates/feed_atom.tpl
===================================================================
--- web/trunk/templates/feed_atom.tpl	2009-07-24 12:28:53 UTC (rev 42693)
+++ web/trunk/templates/feed_atom.tpl	2009-07-24 13:01:27 UTC (rev 42694)
@@ -8,6 +8,7 @@
 	<link rel="self" type="application/atom+xml" href="{$baseurl}feeds/atom/" />
 	<title type="text">ScummVM news</title>
 	<subtitle type="html"><![CDATA[ScummVM is a cross-platform interpreter for several point-and-click adventure engines. This includes all SCUMM-based adventures by LucasArts, Simon the Sorcerer 1&2 by AdventureSoft, Beneath a Steel Sky and Broken Sword 1&2 by Revolution, and many more.]]></subtitle>
+	<icon>{$baseurl}favicon.ico</icon>
 	<author>
 		<name>ScummVM team</name>
 		<uri>http://www.scummvm.org/</uri>

Modified: web/trunk/templates/feed_rss.tpl
===================================================================
--- web/trunk/templates/feed_rss.tpl	2009-07-24 12:28:53 UTC (rev 42693)
+++ web/trunk/templates/feed_rss.tpl	2009-07-24 13:01:27 UTC (rev 42694)
@@ -1,8 +1,9 @@
 <?xml version='1.0' encoding='UTF-8' ?>
-<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
 	<channel>
 		<title>ScummVM news</title>
 		<link>http://www.scummvm.org/</link>
+		<atom:link rel="self" type="application/rss+xml" href="{$baseurl}feeds/rss/" />
 		<description>ScummVM is a cross-platform interpreter for several point-and-click adventure engines. This includes all SCUMM-based adventures by LucasArts, Simon the Sorcerer 1&2 by AdventureSoft, Beneath a Steel Sky and Broken Sword 1&2 by Revolution, and many more.</description>
 		<language>en</language>
 		{foreach from=$news item=n}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list