[Gnucash-changes] r14449 - htdocs/branches/beta - clean up generated links.

Joshua Sled jsled at cvs.gnucash.org
Mon Jun 26 20:54:54 EDT 2006


Author: jsled
Date: 2006-06-26 20:54:54 -0400 (Mon, 26 Jun 2006)
New Revision: 14449
Trac: http://svn.gnucash.org/trac/changeset/14449

Modified:
   htdocs/branches/beta/atom.php
Log:
clean up generated links.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2006-06-27 00:51:17 UTC (rev 14448)
+++ htdocs/branches/beta/atom.php	2006-06-27 00:54:54 UTC (rev 14449)
@@ -13,7 +13,7 @@
   header("Content-Type: $contentType; charset=$charset");
 
   $entry_count = 10;
-  $newsdir = "${top_dir}/news/";
+  $newsdir = "${top_dir}/news";
 
   /**
    * In php5, this is simply: date(DATE_ATOM, strtotime($news_date)).
@@ -60,7 +60,7 @@
   <entry>
     <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
     <title><?= $title ?></title>
-    <link rel="alternate" href="<?=${top_dir}?>/#<?=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>



More information about the gnucash-changes mailing list