r21331 - 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:54:08 EDT 2011


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

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:53:24 UTC (rev 21330)
+++ htdocs/branches/beta/atom.php	2011-09-24 16:54:08 UTC (rev 21331)
@@ -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>
     <title>GnuCash News</title>
   <description>DESCRIPTION</description>
@@ -44,4 +44,4 @@
   <link rel="self" href="http://www.gnucash.org/beta/atom.php" />
 
   </channel>
-</rss>
+</feed>



More information about the gnucash-changes mailing list