r21328 - htdocs/branches/beta - Test again atom feed modifications just to understand how it works.

Cristian Marchi cmarchi at code.gnucash.org
Sat Sep 24 12:49:05 EDT 2011


Author: cmarchi
Date: 2011-09-24 12:49:05 -0400 (Sat, 24 Sep 2011)
New Revision: 21328
Trac: http://svn.gnucash.org/trac/changeset/21328

Modified:
   htdocs/branches/beta/atom.php
Log:
Test again atom feed modifications just to understand how it works.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-09-24 16:46:03 UTC (rev 21327)
+++ htdocs/branches/beta/atom.php	2011-09-24 16:49:05 UTC (rev 21328)
@@ -34,7 +34,8 @@
   include("$top_dir/news/news-script.php");
 ?>
 
-<rss xmlns="http://www.w3.org/2005/Atom">
+<rss version="2.0" xmlns="http://www.w3.org/2005/Atom">
+  <channel>
   <id>http://www.gnucash.org/atom.php</id>
   <title>GnuCash News</title>
   <description>DESCRIPTION</description>
@@ -75,5 +76,5 @@
   </entry>
   <?php
   } ?>
-
+  </channel>
 </rss>



More information about the gnucash-changes mailing list