]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Part of bug #3463481: Add atom self url to rss feed
authorChristian Weiske <cweiske@cweiske.de>
Fri, 20 Jan 2012 13:54:54 +0000 (14:54 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 20 Jan 2012 13:54:54 +0000 (14:54 +0100)
data/templates/default/rss.tpl.php

index 6be542520db3f76c2b4b13533c38b8a8f606948d..6b489d551a8be06ea2bf858cd8b6552ef4019a9f 100644 (file)
@@ -1,10 +1,13 @@
 <?php
 echo '<' . '?xml version="1.0" encoding="utf-8" ?' . ">\n";
 ?>
-<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><?php echo $feedtitle; ?></title>
     <link><?php echo htmlspecialchars($feedlink); ?></link>
+    <atom:link rel="self" type="application/rss+xml" href="<?php echo htmlspecialchars($feedlink); ?>"/>
     <description><?php echo htmlspecialchars($feeddescription); ?></description>
     <pubDate><?php echo date('r'); ?></pubDate>
     <lastBuildDate><?php echo $feedlastupdate ?></lastBuildDate>