r21346 - htdocs/branches/beta - Change paths to main website in preparation of the pubblication.

Cristian Marchi cmarchi at code.gnucash.org
Sun Sep 25 02:45:46 EDT 2011


Author: cmarchi
Date: 2011-09-25 02:45:46 -0400 (Sun, 25 Sep 2011)
New Revision: 21346
Trac: http://svn.gnucash.org/trac/changeset/21346

Modified:
   htdocs/branches/beta/atom.php
   htdocs/branches/beta/externals/header.phtml
Log:
Change paths to main website in preparation of the pubblication.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-09-25 06:42:11 UTC (rev 21345)
+++ htdocs/branches/beta/atom.php	2011-09-25 06:45:46 UTC (rev 21346)
@@ -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/#<?=generate_anchor($key);?>" />
+    <link rel="alternate" href="http://www.gnucash.org/#<?=generate_anchor($key);?>" />
     <author>
       <name>GnuCash Developers</name>
       <email>gnucash-devel at gnucash.org</email>

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-09-25 06:42:11 UTC (rev 21345)
+++ htdocs/branches/beta/externals/header.phtml	2011-09-25 06:45:46 UTC (rev 21346)
@@ -46,7 +46,7 @@
 <div style="position:absolute;top:-1000px;left:-1000px;"><img src="<?=$home?>/images/gnc-download.png" alt="GnuCash small business accounting" height="152" width="125" /></div>
 
 <div id="googleplusone">
-<g:plusone size="tall" href="http://www.gnucash.org/beta/"></g:plusone>
+<g:plusone size="tall" href="http://www.gnucash.org/"></g:plusone>
 </div>
 
 <div style="float:right;">



More information about the gnucash-changes mailing list