Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=f8293320c544d3c09401f5f1237a3a9aeba1a450

commit f8293320c544d3c09401f5f1237a3a9aeba1a450
Author: Pingax <pin...@frugalware.fr>
Date:   Wed Feb 9 10:06:52 2011 +0100

* Delete useless <link>
* Added <atom:

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 57ec57b..903ed8a 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -207,8 +207,7 @@ $buf .= "<?xml version=\"1.0\" encoding=\"utf-8\"?>
<channel>
<title>".$handle['title']."</title>
<description>".$handle['desc']."</description>
-       <link>".$handle['link']."</link>
-       <link href=\"http://www.frugalware.org\"; rel=\"self\" 
type=\"application/rss+xml\" />\n";
+       <atom:link href=\"http://www.frugalware.org\"; rel=\"self\" 
type=\"application/rss+xml\" />\n";

foreach( $handle['items'] as $i )
{
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to