r21319 - htdocs/branches/beta - Test atom feed modification just to understand how it works.

Cristian Marchi cmarchi at code.gnucash.org
Sat Sep 24 11:58:17 EDT 2011


Author: cmarchi
Date: 2011-09-24 11:58:17 -0400 (Sat, 24 Sep 2011)
New Revision: 21319
Trac: http://svn.gnucash.org/trac/changeset/21319

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

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-09-23 18:00:35 UTC (rev 21318)
+++ htdocs/branches/beta/atom.php	2011-09-24 15:58:17 UTC (rev 21319)
@@ -38,9 +38,9 @@
   <id>http://www.gnucash.org/atom.php</id>
   <title>GnuCash News</title>
   <generator>GnuCash htdocs/trunk/atom.php 1.0 <gnucash-devel at gnucash.org></generator>
-  <logo>http://www.gnucash.org/images/gnucash_logo.png</logo>
-  <link rel="alternate" href="http://www.gnucash.org/" />
-  <link rel="self" href="http://www.gnucash.org/atom.php" />
+  <logo>http://www.gnucash.org/beta/images/gnucash_logo.png</logo>
+  <link rel="alternate" href="http://www.gnucash.org/beta/" />
+  <link rel="self" href="http://www.gnucash.org/beta/atom.php" />
   <?php
   $news_items = get_news($newsdir, $newsdir);
   $news_items = array_slice($news_items, 0, $entry_count);
@@ -60,7 +60,7 @@
   <entry>
     <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
     <title><?= $title ?></title>
-    <link rel="alternate" href="http://www.gnucash.org/#<?=generate_anchor($key);?>" />
+    <link rel="alternate" href="http://www.gnucash.org/beta/#<?=generate_anchor($key);?>" />
     <author>
       <name>GnuCash Developers</name>
       <email>gnucash-devel at gnucash.org</email>



More information about the gnucash-changes mailing list