r21442 - htdocs/branches/beta - Small changes in paths to test rss feed for the beta website.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 09:00:49 EDT 2011


Author: cmarchi
Date: 2011-10-18 09:00:48 -0400 (Tue, 18 Oct 2011)
New Revision: 21442
Trac: http://svn.gnucash.org/trac/changeset/21442

Modified:
   htdocs/branches/beta/atom.php
Log:
Small changes in paths to test rss feed for the beta website.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-10-18 12:57:36 UTC (rev 21441)
+++ htdocs/branches/beta/atom.php	2011-10-18 13:00:48 UTC (rev 21442)
@@ -38,9 +38,9 @@
   <title>GnuCash News</title>
   <subtitle>GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.</subtitle>
   <generator>GnuCash htdocs/trunk/atom.php 1.0 <gnucash-devel at gnucash.org></generator>
-  <logo>http://www.gnucash.org/images/icons/gnc-icon.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/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
   $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