r21329 - 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:40 EDT 2011


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

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:49:05 UTC (rev 21328)
+++ htdocs/branches/beta/atom.php	2011-09-24 16:49:40 UTC (rev 21329)
@@ -34,7 +34,7 @@
   include("$top_dir/news/news-script.php");
 ?>
 
-<rss version="2.0" xmlns="http://www.w3.org/2005/Atom">
+<feed version="2.0" xmlns="http://www.w3.org/2005/Atom">
   <channel>
   <id>http://www.gnucash.org/atom.php</id>
   <title>GnuCash News</title>
@@ -77,4 +77,4 @@
   <?php
   } ?>
   </channel>
-</rss>
+</feed>



More information about the gnucash-changes mailing list