r21327 - 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:46:04 EDT 2011


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

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:37:07 UTC (rev 21326)
+++ htdocs/branches/beta/atom.php	2011-09-24 16:46:03 UTC (rev 21327)
@@ -34,11 +34,12 @@
   include("$top_dir/news/news-script.php");
 ?>
 
-<feed xmlns="http://www.w3.org/2005/Atom">
+<rss xmlns="http://www.w3.org/2005/Atom">
   <id>http://www.gnucash.org/atom.php</id>
   <title>GnuCash News</title>
+  <description>DESCRIPTION</description>
   <generator>GnuCash htdocs/trunk/atom.php 1.0 <gnucash-devel at gnucash.org></generator>
-  <logo>http://www.gnucash.org/beta/images/gnucash_logo.png</logo>
+  <logo>http://www.gnucash.org/beta/images/icons/gnc-icon.png</logo>
   <link rel="alternate" href="http://www.gnucash.org/beta/" />
   <link rel="self" href="http://www.gnucash.org/beta/atom.php" />
   <?php
@@ -75,4 +76,4 @@
   <?php
   } ?>
 
-</feed>
+</rss>



More information about the gnucash-changes mailing list