r21446 - htdocs/branches/beta - Change paths to main website to get ready to merge.

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


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

Modified:
   htdocs/branches/beta/atom.php
Log:
Change paths to main website to get ready to merge.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-10-18 13:08:59 UTC (rev 21445)
+++ htdocs/branches/beta/atom.php	2011-10-18 13:18:46 UTC (rev 21446)
@@ -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/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" />
+  <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" />
   <?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/beta/#n-<?=generate_anchor($key);?>" />
+    <link rel="alternate" href="http://www.gnucash.org/#n-<?=generate_anchor($key);?>" />
     <author>
       <name>GnuCash Developers</name>
       <email>gnucash-devel at gnucash.org</email>



More information about the gnucash-changes mailing list