[Gnucash-changes] r13993 - htdocs/trunk - Restructure website content: move www/{*, externals, images} back to the top-level. Re-write many paths...

Joshua Sled jsled at cvs.gnucash.org
Wed May 10 20:31:28 EDT 2006


Author: jsled
Date: 2006-05-10 20:31:23 -0400 (Wed, 10 May 2006)
New Revision: 13993
Trac: http://svn.gnucash.org/trac/changeset/13993

Added:
   htdocs/trunk/de/.htaccess
   htdocs/trunk/de/docs.phtml
   htdocs/trunk/de/features.phtml
   htdocs/trunk/de/index.phtml
   htdocs/trunk/de/local.php
   htdocs/trunk/de/promote.phtml
   htdocs/trunk/de/rss-feed.phtml
   htdocs/trunk/de/sizing.phtml
   htdocs/trunk/docs.phtml
   htdocs/trunk/externals/
   htdocs/trunk/favicon.ico
   htdocs/trunk/features.phtml
   htdocs/trunk/images/
   htdocs/trunk/lang.php
   htdocs/trunk/local.php
   htdocs/trunk/oldnews.phtml
   htdocs/trunk/promote.phtml
   htdocs/trunk/robots.txt
   htdocs/trunk/rss-feed.phtml
   htdocs/trunk/sizing.phtml
Removed:
   htdocs/trunk/www/docs.phtml
   htdocs/trunk/www/externals/
   htdocs/trunk/www/favicon.ico
   htdocs/trunk/www/features.phtml
   htdocs/trunk/www/images/
   htdocs/trunk/www/index.phtml
   htdocs/trunk/www/oldnews.phtml
   htdocs/trunk/www/promote.phtml
   htdocs/trunk/www/robots.txt
   htdocs/trunk/www/rss-feed.phtml
   htdocs/trunk/www/sizing.phtml
Modified:
   htdocs/trunk/README
   htdocs/trunk/emulate_globals_on.php
   htdocs/trunk/externals/header.phtml
   htdocs/trunk/externals/menu-developer.phtml
   htdocs/trunk/externals/menu-documentation.phtml
   htdocs/trunk/externals/menu-downloads.phtml
   htdocs/trunk/externals/menu-general.phtml
   htdocs/trunk/externals/menu-main-documentation.phtml
   htdocs/trunk/externals/menu-main-general.phtml
   htdocs/trunk/externals/menu-main-other.phtml
   htdocs/trunk/externals/menu-main.phtml
   htdocs/trunk/externals/menu-other.phtml
   htdocs/trunk/index.phtml
   htdocs/trunk/nl/components/footer.phtml
   htdocs/trunk/nl/components/header.phtml
   htdocs/trunk/nl/index.phtml
   htdocs/trunk/nl/menu/menu-main-developer.phtml
   htdocs/trunk/nl/menu/menu-main-general.phtml
   htdocs/trunk/nl/menu/menu-main.phtml
   htdocs/trunk/pt_PT/components/header.phtml
   htdocs/trunk/pt_PT/index.phtml
Log:
Restructure website content: move www/{*,externals,images} back to the top-level.  Re-write many paths...
Hook up translations in a more direct manner; see the top-level lang.php and.


Modified: htdocs/trunk/README
===================================================================
--- htdocs/trunk/README	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/README	2006-05-11 00:31:23 UTC (rev 13993)
@@ -70,4 +70,11 @@
 
 # Again, substitute your language in the name of the po file and the installed directory.
 
+------------------------------
 
+Notes about multi-lingual gnucash website content.
+
+- It would be nice to use the same containing structure for all translations.
+- Phrase content can probably be po-style translated well.
+- Body/paragraph content probably wants to be block-replaced.
+- We're fine not doing auto-language negotiation... for now.

Added: htdocs/trunk/de/.htaccess
===================================================================
--- htdocs/trunk/de/.htaccess	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/.htaccess	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1 @@
+Options FollowSymLinks

Added: htdocs/trunk/de/docs.phtml
===================================================================
--- htdocs/trunk/de/docs.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/docs.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1 @@
+link ../docs.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/de/docs.phtml
___________________________________________________________________
Name: svn:special
   + *

Added: htdocs/trunk/de/features.phtml
===================================================================
--- htdocs/trunk/de/features.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/features.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1 @@
+link ../features.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/de/features.phtml
___________________________________________________________________
Name: svn:special
   + *

Added: htdocs/trunk/de/index.phtml
===================================================================
--- htdocs/trunk/de/index.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/index.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1 @@
+link ../index.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/de/index.phtml
___________________________________________________________________
Name: svn:special
   + *

Added: htdocs/trunk/de/local.php
===================================================================
--- htdocs/trunk/de/local.php	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/local.php	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1,4 @@
+<?php
+$top_dir = "..";
+$locale = "de_DE";
+?>

Added: htdocs/trunk/de/promote.phtml
===================================================================
--- htdocs/trunk/de/promote.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/promote.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1 @@
+link ../promote.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/de/promote.phtml
___________________________________________________________________
Name: svn:special
   + *

Added: htdocs/trunk/de/rss-feed.phtml
===================================================================
--- htdocs/trunk/de/rss-feed.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/rss-feed.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1 @@
+link ../rss-feed.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/de/rss-feed.phtml
___________________________________________________________________
Name: svn:special
   + *

Added: htdocs/trunk/de/sizing.phtml
===================================================================
--- htdocs/trunk/de/sizing.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/de/sizing.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1 @@
+link ../sizing.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/de/sizing.phtml
___________________________________________________________________
Name: svn:special
   + *

Copied: htdocs/trunk/docs.phtml (from rev 13990, htdocs/trunk/www/docs.phtml)
===================================================================
--- htdocs/trunk/www/docs.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/docs.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1,130 @@
+<?php 
+$title = "Documentation Project";
+include("local.php");
+include("lang.php");
+include("emulate_globals_on.php");
+include("externals/header.phtml");
+include("externals/menu-main-documentation.phtml");
+?>
+<div id="content">
+
+<h1><?php echo _("GnuCash Documentation Project");?></h1>
+
+<p><?php echo _("This page is the home of the Gnucash Documentation Project, our goal is to maintain a community of people working towards creation of high quality documentation for GnuCash.");?></p>
+
+<p><?php echo _("Everything you need concerning GnuCash documentation should be here, if you notice something missing, email <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> and we will add it.");?></p>
+
+<div class="tblborder">
+     <div class="frametitle">
+         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
+         <b><?php echo _("GnuCash v1.8 (current stable release)");?></b>
+     </div>
+     <div class="newsinner">
+	<p><?php echo _("If you have a question about how to use GnuCash, you are in the right place. The first thing you should do is read the Help Manual and the Concepts Guide, most of your questions can probably be answered by these documents.");?></p>
+	<p><?php echo _("The Help Manual is designed to be a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Concepts Guide is designed to be an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice.");?></p>
+        <div style="margin-left:25%;margin-right:25%;">
+        <table border="0" cellpadding="10" cellspacing="2">
+	<colgroup><col width="50%"><col width="50%"></colgroup>
+	<tr><td align="center" class="tblbanner">
+        <span class="smalltext"><b><?php echo _("Help Manual");?></b><br>
+        HTML: <a href="../docs/v1.8/C/gnucash-help/help.html"><?php
+	echo _("English");?></a> | 
+        <a href="../docs/v1.8/de_DE/gnucash-help/help.html"><?php
+	echo _("Deutsch");?></a><br>
+        PDF: <a href="../docs/gnucash-help.pdf"><?php
+	echo _("English");?></a></span></td>
+        <td align="center" class="tblbanner">
+        <span class="smalltext"><b><?php echo _("Concepts Guide");?></b><br>
+        HTML: <a href="../docs/v1.8/C/gnucash-guide/"><?php
+	echo _("English");?></a><br>
+        PDF: <a href="../docs/gnucash-guide.pdf"><?php
+	echo _("English");?></a>
+	</span></td></tr></table>
+        </div>
+	<p><?php echo _("Please send an email to the <a href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We <b>want</b> feedback from you, it is only through your comments that we know how to modify the documentation.");?>
+	</p>
+	<p><?php echo _("Additionally, you can talk to someone via IRC at irc.gnome.org channel \"#gnucash\" about your question.  Another resource is the <a href='http://wiki.gnucash.org/wiki/'>English</a> or <a href='http://linuxwiki.de/GnuCash'>Deutsch</a> GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions.");?></p>
+   </div>
+</div>
+
+<div>&nbsp;</div>
+
+<div class="tblborder">
+     <div class="frametitle">
+         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
+         <b><?php echo _("User Contributed Documentation");?></b>
+     </div>
+     <div class="newsinner">
+	<p><?php echo _("Some people have written HOWTO guides or tutorials. Note: the information presented in these sources may or may not be updated to the most recent version of GnuCash. If you are interested in doing development work on these documents, you should contact the original authors.");?></p>
+    <ul>
+    <li><a href="http://code.neil.williamsleesmill.me.uk/otherdocs.html"><?php
+	echo _("Neil Williams GnuCash documentation");?></a>
+    <li><a href="http://www.aerospacesoftware.com/GNU_Cash_for_Business_users_Howto_Guide.html"><?php
+	echo _("GnuCash for Business Users");?></a> 
+    (<a href="http://www.linas.org/mirrors/www.aerospacesoftware.com/2003.06.21/GNU_Cash_for_Business_users_Howto_Guide.html"><?php echo _("mirror");?></a>)
+    <li><a href="http://www.ncsysadmin.org/july2001/ncsa-gnucash-talk.html"><?php
+	echo _("Joe Mack's Tutorial");?></a>
+    <li><a href="http://www.object-refinery.com/gnucash/index.html"><?php
+	echo _("Dave Gilbert's User Guide (PDF)");?></a>
+    </ul>
+    </div>
+</div>
+
+<div>&nbsp;</div>
+
+<div class="tblborder">
+     <div class="frametitle">
+         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
+         <b><?php echo _("Older GnuCash Documentation");?></b>
+     </div>
+     <div class="newsinner">
+	<p><?php echo _("This section contains all the older GnuCash documentation. If you are using one of these old versions of GnuCash, it is highly recommended that you upgrade to the latest stable version.");?></p>
+        <ul>
+        <li><b>GnuCash v1.6</b>: 
+        <a href="../docs/v1.6/C/"><?php echo _("English");?></a> | 
+        <a href="../docs/v1.6/de_DE/"><?php echo _("Deutsch");?></a> | 
+        <a href="../docs/v1.6/es/"><?php echo _("Espagnol");?></a> | 
+        <a href="../docs/v1.6/pt_PT/"><?php echo _("Portugu&ecirc;s");?></a></li>
+        </ul>
+        <ul>
+        <li><b>GnuCash v1.4</b>:
+        <a href="../docs/fr/"><?php echo _("Fran&ccedil;ais");?></a></li>
+        </ul>
+   </div>
+</div>
+
+<div>&nbsp;</div>
+
+<div class="tblborder">
+     <div class="frametitle">
+         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
+         <b><?php echo _("Documentation Development");?></b>
+     </div>
+     <div class="newsinner">
+        <p><?php echo _("Interesting Links");?>:<br>
+	<?php echo _("The following links are for further sites that can help with the documentation and review process.");?><br><p>
+	<a href='http://www.docbook.org'> DocBook: The Definitive Guide.</a><br>
+	<a href='http://www.sagehill.net/docbookxsl/'>DocBook XSL: The Complete Guide</a>.<br>
+	<a href='http://developer.gnome.org/projects/gup/hig/1.0/'> GNOME Human Interface
+Guidelines</a></p>
+        <p><?php echo _("For both reviewers and documentation writers");?>:<br>
+	<?php echo _("Please read the following guides. The new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs.");?></p>
+        <p><a href='http://developer.gnome.org/projects/gdp/styleguide.html'>
+The GNOME Documentation Style Guide</a><br>
+<a href='http://developer.gnome.org/projects/gdp/handbook.html'>
+The GNOME Handbook of Writing Software Documentation</a></p>
+        <p><?php echo _("We suggest also subscribing to ");?><a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a>.</p>
+        <p><?php echo _("Reviewers");?></p>
+        <p><?php echo _("Please check out the documentation module from the GnuCash svn - gnucash-docs. For those not familiar with svn, the GnuCash wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description.</a> The only change to get the docs is to change the checkout gnucash to checkout gnucash-docs. You can also start from the current docs tarball.");?></p>
+        <p><?php echo _("The best way of retaining comments about docs in an easy to find way for everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> to file the bugs under documentation. This can also be done using bug-buddy.");?></p>
+        <p><?php echo _("Writers");?></p>
+        <p><?php echo _("Also checkout the docs svn as above. The usual procedure for contributors to GnuCash is to initially submit patches to the <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla if you wish.");?></p>
+        <p><?php echo _("Please let other writers know which section you wish to tackle. Please forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?></p>
+        <p><?php echo _("You may also want to retain a local copy of the old documentation to refer to when writing. This still has a lot of useful information in it which hasn't been transferred to the new docs");?></p>
+    </div>
+</div>
+
+</div>
+
+<?php include("externals/footer.phtml"); ?>
+

Modified: htdocs/trunk/emulate_globals_on.php
===================================================================
--- htdocs/trunk/emulate_globals_on.php	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/emulate_globals_on.php	2006-05-11 00:31:23 UTC (rev 13993)
@@ -10,28 +10,4 @@
         extract($superglobal, EXTR_SKIP);
     }
  }
-$fullname = $_SERVER["PHP_SELF"];
-$topdir= dirname($fullname)."/";
-$toppath= getcwd()."/";
-unset($fullname);
-$topdir.="../";
-$toppath.="../";
-include($toppath."/accept-to-gettext.inc");
-# test gettext support
-# Set the language as 'en_GB' for testing
-# note that gettext in php requires the entire
-# string in one line, one quote.
-$langs=array('nl_BE.ISO-8859-15','nl_BE.UTF-8','en_GB.UTF-8','en_GB','en_US.UTF-8', 'en_US');
-$locale=al2gt($langs, 'text/html');
-# if/when we support non-Latin-1 languages, add some logic to modify this line.
-$mimeline = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-15\">\n";
-# allow user override.
-$language = $_GET["lang"];
-if(isset($language)) { $locale = $language; }
-if($locale == "") { $locale = 'en_US'; }
-putenv("LANG=$locale");
-setlocale(LC_MESSAGES, $locale);
-$domain = "gnucash-htdocs";
-bindtextdomain("$domain", "$toppath");
-textdomain("$domain");
 ?>

Copied: htdocs/trunk/externals (from rev 13990, htdocs/trunk/www/externals)

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/www/externals/header.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/header.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,31 +1,32 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html>
 <head>
+
+<link rel="stylesheet" href="<?=$top_dir?>/externals/gnucash.css" type="text/css" />
+<link rel="icon" href="<?=$top_dir?>/favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="<?=$top_dir?>/favicon.ico" type="image/x-icon" />
+<?php echo $mimeline; ?>
 <?php
-  echo "<link rel=\"stylesheet\" href=\"externals/gnucash.css\" type=\"text/css\">\n";
-  echo "<link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\">\n";
-  echo "<link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\">\n";
-  echo $mimeline;
 
-$home = "..";
+$home = $top_dir;
 
-?>
-<?php if (isset($homepage)) { ?>
+if (isset($homepage)) { ?>
 <!-- the RSS only appears on the home page, not on all pages. -->
 <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.gnucash.org/en/rss-feed.phtml">
 <?php } ?>
-<title>GnuCash - <?php echo $title; ?></title>
+
+<title>GnuCash - <?php echo _($title); ?></title>
 </head>
 
 <body>
 <div id="head">
-<img src="images/gnucash_logo1.png" alt="GnuCash Logo" id="gnclogo" width="179" height="45" />
+<img src="<?=$top_dir?>/images/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" />
 <br/>
 <span id="language">
 Language:
-<b>English</b>
+<a class="nav" href="<?php echo $home;?>">English</a>
 | <a class="nav" href="<?php echo $home;?>/fr/">Fran&ccedil;ais</a>
-| <a class="nav" href="http://www.hthoma.de/projekte/gnucash/index.html">Deutsch</a>
+| <a class="nav" href="<?=$top_dir?>/de/">Deutsch</a>
  (<a class="nav" href="<?php echo $home;?>/de/">mirror</a>)
 | <a class="nav" href="<?php echo $home;?>/nl/">Nederlands</a>
 | <a class="nav" href="<?php echo $home;?>/pt_PT/">Portugu&ecirc;s</a>
@@ -36,4 +37,3 @@
  (<a class="nav" href="http://www.au.gnucash.org/">AU</a>)
 </span>
 </div>
-

Modified: htdocs/trunk/externals/menu-developer.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-developer.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-developer.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,6 +1,6 @@
 <?php
 echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">\n";
+echo "<img class=\"dot\" src=\"$top_dir/images/webding.png\" alt=\"marker\">\n";
 echo "<b>" . _("Developer Information") . "</b>\n";
 echo "</span>\n";
 echo "<ul>";

Modified: htdocs/trunk/externals/menu-documentation.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-documentation.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-documentation.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,12 +1,12 @@
 <?php
 echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">\n";
+echo "<img class=\"dot\" src=\"$top_dir/images/webding.png\" alt=\"marker\">\n";
 echo "<b>" . _("Documentation") . "</b></span>\n";
 echo "<ul>\n";
 echo "<li><a href=\"http://wiki.gnucash.org/wiki/FAQ\">" . _("FAQ") . "</a></li>\n";
 echo "<li><a href=\"http://wiki.gnucash.org/wiki/\">" . _("Wiki") . "</a>&nbsp;";
 echo "<a href=\"http://linuxwiki.de/GnuCash\">[de]</a></li>\n";
-echo "<li><a href=\"$home/docs.phtml\">Tutorial and Help</a></li>\n";
+echo "<li><a href=\"docs.phtml\">Tutorial and Help</a></li>\n";
 
 #echo "<li><a href=\"http://www.gnucash.org/docs/v1.8/C/gnucash-guide\">";
 #echo _("Concepts Guide") . "</a></li>\n";

Modified: htdocs/trunk/externals/menu-downloads.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-downloads.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-downloads.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,6 +1,7 @@
 <span class="linktop">
-<img class="dot" src="images/webding.png" alt="marker">
-<b>Downloads</b></span>
+<img class="dot" src="<?=$top_dir?>/images/webding.png" alt="marker" />
+<b>Downloads</b>
+</span>
 <ul>
 <li><a href="http://www.gnucash.org/pub/">USA (master site)</a></li>
 <li><a href="http://ftp.at.gnucash.org/pub/gnucash/">Europe</a></li>

Modified: htdocs/trunk/externals/menu-general.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-general.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-general.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,11 +1,11 @@
 <?php
 echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">\n";
+echo "<img class=\"dot\" src=\"$top_dir/images/webding.png\" alt=\"marker\">\n";
 echo "<b>" . _("Information") . "</b>\n";
 echo "</span>\n";
 echo "<ul>\n";
-echo "<li><a href=\"$home/index.phtml\">" . _("About / News") . " </a></li>\n";
-echo "<li><a href=\"$home/features.phtml\">" . _("Features") . "</a></li>\n";
+echo "<li><a href=\"index.phtml\">" . _("About / News") . " </a></li>\n";
+echo "<li><a href=\"features.phtml\">" . _("Features") . "</a></li>\n";
 echo "<li><a href=\"http://wiki.gnucash.org/wiki/Development\">";
 echo _("How to help") . "</a></li>\n";
 echo "</ul>\n";

Modified: htdocs/trunk/externals/menu-main-documentation.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main-documentation.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-main-documentation.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -5,20 +5,20 @@
 if(ereg("lists.gnucash.org",$self)) {
   $home = "http://www.gnucash.org";
 } else {
-  $home = ".";
+  $home = $top_dir;
 }
 
 echo "<div id=\"news\"><div class=\"othernews\">";
-include("externals/menu-general.phtml");
+include("$top_dir/externals/menu-general.phtml");
 # highlighted menu entry:
 echo "</div>\n<div class=\"highlight\">\n";
-include("externals/menu-documentation.phtml");
+include("$top_dir/externals/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-downloads.phtml");
+include("$top_dir/externals/menu-downloads.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-developer.phtml");
+include("$top_dir/externals/menu-developer.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-other.phtml");
+include("$top_dir/externals/menu-other.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/externals/menu-main-general.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main-general.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-main-general.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -11,15 +11,15 @@
 echo "<div id=\"news\">";
 # highlighted menu entry:
 echo "<div class=\"highlight\">";
-include("externals/menu-general.phtml");
+include("$top_dir/externals/menu-general.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include("externals/menu-documentation.phtml");
+include("$top_dir/externals/menu-documentation.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include("externals/menu-downloads.phtml");
+include("$top_dir/externals/menu-downloads.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include("externals/menu-developer.phtml");
+include("$top_dir/externals/menu-developer.phtml");
 echo "</div>\n\n<div class=\"othernews\">\n";
-include("externals/menu-other.phtml");
+include("$top_dir/externals/menu-other.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/externals/menu-main-other.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main-other.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-main-other.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -2,23 +2,23 @@
 <?php
 $self = $_SERVER["HTTP_HOST"];
 if(ereg("lists.gnucash.org",$self)) {
-	$home = "http://www.gnucash.org";
+  $home = "http://www.gnucash.org";
 }
 else {
-$home = ".";
+  $home = $top_dir;
 }
 
 echo "<div id=\"news\"><div class=\"othernews\">";
-include("externals/menu-general.phtml");
+include("$top_dir/externals/menu-general.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-documentation.phtml");
+include("$top_dir/externals/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-downloads.phtml");
+include("$top_dir/externals/menu-downloads.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-developer.phtml");
+include("$top_dir/externals/menu-developer.phtml");
 # highlighted menu entry:
 echo "</div>\n<div class=\"highlight\">\n";
-include("externals/menu-other.phtml");
+include("$top_dir/externals/menu-other.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/externals/menu-main.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-main.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -2,7 +2,7 @@
 <?php
 $self = $_SERVER["HTTP_HOST"];
 if(ereg("lists.gnucash.org",$self)) {
-	$home = "http://www.gnucash.org";
+  $home = "http://www.gnucash.org/";
 }
 else {
   $home = ".";
@@ -11,15 +11,15 @@
 echo "<div id=\"news\">\n";
 # highlighted menu entry:
 echo "<div class=\"highlight\">";
-include("externals/menu-general.phtml");
+include("$top_dir/externals/menu-general.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-documentation.phtml");
+include("$top_dir/externals/menu-documentation.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-downloads.phtml");
+include("$top_dir/externals/menu-downloads.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-developer.phtml");
+include("$top_dir/externals/menu-developer.phtml");
 echo "</div>\n<div class=\"othernews\">\n";
-include("externals/menu-other.phtml");
+include("$top_dir/externals/menu-other.phtml");
 echo "</div>\n";
 echo "</div>\n";
 ?>

Modified: htdocs/trunk/externals/menu-other.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-other.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/externals/menu-other.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,10 +1,10 @@
 <?php
 echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"images/webding.png\" alt=\"marker\">";
+echo "<img class=\"dot\" src=\"$top_dir/images/webding.png\" alt=\"marker\">";
 echo "<b>" . _("Other Information") . "</b>\n";
 echo "</span>\n";
 echo "<ul>\n";
-echo "<li><a href=\"$home/promote.phtml\">" . _("GnuCash Banners!") . "</a></li>\n";
-echo "<li><a href=\"$home/sizing.phtml\">" . _("Sizing") . "</a></li>\n";
+echo "<li><a href=\"promote.phtml\">" . _("GnuCash Banners!") . "</a></li>\n";
+echo "<li><a href=\"sizing.phtml\">" . _("Sizing") . "</a></li>\n";
 echo "</ul>\n";
 ?>

Copied: htdocs/trunk/favicon.ico (from rev 13990, htdocs/trunk/www/favicon.ico)

Copied: htdocs/trunk/features.phtml (from rev 13990, htdocs/trunk/www/features.phtml)
===================================================================
--- htdocs/trunk/www/features.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/features.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1,126 @@
+<?php
+$title = "Features";
+include("local.php");
+include("lang.php");
+include("emulate_globals_on.php");
+include("$top_dir/externals/header.phtml");
+include("$top_dir/externals/menu-main-general.phtml");
+?>
+
+<div id="content">
+<h1><?php echo _($title);?></h1>
+
+<!-- images needed:
+- register
+- double-entry
+- expense account hierarchy
+- report+graph
+- invoice
+- search query builder?
+
+-->
+
+<h2><?php echo _("Checkbook-Style Register");?></h2>
+
+<p>
+<img src="<?=$top_dir?>/images/features/feature_register.png" width="300" height="200" style="float: right; border: solid thin grey; margin: 0.5em;" alt="[Register]"/>
+The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.   The register supports common checking and credit-card transactions, as well as income, stock and currency transactions.
+</p>
+<br clear="all"/>
+
+<h2><?php echo _("Double Entry");?></h2>
+<p>
+<?php echo _("Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity.");?>
+</p>
+<br clear="all" />
+
+<h2><?php echo _("Reports, Graphs");?></h2>
+<p>
+<img src="images/features/feature_graph-report.png" width="300" height="200" style="float: left; border: solid thin grey; margin: 0.5em;" alt="[Graphs]"/>
+<?php echo _("GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit &amp; Loss, Portfolio Valuation, and many others.");?>
+</p>
+<br clear="all"/>
+
+<h2><?php echo _("Income/Expense Account Types");?></h2>
+<p><?php echo _("Income/Expense Account Types (Categories) allow you to categorize your cash flow.  When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit &amp; Loss, that plain-vanilla systems cannot handle.");?>
+</p>
+<br clear="all" />
+
+<h2><?php echo _("Multiple Currencies");?></h2>
+<p><?php echo _("Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled.");?>
+</p>
+<br clear="all" />
+
+<h2><?php echo _("Stock/Mutual Fund Portfolios");?></h2>
+<p><?php echo _("Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together).");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Small Business Accounting Features");?></h2>
+<p>
+<?php echo _("Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("QIF Import");?></h2>
+<p><?php echo _("Intuit<sup>&reg;</sup> Quicken<sup>&reg;</sup> QIF files can be imported, and are automatically merged to eliminate duplicate transactions.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("OFX Import");?></h2>
+<p><?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("HBCI Support");?></h2>
+<p><?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Improved Import Transaction Matching");?></h2>
+<p><?php echo _("The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Statement Reconciliation");?></h2>
+<p><?php echo _("A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Localization");?></h2>
+<p><?php echo _("Handles internationalized dates and currencies.  The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Transaction Finder");?></h2>
+<p>
+<img src="images/features/feature_search.png" width="300" height="200" alt="[Transaction Finder]" style="float: right; margin: 0.5em; border: solid thin grey;"/>
+<?php echo _("A powerful transaction query dialogue can help you quickly locate a needle in a haystack.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("General Ledger");?></h2>
+<p><?php echo _("Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Online Stock &amp; Mutual Fund Quotes");?></h2>
+<p><?php echo _("Get Stock &amp; Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Check Printing");?></h2>
+<p><?php echo _("Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed.");?></p>
+<br clear="all" />
+
+<dl>
+<h2><?php echo _("Scheduled Transactions");?></h2>
+<p><?php echo _("You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions.");?></p>
+<br clear="all" />
+
+<h2><?php echo _("Mortgage &amp; Loan Repayment Druid");?></h2>
+<p><?php echo _("A guided dialogue for setting up loan payments as scheduled transactions.");?>
+</p>
+<br clear="all" />
+
+<h2><?php echo _("Budgets");?></h2>
+<p><?php echo _("Plan your income and expenses, then compare your budget with reality.");?>
+</p>
+<br clear="all" />
+
+<!-- fixme: "complete user manual"? -->
+<h2><?php echo _("New User Manual and Help");?></h2>
+<p><?php echo _("A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash.");?></p>
+<br clear="all" />
+
+</div>
+<?php include("externals/footer.phtml"); ?>

Copied: htdocs/trunk/images (from rev 13990, htdocs/trunk/www/images)

Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/index.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,6 +1,58 @@
-<html>
-<body>
-<a href="www/">Try here, for now.  This will move, soon...</a>
-<?php phpinfo(); ?>
-</body>
-</html>
+<?php 
+$homepage = true;
+$title = _("Open Source Accounting Software");
+include("local.php");
+include("emulate_globals_on.php");
+include("lang.php");
+include("externals/header.phtml");
+include("externals/menu-main.phtml"); 
+?>
+
+<div id="content">
+
+<h1><?php echo _("Welcome to GnuCash.org")?></h1>
+
+<p><?php echo _("GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX.");?></p>
+
+<p><?php echo _("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
+
+<div>
+<h2>Feature Highlights</h2>
+<div style="float: right">
+<ul>
+<li><?php echo _("QIF/OFX/HBCI Import, Transaction Matching");?></li>
+<li><?php echo _("Reports, Graphs");?></li>
+<li><?php echo _("Scheduled Transactions");?></li>
+<li><?php echo _("Budgeting "); ?></li>
+</ul>
+</div><div style="border: solid thin white;">
+<ul>
+<li><?php echo _("Double-Entry Accounting");?></li>
+<li><?php echo _("Stock/Bond/Mutual Fund Accounts");?></li>
+<li><?php echo _("Small-Business Accounting");?></li>
+<li><?php echo _("Customers, Vendors, Jobs, <br>Invoices, A/P, A/R");?></li>
+</ul>
+</div>
+</div>
+
+
+<h1><?php echo _("News"); ?></h1>
+
+<?php
+# News will continue to be translated separately because 
+# of the .txt format. 
+  # for english, the lang and en news path are identical
+  $en_newspath  =  $top_dir."/news/";
+  $lang_newspath  =  $top_dir."/news/";
+  include("$top_dir/news/news-script.php"); ?>
+
+<div class="newsborder">
+<div class="newsheader"><img alt="news panel" src="images/icons/document.txt.gif">&nbsp;
+<a href="oldnews.phtml">Older Announcements ...</a>
+
+</div><div class="newsinner">
+Click <a href="oldnews.phtml">here</a> for older announcements ...
+</div></div>
+</div>
+
+<?php include("externals/footer.phtml"); ?>

Added: htdocs/trunk/lang.php
===================================================================
--- htdocs/trunk/lang.php	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/lang.php	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1,11 @@
+<?php
+# allow user override.
+$language = $_GET["lang"];
+if(isset($language)) { $locale = $language; }
+if($locale == "") { $locale = "en_US"; }
+putenv("LANG=$locale");
+setlocale(LC_MESSAGES, $locale);
+$domain = "gnucash-htdocs";
+bindtextdomain($domain, $top_dir);
+textdomain($domain);
+?>

Added: htdocs/trunk/local.php
===================================================================
--- htdocs/trunk/local.php	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/local.php	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1,5 @@
+<?php
+$top_dir = ".";
+$toppath = $top_dir;
+$locale = "en_US";
+?>
\ No newline at end of file

Modified: htdocs/trunk/nl/components/footer.phtml
===================================================================
--- htdocs/trunk/nl/components/footer.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/nl/components/footer.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -4,7 +4,7 @@
 
 <table border=0 cellpadding=3 cellspacing=0 width="100%">
 <tr>
-    <td colspan=3 bgcolor=#666699 align=center><font size=-1 color=#ffffff><b>Copyright (c) 2001,2002,2003 The GnuCash Project</b></font></td>
+    <td colspan=3 bgcolor=#666699 align=center><font size=-1 color=#ffffff><b>Copyright (c) 2001..2006 The GnuCash Project</b></font></td>
 <tr>
 </tr>
     <td colspan=3 bgcolor=#666699 align=center><font size=-1 color=#ffffff>Server &amp; email problemen naar: <a href="mailto:linas at linas.org"><b>linas at linas.org</b></a></font></td>

Modified: htdocs/trunk/nl/components/header.phtml
===================================================================
--- htdocs/trunk/nl/components/header.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/nl/components/header.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,6 +1,6 @@
 <html>
 <head>
-<link rel="stylesheet" href="/en/gnucash.css" type="text/css">
+<link rel="stylesheet" href="../www/externals/old-gnucash.css" type="text/css">
 <title>GnuCash - <?php echo $title; ?></title>
 </head>
 
@@ -8,7 +8,7 @@
 
 <table border=0 cellpadding=3 cellspacing=0 width="100%">
 <tr>
-<td valign=bottom colspan=2 bgcolor=#666699><img src=/images/gnucash_logo1.png></td>
+<td valign=bottom colspan=2 bgcolor=#666699><img src="../www/images/gnucash_logo1.png"></td>
 <td align=right valign=bottom bgcolor=#666699 width=65%><font size=-1 color=#ffffff>
 Taal: 
 <a class=nav href=/en/>English</a>
@@ -25,4 +25,4 @@
 <table border=0 cellpadding=3 cellspacing=0 width="90%">
 <tr>
 <td valign=top width=1% bgcolor=#ffffff>
-<img src=/images/spacer.gif width=200 height=1><br>
+<img src="../www/images/spacer.gif" width="200" height="1" /><br>

Modified: htdocs/trunk/nl/index.phtml
===================================================================
--- htdocs/trunk/nl/index.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/nl/index.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -3,42 +3,38 @@
  include("../emulate_globals_on.php");
 }
 ?>
-<?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/header.phtml"); ?>
-<?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-main.phtml"); ?>
+<?php include("components/header.phtml"); ?>
+<?php include("menu/menu-main.phtml"); ?>
 
-	</td>
+  </td>
   <td valign=top width=98%>
   
 <h1>Welkom op GnuCash.org</h1>
-  
-<font size=-1>
-Als u op zoek bent geweest naar een manier om uw persoonlijke financien bij te houden met Gratis Software, ben u op de juiste plek! Eenvoudig in gebruik, maar toch krachtig en flexibel stelt GnuCash u in staat bankrekeningen, aandelen, inkomsten en uitgaven bij te houden. Net zo eenvoudig te gebruiken als een kasboek register, gebasseerd op profesionele boekhoud principes om accuraatheid te garanderen. GnuCash wordt ondersteund door een actieve ontwikkelingsgroep en bloeit op tot een volwaardig boekhoudsysteem. Ontwikkeld onder de GPL hoeft u zich geen zorgen te maken dat het programma verouderd: GnuCash zal er voor u zijn.. 
-<br><br>
-Op deze website is ter bevordering van het Gnucash.org software ontwikkelingsproject. Wij zijn toegewijd in het ontwikkelen van prima financiele software voor GNU/Linux en Unix 
-gebruikers. Hierbij zijn inbegrepen de ontwikkeling van programming API's, libraries en componenten die gebruikt kunnen worden voor thuisgebruik en voor zakelijk gebruik.
-Door de nadruk te leggen op aspecten als eenvoud in gebruik, modulair ontwerp, goed-ontworpen  interfaces en een goed-gedocumenteerde code, hopen we dat GnuCash en de bijbehorende financiele libraries de keuze worden voor een GNU generatie van programmeerders en gebruikers.
-<br><br>
-Inderdaar, GnuCash werkt nu op Mac OSX, alsook onder GNU/Linux, *BSD, en de 
-traditionele Unixes: Solaris, AIX, en andere.
-</font>
 
+<p>Als u op zoek bent geweest naar een manier om uw persoonlijke financien bij te houden met Gratis Software, ben u op de juiste plek! Eenvoudig in gebruik, maar toch krachtig en flexibel stelt GnuCash u in staat bankrekeningen, aandelen, inkomsten en uitgaven bij te houden. Net zo eenvoudig te gebruiken als een kasboek register, gebasseerd op profesionele boekhoud principes om accuraatheid te garanderen. GnuCash wordt ondersteund door een actieve ontwikkelingsgroep en bloeit op tot een volwaardig boekhoudsysteem. Ontwikkeld onder de GPL hoeft u zich geen zorgen te maken dat het programma verouderd: GnuCash zal er voor u zijn.. </p>
 
-<h1>Nieuws</h1>
 
-       
+<p>Op deze website is ter bevordering van het Gnucash.org software
+ontwikkelingsproject. Wij zijn toegewijd in het ontwikkelen van prima
+financiele software voor GNU/Linux en Unix gebruikers. Hierbij zijn
+inbegrepen de ontwikkeling van programming API's, libraries en componenten
+die gebruikt kunnen worden voor thuisgebruik en voor zakelijk gebruik.  Door
+de nadruk te leggen op aspecten als eenvoud in gebruik, modulair ontwerp,
+goed-ontworpen interfaces en een goed-gedocumenteerde code, hopen we dat
+GnuCash en de bijbehorende financiele libraries de keuze worden voor een GNU
+generatie van programmeerders en gebruikers.</p>
 
-<?php 
-$en_newspath = $toppath . "/news/en/";
-$lang_newspath = $toppath . "/news/nl/";
-include($toppath."/news/news-script.php"); ?>
+<p>Inderdaar, GnuCash werkt nu op Mac OSX, alsook onder GNU/Linux, *BSD, en de 
+traditionele Unixes: Solaris, AIX, en andere.</p>
 
-<font size=-2>
-<a href="/surf/guppi-pie-demo.html">test</a>
-<a href="/surf/short.gml">test2</a>
-<a href="/surf/demo.gml">test3</a>
-</font>
-                  
+<h1>Nieuws</h1>
+      
 
+<?php 
+$en_newspath = "../news/en/";
+$lang_newspath = "../news/nl/";
+include("../news/news-script.php"); ?>
+
   </td>
 
-<?php include($GLOBALS['DOCUMENT_ROOT']."/nl/components/footer.phtml"); ?>
+<?php include("components/footer.phtml"); ?>

Modified: htdocs/trunk/nl/menu/menu-main-developer.phtml
===================================================================
--- htdocs/trunk/nl/menu/menu-main-developer.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/nl/menu/menu-main-developer.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -2,32 +2,32 @@
 
 <table border=0 cellpadding=4 cellspacing=0 width=100%>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>General Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-general.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>General Information</b>
+  <?php include("menu-general.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Documentation</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-documentation.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Documentation</b>
+  <?php include("menu-documentation.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Help</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-help.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Help</b>
+  <?php include("menu-help.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Downloads</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-downloads.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Downloads</b>
+  <?php include("menu-downloads.phtml"); ?>
   </td> </tr>
 <tr><td bgcolor=#cacaf7>
-  <img border=0 src=/images/webding.png> <b>Developer Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-developer.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Developer Information</b>
+  <?php include("menu-developer.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Other Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-other.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Other Information</b>
+  <?php include("menu-other.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Search</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-search.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Search</b>
+  <?php include("menu-search.phtml"); ?>
   </td></tr>
 </table>
 

Modified: htdocs/trunk/nl/menu/menu-main-general.phtml
===================================================================
--- htdocs/trunk/nl/menu/menu-main-general.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/nl/menu/menu-main-general.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -2,32 +2,32 @@
 
 <table border=0 cellpadding=4 cellspacing=0 width=100%>
 <tr><td bgcolor=#cacaf7>
-  <img border=0 src=/images/webding.png> <b>General Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-general.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>General Information</b>
+  <?php include("menu-general.phtml"); ?>
   </td></tr>
 <tr><td>
   <img border=0 src=/images/webding.png> <b>Documentation</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-documentation.phtml"); ?>
+  <?php include("menu-documentation.phtml"); ?>
   </td></tr>
 <tr><td>
   <img border=0 src=/images/webding.png> <b>Help</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-help.phtml"); ?>
+  <?php include("menu-help.phtml"); ?>
   </td></tr>
 <tr><td>
   <img border=0 src=/images/webding.png> <b>Downloads</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-downloads.phtml"); ?>
+  <?php include("menu-downloads.phtml"); ?>
   </td> </tr>
 <tr><td>
   <img border=0 src=/images/webding.png> <b>Developer Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-developer.phtml"); ?>
+  <?php include("menu-developer.phtml"); ?>
   </td></tr>
 <tr><td>
   <img border=0 src=/images/webding.png> <b>Other Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-other.phtml"); ?>
+  <?php include("menu-other.phtml"); ?>
   </td></tr>
 <tr><td>
   <img border=0 src=/images/webding.png> <b>Search</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-search.phtml"); ?>
+  <?php include("menu-search.phtml"); ?>
   </td></tr>
 </table>
 

Modified: htdocs/trunk/nl/menu/menu-main.phtml
===================================================================
--- htdocs/trunk/nl/menu/menu-main.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/nl/menu/menu-main.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -2,32 +2,32 @@
 
 <table border=0 cellpadding=4 cellspacing=0 width=100%>
 <tr><td bgcolor=#cacaf7>
-  <img border=0 src=/images/webding.png> <b>General Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-general.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>General Information</b>
+  <?php include("menu-general.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Documentation</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-documentation.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Documentation</b>
+  <?php include("menu-documentation.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Help</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-help.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Help</b>
+  <?php include("menu-help.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Downloads</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-downloads.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Downloads</b>
+  <?php include("menu-downloads.phtml"); ?>
   </td> </tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Developer Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-developer.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Developer Information</b>
+  <?php include("menu-developer.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Other Information</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-other.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Other Information</b>
+  <?php include("menu-other.phtml"); ?>
   </td></tr>
 <tr><td>
-  <img border=0 src=/images/webding.png> <b>Search</b>
-  <?php include($GLOBALS['DOCUMENT_ROOT']."/nl/menu/menu-search.phtml"); ?>
+  <img border=0 src="../www/images/webding.png"> <b>Search</b>
+  <?php include("menu-search.phtml"); ?>
   </td></tr>
 </table>
 

Copied: htdocs/trunk/oldnews.phtml (from rev 13990, htdocs/trunk/www/oldnews.phtml)

Copied: htdocs/trunk/promote.phtml (from rev 13990, htdocs/trunk/www/promote.phtml)
===================================================================
--- htdocs/trunk/www/promote.phtml	2006-05-10 14:54:22 UTC (rev 13990)
+++ htdocs/trunk/promote.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -0,0 +1,122 @@
+<?php 
+$title = "Promote GnuCash"; 
+include("local.php");
+include("lang.php");
+include("emulate_globals_on.php");
+include("externals/header.phtml");
+include("externals/menu-main-other.phtml");
+?>
+<div id="content">
+
+<h1><?php echo _("Promote GnuCash");?></h1>
+
+<p><?php echo _("Want to demonstrate your support for GnuCash?  Exhibit one of these banners on your site.");?>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/control_your_finan.jpg">
+<img src="<?=$top_dir?>/images/banners/control_your_finan.jpg"
+     width="125" height="125"
+     alt="[<?php echo _("Control your Finances with the Power of Open Source - GnuCash");?>]" />
+<br />
+125 x 125 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash_dollar_button.jpg">
+<img src="<?=$top_dir?>/images/banners/gnucash_dollar_button.jpg"
+     width="125" height="125"
+     alt="[<?php echo _("Gnucash Personal Finance Software");?>]" />
+<br />
+125 x 125 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/GnuCash_Long.jpg">
+<img src="<?=$top_dir?>/images/banners/GnuCash_Long.jpg"
+     width="470" height="62"
+     alt="[<?php echo _("Gnucash Personal Finance Software");?>]" />
+<br />
+470 x 62 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnu_bill.gif">
+<img src="<?=$top_dir?>/images/banners/gnu_bill.gif"
+     width="350" height="147"
+     alt="[<?php echo _("US. Dollar Bill w/Stallman's Gnu");?>]" />
+<br />
+350 x 147 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash-green.png">
+<img src="<?=$top_dir?>/images/banners/gnucash-green.png"
+     width="394" height="123"
+     alt="[<?php echo _("Name in Bouncing Green");?>]" />
+<br />
+394 x 123 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash-flying-win.png">
+<img src="<?=$top_dir?>/images/banners/gnucash-flying-win.png"
+     width="304" height="179"
+     alt="[<?php echo _("Flying Screenshots of GnuCash Screens");?>]" />
+<br />
+304 x 179 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash.jpg">
+<img src="<?=$top_dir?>/images/banners/gnucash.jpg"
+     width="256" height="53"
+     alt="[<?php echo _("white typewriter letters on black background");?>]" />
+<br />
+256 x 53 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash_brown.jpg">
+<img src="<?=$top_dir?>/images/banners/gnucash_brown.jpg"
+     width="256" height="53"
+     alt="[<?php echo _("black typewriter letters w/ drop shadow on brown background");?>]" />
+<br />
+256 x 53 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash_light.jpg">
+<img src="<?=$top_dir?>/images/banners/gnucash_light.jpg"
+     width="256" height="53"
+     alt="[<?php echo _("black typewriter letters on light brown background");?>]" />
+<br />
+256 x 53 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash_white.jpg">
+<img src="<?=$top_dir?>/images/banners/gnucash_white.jpg"
+     width="256" height="53"
+     alt="[<?php echo _("black typewriter letters on white background");?>]" />
+<br />
+256 x 53 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/gnucash_techno.gif">
+<img src="<?=$top_dir?>/images/banners/gnucash_techno.gif"
+     width="400" height="100"
+     alt="[<?php echo _("modern techno/scifi font on clear background");?>]" />
+<br />
+400 x 100 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/logo_beatnik.gif">
+<img src="<?=$top_dir?>/images/banners/logo_beatnik.gif"
+     width="287" height="88"
+     alt="[<?php echo _("black throbbing beatnik font w/ dropshadow on brown background");?>]" />
+<br />
+287 x 88 pixels</a>
+</p>
+
+<p><a href="<?=$top_dir?>/images/banners/logo_elegant.jpg">
+<img src="<?=$top_dir?>/images/banners/logo_elegant.jpg"
+     width="287" height="88"
+     alt="[<?php echo _("black elegante font on brown background");?>]" />
+<br />
+287 x 88 pixels</a>
+</p>
+
+</div>
+<?php include("externals/footer.phtml"); ?>
+

Modified: htdocs/trunk/pt_PT/components/header.phtml
===================================================================
--- htdocs/trunk/pt_PT/components/header.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/pt_PT/components/header.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,28 +1,28 @@
-<html>
-<head>
-<link rel="stylesheet" href="/pt_PT/gnucash.css" type="text/css">
-<title>GnuCash - <?php echo $title; ?></title>
-</head>
-
-<body bgcolor=#ffffff topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> 
-
-<table border=0 cellpadding=3 cellspacing=0 width="100%">
-<tr>
-<td valign=bottom colspan=2 bgcolor=#666699><img src=/images/gnucash_logo1.png></td>
-<td align=right valign=bottom bgcolor=#666699 width=45%><font size=-1 color=#ffffff>
-Idioma: 
-<a class=nav href=/en/>Inglês</a> 
-| <a class=nav href=http://www.hthoma.de/projekte/gnucash/index.html>Alemão</a>
- (<a class=nav href=/de/>réplica</a>) 
-| <a class=nav href=/fr/>Francês</a>
-| <a class=nav href=/nl/>Nederlands</a>
-| <b>Português</b>
- (<a class=nav href="http://www.au.gnucash.org/pt_PT/">réplica</a>) 
-&nbsp;</font></td>
-</tr>
-</table>
-
-<table border=0 cellpadding=3 cellspacing=0 width="90%">
-<tr>
-<td valign=top width=1% bgcolor=#ffffff>
-<img src=/images/spacer.gif width=200 height=1><br>
+<html>
+<head>
+<link rel="stylesheet" href="../www/externals/old-gnucash.css" type="text/css">
+<title>GnuCash - <?php echo $title; ?></title>
+</head>
+
+<body bgcolor=#ffffff topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> 
+
+<table border=0 cellpadding=3 cellspacing=0 width="100%">
+<tr>
+<td valign=bottom colspan=2 bgcolor=#666699><img src="../www/images/gnucash_logo1.png"></td>
+<td align=right valign=bottom bgcolor=#666699 width=45%><font size=-1 color=#ffffff>
+Idioma: 
+<a class=nav href=/en/>Inglês</a> 
+| <a class=nav href=http://www.hthoma.de/projekte/gnucash/index.html>Alemão</a>
+ (<a class=nav href=/de/>réplica</a>) 
+| <a class=nav href=/fr/>Francês</a>
+| <a class=nav href=/nl/>Nederlands</a>
+| <b>Português</b>
+ (<a class=nav href="http://www.au.gnucash.org/pt_PT/">réplica</a>) 
+&nbsp;</font></td>
+</tr>
+</table>
+
+<table border=0 cellpadding=3 cellspacing=0 width="90%">
+<tr>
+<td valign=top width=1% bgcolor=#ffffff>
+<img src="../www/images/spacer.gif" width="200" height="1"><br>

Modified: htdocs/trunk/pt_PT/index.phtml
===================================================================
--- htdocs/trunk/pt_PT/index.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/pt_PT/index.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,50 +1,41 @@
 <?php $title = "Principal"; ?>
-<?php if (!ini_get('register_globals')) {
- include("../emulate_globals_on.php");
+<?php
+if (!ini_get('register_globals')) {
+  include("../emulate_globals_on.php");
 }
 ?>
-<?php include($toppath."/pt_PT/components/header.phtml"); ?>
-<?php include($toppath."/pt_PT/menu/menu-main.phtml"); ?>
-
-	</td>
-  <td valign=top width=98%>
-  
-<h1>Bem Vindo ao GnuCash.org</h1>
-  
-<font size=-1>
-Se tem andado à procura de uma forma de gerir as suas finanças pessoais em GNU/Linux, você encontrou-a! 
-Concebido para ser fácil de utilizar, mas poderoso e flexível, o GnuCash permite-lhe acompanhar contas 
-bancárias, acções, receitas e despesas. Tão rápido e intuitivo de utilizar como o registo de um livro 
-de cheques, baseia-se em princípios profissionais de contabilidade para assegurar contas saldadas e 
-relatórios precisos. O GnuCash é suportado por uma comunidade de programadores activa e está a evoluir 
-para um completo sistema contabilístico. Desenvolvido sob a GPL, faz com que você não tenha de se preocupar 
-com a obsolescência: o GnuCash stará lá sempre para si. 
-<br><br>
-O objectivo deste sítio web é promover o projecto Gnucash.org de desenvolvimento aplicacional. Estamos 
-emprenhados em desenvolver ferramentas financeiras de topo para utilizadores do GNU/Linux e Unix. Isto 
-inclui o desenvolvimento de APIs de programação e componentes que possam ser utilizados para criar tanto 
-servidores como aplicações pessoais para utilização profissional e doméstica. Ao nos focarmos na facilidade 
-de utilização, desenho modular, arquitectura de interfaces e código bem documentado, esperamos que o GnuCash 
-e as bibliotecas financeiras associadas se tornem na escolha de uma geração de utilizadores e programadores GNU.
-<br><br>
-</font>
-
-<h1>Notícias</h1>
-
-       
-
+<?php include("components/header.phtml"); ?>
+<?php include("menu/menu-main.phtml"); ?>
+
+  </td>
+  <td valign=top width=98%>
+  
+<h1>Bem Vindo ao GnuCash.org</h1>
+  
+<p>Se tem andado à procura de uma forma de gerir as suas finanças pessoais em GNU/Linux, você encontrou-a! 
+Concebido para ser fácil de utilizar, mas poderoso e flexível, o GnuCash permite-lhe acompanhar contas 
+bancárias, acções, receitas e despesas. Tão rápido e intuitivo de utilizar como o registo de um livro 
+de cheques, baseia-se em princípios profissionais de contabilidade para assegurar contas saldadas e 
+relatórios precisos. O GnuCash é suportado por uma comunidade de programadores activa e está a evoluir 
+para um completo sistema contabilístico. Desenvolvido sob a GPL, faz com que você não tenha de se preocupar 
+com a obsolescência: o GnuCash stará lá sempre para si. </p>
+
+<p>O objectivo deste sítio web é promover o projecto Gnucash.org de desenvolvimento aplicacional. Estamos 
+emprenhados em desenvolver ferramentas financeiras de topo para utilizadores do GNU/Linux e Unix. Isto 
+inclui o desenvolvimento de APIs de programação e componentes que possam ser utilizados para criar tanto 
+servidores como aplicações pessoais para utilização profissional e doméstica. Ao nos focarmos na facilidade 
+de utilização, desenho modular, arquitectura de interfaces e código bem documentado, esperamos que o GnuCash 
+e as bibliotecas financeiras associadas se tornem na escolha de uma geração de utilizadores e programadores GNU.
+</p>
+
+<h1>Notícias</h1>
+
 <?php 
-$en_newspath = $toppath . "/news/en/";
-$lang_newspath = $toppath . "/news/pt_PT/";
-include ($toppath."/news/news-script.php"); ?>
+$en_newspath = "../news/en/";
+$lang_newspath = "../news/pt_PT/";
+include ("../news/news-script.php"); ?>
 
-<font size=-2>
-<a href="/surf/guppi-pie-demo.html">teste</a>
-<a href="/surf/short.gml">teste2</a>
-<a href="/surf/demo.gml">teste3</a>
-</font>
-                  
-
-  </td>
-
-<?php include($GLOBALS['DOCUMENT_ROOT']."/pt_PT/components/footer.phtml"); ?>
+  </td>
+
+<?php include("components/footer.phtml"); ?>
+

Copied: htdocs/trunk/robots.txt (from rev 13990, htdocs/trunk/www/robots.txt)

Copied: htdocs/trunk/rss-feed.phtml (from rev 13990, htdocs/trunk/www/rss-feed.phtml)

Copied: htdocs/trunk/sizing.phtml (from rev 13990, htdocs/trunk/www/sizing.phtml)

Deleted: htdocs/trunk/www/docs.phtml
===================================================================
--- htdocs/trunk/www/docs.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/docs.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,128 +0,0 @@
-<?php 
-$title = "Documentation Project";
-include("../emulate_globals_on.php");
-include("externals/header.phtml");
-include("externals/menu-main-documentation.phtml");
-?>
-<div id="content">
-
-<h1><?php echo _("GnuCash Documentation Project");?></h1>
-
-<p><?php echo _("This page is the home of the Gnucash Documentation Project, our goal is to maintain a community of people working towards creation of high quality documentation for GnuCash.");?></p>
-
-<p><?php echo _("Everything you need concerning GnuCash documentation should be here, if you notice something missing, email <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> and we will add it.");?></p>
-
-<div class="tblborder">
-     <div class="frametitle">
-         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
-         <b><?php echo _("GnuCash v1.8 (current stable release)");?></b>
-     </div>
-     <div class="newsinner">
-	<p><?php echo _("If you have a question about how to use GnuCash, you are in the right place. The first thing you should do is read the Help Manual and the Concepts Guide, most of your questions can probably be answered by these documents.");?></p>
-	<p><?php echo _("The Help Manual is designed to be a quick reference of how to accomplish specific tasks and how to use the features in GnuCash. The Concepts Guide is designed to be an in depth guide to the concepts behind using GnuCash with a tutorial to show how to put those concepts into practice.");?></p>
-        <div style="margin-left:25%;margin-right:25%;">
-        <table border="0" cellpadding="10" cellspacing="2">
-	<colgroup><col width="50%"><col width="50%"></colgroup>
-	<tr><td align="center" class="tblbanner">
-        <span class="smalltext"><b><?php echo _("Help Manual");?></b><br>
-        HTML: <a href="../docs/v1.8/C/gnucash-help/help.html"><?php
-	echo _("English");?></a> | 
-        <a href="../docs/v1.8/de_DE/gnucash-help/help.html"><?php
-	echo _("Deutsch");?></a><br>
-        PDF: <a href="../docs/gnucash-help.pdf"><?php
-	echo _("English");?></a></span></td>
-        <td align="center" class="tblbanner">
-        <span class="smalltext"><b><?php echo _("Concepts Guide");?></b><br>
-        HTML: <a href="../docs/v1.8/C/gnucash-guide/"><?php
-	echo _("English");?></a><br>
-        PDF: <a href="../docs/gnucash-guide.pdf"><?php
-	echo _("English");?></a>
-	</span></td></tr></table>
-        </div>
-	<p><?php echo _("Please send an email to the <a href='mailto:gnucash-user at lists.gnucash.org'>gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the Help Manual or the Concepts Guide. We <b>want</b> feedback from you, it is only through your comments that we know how to modify the documentation.");?>
-	</p>
-	<p><?php echo _("Additionally, you can talk to someone via IRC at irc.gnome.org channel \"#gnucash\" about your question.  Another resource is the <a href='http://wiki.gnucash.org/wiki/'>English</a> or <a href='http://linuxwiki.de/GnuCash'>Deutsch</a> GnuCash wikis. A wiki is an interactive website where registered users can ask and answer questions.");?></p>
-   </div>
-</div>
-
-<div>&nbsp;</div>
-
-<div class="tblborder">
-     <div class="frametitle">
-         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
-         <b><?php echo _("User Contributed Documentation");?></b>
-     </div>
-     <div class="newsinner">
-	<p><?php echo _("Some people have written HOWTO guides or tutorials. Note: the information presented in these sources may or may not be updated to the most recent version of GnuCash. If you are interested in doing development work on these documents, you should contact the original authors.");?></p>
-    <ul>
-    <li><a href="http://code.neil.williamsleesmill.me.uk/otherdocs.html"><?php
-	echo _("Neil Williams GnuCash documentation");?></a>
-    <li><a href="http://www.aerospacesoftware.com/GNU_Cash_for_Business_users_Howto_Guide.html"><?php
-	echo _("GnuCash for Business Users");?></a> 
-    (<a href="http://www.linas.org/mirrors/www.aerospacesoftware.com/2003.06.21/GNU_Cash_for_Business_users_Howto_Guide.html"><?php echo _("mirror");?></a>)
-    <li><a href="http://www.ncsysadmin.org/july2001/ncsa-gnucash-talk.html"><?php
-	echo _("Joe Mack's Tutorial");?></a>
-    <li><a href="http://www.object-refinery.com/gnucash/index.html"><?php
-	echo _("Dave Gilbert's User Guide (PDF)");?></a>
-    </ul>
-    </div>
-</div>
-
-<div>&nbsp;</div>
-
-<div class="tblborder">
-     <div class="frametitle">
-         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
-         <b><?php echo _("Older GnuCash Documentation");?></b>
-     </div>
-     <div class="newsinner">
-	<p><?php echo _("This section contains all the older GnuCash documentation. If you are using one of these old versions of GnuCash, it is highly recommended that you upgrade to the latest stable version.");?></p>
-        <ul>
-        <li><b>GnuCash v1.6</b>: 
-        <a href="../docs/v1.6/C/"><?php echo _("English");?></a> | 
-        <a href="../docs/v1.6/de_DE/"><?php echo _("Deutsch");?></a> | 
-        <a href="../docs/v1.6/es/"><?php echo _("Espagnol");?></a> | 
-        <a href="../docs/v1.6/pt_PT/"><?php echo _("Portugu&ecirc;s");?></a></li>
-        </ul>
-        <ul>
-        <li><b>GnuCash v1.4</b>:
-        <a href="../docs/fr/"><?php echo _("Fran&ccedil;ais");?></a></li>
-        </ul>
-   </div>
-</div>
-
-<div>&nbsp;</div>
-
-<div class="tblborder">
-     <div class="frametitle">
-         <img src="images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
-         <b><?php echo _("Documentation Development");?></b>
-     </div>
-     <div class="newsinner">
-        <p><?php echo _("Interesting Links");?>:<br>
-	<?php echo _("The following links are for further sites that can help with the documentation and review process.");?><br><p>
-	<a href='http://www.docbook.org'> DocBook: The Definitive Guide.</a><br>
-	<a href='http://www.sagehill.net/docbookxsl/'>DocBook XSL: The Complete Guide</a>.<br>
-	<a href='http://developer.gnome.org/projects/gup/hig/1.0/'> GNOME Human Interface
-Guidelines</a></p>
-        <p><?php echo _("For both reviewers and documentation writers");?>:<br>
-	<?php echo _("Please read the following guides. The new docs are based on the GNOME2 XML docbook system. Everyone wishing to help please follow these guides where possible when reviewing and/or writing docs.");?></p>
-        <p><a href='http://developer.gnome.org/projects/gdp/styleguide.html'>
-The GNOME Documentation Style Guide</a><br>
-<a href='http://developer.gnome.org/projects/gdp/handbook.html'>
-The GNOME Handbook of Writing Software Documentation</a></p>
-        <p><?php echo _("We suggest also subscribing to ");?><a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a>.</p>
-        <p><?php echo _("Reviewers");?></p>
-        <p><?php echo _("Please check out the documentation module from the GnuCash svn - gnucash-docs. For those not familiar with svn, the GnuCash wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description.</a> The only change to get the docs is to change the checkout gnucash to checkout gnucash-docs. You can also start from the current docs tarball.");?></p>
-        <p><?php echo _("The best way of retaining comments about docs in an easy to find way for everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> to file the bugs under documentation. This can also be done using bug-buddy.");?></p>
-        <p><?php echo _("Writers");?></p>
-        <p><?php echo _("Also checkout the docs svn as above. The usual procedure for contributors to GnuCash is to initially submit patches to the <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> mailing list. We will handle getting the patches added into svn until you are given an account. You can also add the patch to a bug report in bugzilla if you wish.");?></p>
-        <p><?php echo _("Please let other writers know which section you wish to tackle. Please forward this to <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> so that people can say 'hey I'm doing that already' or 'go ahead and do it'.");?></p>
-        <p><?php echo _("You may also want to retain a local copy of the old documentation to refer to when writing. This still has a lot of useful information in it which hasn't been transferred to the new docs");?></p>
-    </div>
-</div>
-
-</div>
-
-<?php include("externals/footer.phtml"); ?>
-

Deleted: htdocs/trunk/www/favicon.ico
===================================================================
(Binary files differ)

Deleted: htdocs/trunk/www/features.phtml
===================================================================
--- htdocs/trunk/www/features.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/features.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,124 +0,0 @@
-<?php $title = "Features"; ?>
-<?php 
-include("../emulate_globals_on.php");
-include("externals/header.phtml");
-include("externals/menu-main-general.phtml");
-?>
-
-<div id="content">
-<h1><?php echo _("Features");?></h1>
-
-<!-- images needed:
-- register
-- double-entry
-- expense account hierarchy
-- report+graph
-- invoice
-- search query builder?
-
--->
-
-<h2><?php echo _("Checkbook-Style Register");?></h2>
-
-<p>
-<img src="images/features/feature_register.png" width="300" height="200" style="float: right; border: solid thin grey; margin: 0.5em;" alt="[Register]"/>
-The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.   The register supports common checking and credit-card transactions, as well as income, stock and currency transactions.
-</p>
-<br clear="all"/>
-
-<h2><?php echo _("Double Entry");?></h2>
-<p>
-<?php echo _("Every transaction must debit one account and credit others by an equal amount. This ensures that the \"books balance\": that the difference between income and outflow exactly equals the sum of all assets and equity.");?>
-</p>
-<br clear="all" />
-
-<h2><?php echo _("Reports, Graphs");?></h2>
-<p>
-<img src="images/features/feature_graph-report.png" width="300" height="200" style="float: left; border: solid thin grey; margin: 0.5em;" alt="[Graphs]"/>
-<?php echo _("GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit &amp; Loss, Portfolio Valuation, and many others.");?>
-</p>
-<br clear="all"/>
-
-<h2><?php echo _("Income/Expense Account Types");?></h2>
-<p><?php echo _("Income/Expense Account Types (Categories) allow you to categorize your cash flow.  When used properly with the double-entry feature and equity accounts, these enable you to generate reports, such as Profit &amp; Loss, that plain-vanilla systems cannot handle.");?>
-</p>
-<br clear="all" />
-
-<h2><?php echo _("Multiple Currencies");?></h2>
-<p><?php echo _("Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled.");?>
-</p>
-<br clear="all" />
-
-<h2><?php echo _("Stock/Mutual Fund Portfolios");?></h2>
-<p><?php echo _("Track stocks individually (one per account) or in portfolio of accounts (a group of accounts that can be displayed together).");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Small Business Accounting Features");?></h2>
-<p>
-<?php echo _("Simplify managing a small business with Customer and Vendor tracking, Invoicing and Bill Payment, and Tax and Billing Terms.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("QIF Import");?></h2>
-<p><?php echo _("Intuit<sup>&reg;</sup> Quicken<sup>&reg;</sup> QIF files can be imported, and are automatically merged to eliminate duplicate transactions.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("OFX Import");?></h2>
-<p><?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are starting to use.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("HBCI Support");?></h2>
-<p><?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol, allowing German users to perform statement download and initiate bank transfers and direct debits.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Improved Import Transaction Matching");?></h2>
-<p><?php echo _("The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately recognizes duplicate transactions during file import.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Statement Reconciliation");?></h2>
-<p><?php echo _("A reconcile window with running reconciled and cleared balances makes balancing against bank statements easy.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Localization");?></h2>
-<p><?php echo _("Handles internationalized dates and currencies.  The Gnucash menus and popups have been translated to 21 languages, including Chinese, Danish, French, German, Hungarian, Italian, Japanese, Norwegian, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, Ukrainian, and British English. Documentation is available in English, French, Portuguese and Spanish.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Transaction Finder");?></h2>
-<p>
-<img src="images/features/feature_search.png" width="300" height="200" alt="[Transaction Finder]" style="float: right; margin: 0.5em; border: solid thin grey;"/>
-<?php echo _("A powerful transaction query dialogue can help you quickly locate a needle in a haystack.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("General Ledger");?></h2>
-<p><?php echo _("Multiple accounts can be displayed in one register window at the same time. This can ease the trouble of tracking down typing/entry errors. It also provides a convenient way of viewing a portfolio of many stocks, by showing all transactions in that portfolio.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Online Stock &amp; Mutual Fund Quotes");?></h2>
-<p><?php echo _("Get Stock &amp; Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Check Printing");?></h2>
-<p><?php echo _("Checks may be printed in standard formats on common check stocks. A customization GUI allows custom check layouts to be developed.");?></p>
-<br clear="all" />
-
-<dl>
-<h2><?php echo _("Scheduled Transactions");?></h2>
-<p><?php echo _("You can now create recurring transactions, including automatic reminders when a transaction is due, the ability to postpone a scheduled transaction without canceling it, and the ability to specify only a limited number of transactions.");?></p>
-<br clear="all" />
-
-<h2><?php echo _("Mortgage &amp; Loan Repayment Druid");?></h2>
-<p><?php echo _("A guided dialogue for setting up loan payments as scheduled transactions.");?>
-</p>
-<br clear="all" />
-
-<h2><?php echo _("Budgets");?></h2>
-<p><?php echo _("Plan your income and expenses, then compare your budget with reality.");?>
-</p>
-<br clear="all" />
-
-<!-- fixme: "complete user manual"? -->
-<h2><?php echo _("New User Manual and Help");?></h2>
-<p><?php echo _("A new help subsystem that focuses on how to do tasks is now available, in addition to a Tutorial and Concepts guide that gives the user background information on accounting principles and how they are reflected in GnuCash.");?></p>
-<br clear="all" />
-
-</div>
-<?php include("externals/footer.phtml"); ?>

Deleted: htdocs/trunk/www/index.phtml
===================================================================
--- htdocs/trunk/www/index.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/index.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,57 +0,0 @@
-<?php 
-$title = _("Open Source Accounting Software");
-$homepage=true;
-include("../emulate_globals_on.php");
-include("externals/header.phtml");
-include("externals/menu-main.phtml"); 
-?>
-
-<div id="content">
-
-<h1><?php echo _("Welcome to GnuCash.org")?></h1>
-
-<p><?php echo _("GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX.");?></p>
-
-<p><?php echo _("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
-
-<div>
-<h2>Feature Highlights</h2>
-<div style="float: right">
-<ul>
-<li><?php echo _("QIF/OFX/HBCI Import, Transaction Matching");?></li>
-<li><?php echo _("Reports, Graphs");?></li>
-<li><?php echo _("Scheduled Transactions");?></li>
-<li><?php echo _("Budgeting "); ?></li>
-</ul>
-</div><div style="border: solid thin white;">
-<ul>
-<li><?php echo _("Double-Entry Accounting");?></li>
-<li><?php echo _("Stock/Bond/Mutual Fund Accounts");?></li>
-<li><?php echo _("Small-Business Accounting");?></li>
-<li><?php echo _("Customers, Vendors, Jobs, <br>Invoices, A/P, A/R");?></li>
-</ul>
-</div>
-</div>
-
-
-<h1><?php echo _("News"); ?></h1>
-
-<?php
-# News will continue to be translated separately because 
-# of the .txt format. 
-  # for english, the lang and en news path are identical
-  $en_newspath  =  $toppath."news/";
-  $lang_newspath  =  $toppath."news/";
-  include($toppath."/news/news-script.php"); ?>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<a href="oldnews.phtml">Older Announcements ...</a>
-
-</div><div class="newsinner">
-Click <a href="oldnews.phtml">here</a> for older announcements ...
-</div></div>
-</div>
-
-<?php include("externals/footer.phtml"); ?>

Deleted: htdocs/trunk/www/oldnews.phtml
===================================================================
--- htdocs/trunk/www/oldnews.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/oldnews.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,3194 +0,0 @@
-<?php 
-$title = "Accounting Software for Linux";
-include("../emulate_globals_on.php");
-include("externals/header.phtml");
-include("externals/menu-main.phtml");
-?>
-<div id="content">
-
-<h1><?php echo _("Older Announcements");?></h1>
-
-<p>
-<?php echo _("This is an archive of announcements that once appeared on the GnuCash home page.");?>
-</p>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<?php echo _("<b>Announcement:</b> GnuCash 1.8.12 Release");?>
- - <b>(2005-10-20 02:07:49)</b>
-</div><div class="newsinner">
-<?php echo _("The GnuCash development team proudly announces a new stable release of the GnuCash Open Source Accounting Software version 1.8.12, which is expected to be the very last release of the gtk1-based gnucash-1.8.x series. The next release series of gnucash will be based on gtk2/gnome2, and the first pre-release packages are expected to be released this December.");?>
-<br>
-<br>
-
-<?php echo _("FAQ: \"Is this a gnome2 application?\" A: \"No.\" This release still belongs to GnuCash's 1.8.x series which is not yet ported to gtk2/gnome2. Read more below.");?><br>
-
-<b><big><?php echo _("What's New in GnuCash 1.8.12?");?></big></b><br>
-
-<?php
-
-echo " o " . _("Online Banking/HBCI improvements: Debit notes are fixed again; Bank-internal money transfers are now supported, if the HBCI bank offers them; Setup wizard can now works with HBCI, OFX-Connect, and other AqBanking backends; Fix character encoding issues in utf-8 locales; Fix date interval in the import transaction matcher for OFX and HBCI import; Fix PIN entry bug.") . "<br>";
-echo " o " . _("New currencies added: Romanian Leu, Bulgarian Lev, Malagasy Ariary") . "<br>";
-echo " o " . _("Fix problem with long date formats in some locales") . "<br>";
-echo " o " . _("Add configure macros for mips, mipsel, arm, and m68k; Fix compilation on OpenBSD 64bit architectures") . "<br>";
-echo " o " . _("Updated translations: German, Italian, Kinyarwanda") . "<br>";
-
-echo _("FAQ: \"Is this a gnome2 application?\"") . "<br>";
-echo _("A: \"No.\" This release still belongs to GnuCash's 1.8.x series which is not yet ported to gtk2/gnome2. In other words, this release is still based on gtk1.2/gnome1. The developers are working on a gtk2/gnome2 version of GnuCash, but it still takes a lot of time.") . "<br>";
-echo _("See http://gnomesupport.org/wiki/index.php/GnuCashPortingStatus for the status of the Gtk2 port. GnuCash makes use of several custom widgets as well as the Guppi graphing library. To port to gtk2 involves rewriting those widgets (e.g. the ledger, or the account hierarchy which uses GtkCTree) into the appropriate GTK2 widgets and would require the changing of the graphing code to probably use Jody's new gnome-office-graph code in Gnumeric (Guppi was never ported to gtk2 and is a dead project). But given that the GnuCash team is extremely short on programmers, the process has to exist in parallel to existing product improvements, resulting in a very gradual porting process.") . "<br>";
-echo _("If you can code C, by all means, volunteer your time, see http://gnomesupport.org/wiki/index.php/GnuCashDevelopment");?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<?php echo _("<b>Announcement:</b> GnuCash 1.8.11 Release");?>
-<b>(2005-02-07 01:51:04)</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash development team proudly announces a new stable release of the GnuCash Open Source Accounting Software version 1.8.11.");?><br><br>
-<br>
-<br>
-
-<?php echo _("FAQ: \"Is this a gnome2 application?\" A: \"No.\" This release still belongs to GnuCash's 1.8.x series which is not yet ported to gtk2/gnome2. Read more below.") . "<br>";?>
-
-<b><big><?php echo _("What's New in GnuCash 1.8.11?");?></big></b><br>
-<?php
-echo " o " . _("Business invoices: Properly accumulate splits (bug #165053)") . "<br>";
-echo " o " . _("Fix backup file naming; now existing files will no longer be accidentally overwritten (bug #164875)") . "<br>";
-echo " o " . _("HBCI: enable debit notes again") . "<br>";
-echo " o " . _("HBCI initialization problems fixed") . "<br>";
-echo " o " . _("Fix the last-day-of-month computation for leap years.") . "<br>";
-
-echo _("FAQ: \"Is this a gnome2 application?\"") . "<br>";
-echo _("A: \"No.\" This release still belongs to GnuCash's 1.8.x series which is not yet ported to gtk2/gnome2. In other words, this release is still based on gtk1.2/gnome1. The developers are working on a gtk2/gnome2 version of GnuCash, but it still takes a lot of time.") . "<br>";
-echo _("See http://gnomesupport.org/wiki/index.php/GnuCashPortingStatus for the status of the Gtk2 port. GnuCash makes use of several custom widgets as well as the Guppi graphing library. To port to gtk2 involves rewriting those widgets (e.g. the ledger, or the account hierarchy which uses GtkCTree) into the appropriate GTK2 widgets and would require the changing of the graphing code to probably use Jody's new gnome-office-graph code in Gnumeric (Guppi was never ported to gtk2 and is a dead project). But given that the GnuCash team is extremely short on programmers, the process has to exist in parallel to existing product improvements, resulting in a very gradual porting process.") . "<br>";
-echo _("If you can code C, by all means, volunteer your time, see http://gnomesupport.org/wiki/index.php/GnuCashDevelopment");?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<?php echo _("<b>Announcement:</b> GnuCash 1.8.10 Release");?>
-<b>(2004-12-13 03:12:34)</b>
-</div><div class="newsinner">
-
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.10.");?>
-<br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.10?");?></big></b><br>
-<br>
-<br><?php
-echo " o " . _("Don't use C++/C99 declarations.  Declare variables at the top of the function.") . "<br>";
-echo " o " . _("Updated British English, Czech, Italian, Russian, German, Brazilian Portugese, Dutch, French, Spanish, translations.") . "<br>";
-echo " o " . _("Fabien COELHO's zero-balance patch to remove accounts of zero balance from the report.") . "<br>";
-echo " o " . _("Fix a broken recursion problem.  Don't call show-acct? from use-acct? so we don't recurse ad flictum.  This recursive call isn't necessary, just have use-acct? recurse unto itself.") . "<br>";
-echo " o " . _("look in \${srcdir} for build-config.scm.in") . "<br>";
-echo " o " . _("Work around problems with libltdl3.") . "<br>";
-echo " o " . _("don't automatically try to (require 'format), so gnucash will build on an slib-3 system.") . "<br>";
-echo " o " . _("Added quote sources for Indian Mutual Funds.") . "<br>";
-echo " o " . _("Skip the case when a token is the empty string. This caused many warnings about a NULL kvp_frame lookup.") . "<br>";
-echo " o " . _("Luigi Ballabio's automake patch to gnucash.m4") . "<br>";
-echo " o " . _("guile-1.6 complains about string-&gt;symbol when passed a symbol.") . "<br>";
-echo " o " . _("applied Vasil's patch to improve the transaction report for HTML export purposes.") . "<br>";
-echo " o " . _("Backport of CVS-head changes to improve register open performance when working with large account trees (&gt;500 accounts).  The new code caches the quickfill tree so that it is shared by all register windows.") . "<br>";
-echo " o " . _("create gnc:current-saved-reports, as the file to store saved reports from cstim.  Autoload the saved-reports file at startup (after config.user/config.auto is loaded).") . "<br>";
-echo " o " . _("Added gnc:report-generate-saved-forms that will generate the scheme code necessary to create a new report from the saved options of an old report.") . "<br>";
-echo " o " . _("Added example Menu item \"File -&gt; Save all reports\" that will call the new report saving function for all reports. This would need more work so that not all reports are saved but only the currently selected one -- any volunteer may feel free to add that.") . "<br>";
-echo " o " . _("Fix saving of report: It now appends to ~/.gnucash/saved-reports-1.8 Statusbar tip is now more verbose.") . "<br>";
-echo " o " . _("Add toolbar element for saving the current report.") . "<br>";
-echo " o " . _("Add function for saving one particular report to the ~/.gnucash/saved-reports-1.8 file. Add extra menu only for customized reports.") . "<br>";
-echo " o " . _("Remove the previous function for saving all reports since it is no longer necessary.") . "<br>";
-echo " o " . _("Apply David Reiser's patch for Quicken(tm) cheques with stub.") . "<br>";
-echo " o " . _("Apply David Grant's patch to add TD Efunds.") . "<br>";
-echo " o " . _("make the desktop file HIG compliant.") . "<br>";
-echo " o " . _("change the gtkhtml order to search for >= 1.1 before < 1.1, in order to try to fix #84707 on systems with multiple versions of gtkhtml.") . "<br>";
-echo " o " . _("Perry Smith's Null Account Patch.  Make sure the security is a real string before appending an account separator, so we don't try to create a \"null\" account.") . "<br>";
-echo " o " . _("Add option to include zero-amount splits in computations.") . "<br>";
-echo " o " . _("fix xaccAccountGetBalanceAsOfDate() to properly compute the balance at the end of the split list.") . "<br>";
-echo " o " . _("Major change for HBCI, back-ported from HEAD. The HBCI online banking is no longer based on the openhbci library but instead on the aqbanking library http://sf.net/projects/aqbanking which is Martin Preuss' successor of openhbci. This means that now aqbanking-0.9.5 is required instead of any openhbci package.") . "<br>";
-echo " o " . _("Fixes for x86_64") . "<br>";
-echo " o " . _("Update for new LibOfx, this among other things, gives gnucash Microsoft OFC support.") . "<br>";
-echo " o " . _("Duplicate match tweaks in import code") . "<br>";
-echo " o " . _("Andreas Rottmann's patch to support g-wrap 1.9.") . "<br>";
-echo " o " . _("provide a default account name so we don't crash when someone imports a broken QIF that has a !Account without an account name.") . "<br>";
-echo " o " . _("Daniel Lindenaar's patch to implement a check-box in the Invoice Post Dialog (with a default in the File Preferences) to choose to accumulate splits when posting an invoice, or post a 1:1 mapping.") . "<br>";
-echo " o " . _("Phil Longstaff's patch to prevent duplicate pricedb entries.") . "<br>";
-echo " o " . _("Heath Martin's x86_64 patch") . "<br>";
-echo " o " . _("Mark search criteria for translation -- somehow this had been missed all the time.") . "<br>";
-echo " o " . _("Change currency mnemonic for \"New Israeli Shekel\" from \"ILS\" to \"NIS\".") . "<br>";
-echo " o " . _("Identified and fixed several places with untranslated strings.") . "<br>";
-echo " o " . _("Add configure check for libofx version 0.7.0 and respective error message. Update docs.") . "<br>";
-echo " o " . _("Improve importer performance by matching imported transactions only against transactions in the proper time interval.") . "<br>";
-echo " o " . _("send an event when a payment is processed so the invoice gets updated as \"paid\" in the search window.") . "<br>";
-echo " o " . _("Make sure we set the proper search-type when we create the query, otherwise the search will fail later.");?><br>
-
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<?php echo _("<b>DWI</b>:  Data With Interaction");?>
-<b>(2004-07-25 22:11:54)</b>
-</div><div class="newsinner">
-
-<p>
-<?php echo _("DWI, at <a href=\"http://dwi.sourceforge.net\"> http://dwi.sourceforge.net</a>, is a framework for simplifying the development of data-driven SQL applications for the Gnome/Gtk GUI system. DWI should be interesting to GnuCash developers for the following reason: DWI includes a simple Object-to-Relational Mapping (ORM) that is being integrated into <a href=\"http://qof.sourceforge.net\">QOF</a>, so as to form a full-featured QOF backend.  QOF is in turn the object system underlying GnuCash, so what this really means is that work is continuing on one of the core pieces of GnuCash.");?>
-<p>
-<?php echo _("DWI-0.6.0 includes a restructuring of the makefile system to use automake, which makes DWI easy to install for the first time. This version also includes a new QOF integration layer, and several new QOF example programs.");?>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<b><?php echo _("Convert GnuCash Data Files to QIF");?></b>
-<b>(2004-06-25 14:39:05)</b>
-</div><div class="newsinner">
-
-<?php echo _("If you have to convert all your GnuCash data to QIF, then try the <a href=\"http://gnucashtoqif.sourceforge.net/\">GnuCash to QIF</a> Java Applet.  It handles all GnuCash file formats from 1.6.0 onwards (excluding business features).");?>
-<a href="http://gnucashtoqif.sourceforge.net/">http://gnucashtoqif.sourceforge.net/</a>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<b><?php echo _("Source Code Documentation");?></b> 
-<b>(2004-05-07 13:22:28)</b>
-</div><div class="newsinner">
-
-<?php echo _("A decent set of source code documentation can be generated by using <a href=\"http://www.stack.nl/~dimitri/doxygen/\">Doxygen</a>. We've cleaned up the core engine documentation <a href=\"https://cvs.gnucash.org/docs/HEAD/modules.html\"> and put it online</a>.  We hope you are suitably impressed.");?>
-<br><br>
-<?php echo _("(Note there are additional developer docs in plain text and in texinfo formats.  What's online are just the Doxygen docs generated from what's embedded in the source.)");?>
-<br><br>
-
---linas
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<b><?php echo _("Gnome Time Tracker");?></b>
-<b>(2004-04-21&nbsp; &nbsp;04:58:00)</b>
-</div><div class="newsinner">
-
-<?php echo _("The Gnome Time Tracker is a to-do list/diary/journal tool that can track the amount of time spent on projects, and, among other things, generate reports and invoices based on that time. I've used it to keep shopping lists, organize ideas, track bug reports, keep a diary of activities, provide weekly status reports to management, and even as a consultant billing system.");?>
-<br><br>
-<?php echo _("Version 2.1.9 is now available; it fixes a number of bugs from 2.1.8 and earlier versions:");?>
-<ul>
-<li><?php echo _("Keyboard events were not resetting the timeout")?></li>
-<li><?php echo _("Fix Help system so that help actually starts up.");?></li>
-<li><?php echo _("Fix old, multiple scheme bugs affecting billing reports.");?></li>
-<li><?php echo _("Provides 'infinite undo' for cut projects.");?></li>
-<li><?php echo _("Keyboard cut (ctrl-x) fixed so that it cuts only if project window has focus.");?></li>
-<li><?php echo _("Can now specify day-of-week for the start of a new week. Also, end-of-day need not be midnight - its now configurable.");?></li>
-<li><?php echo _("Remove obsolete menu entries (clear daily counters)");?></li>
-<li><?php echo _("Fix flyover help on HTML reports");?></li>
-<li><?php echo _("Fix order of yesterday/today columns.");?></li>
-<li><?php echo _("Improve checks for Guile during builds");?></li>
-<li><?php echo _("New whiz-bang SQL for reports.");?></li>
-</ul>
-<?php echo _("The <a href=\"http://gttr.sourceforge.net\">GnoTime website is here</a> and is 
-<a href=\"http://www.linas.org/linux/gtt/gtt.html\">mirrored here</a>. Sources and CVS access is at the <a href=\"http://sourceforge.net/projects/gttr/\">sourceforge project site</a>. Most major distributions now carry GnoTime, so look to your distro first for a binary.");?>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<?php echo _("<b>QOF-0.4.1:</b> The Query Object Framework");?>
-<b>(2004-04-21&nbsp; &nbsp;03:40:57)</b>
-</div><div class="newsinner">
-<?php echo _("Version 0.4.1 of QOF is now available. QOF allows C programmers to perform SQL searches on a collection of objects without having to use an SQL database to get the results.  This is nice in several ways: first, there's a lot of work needed to take a plain-old app and make it into a database app; QOF helps avoid that work. Secondly, even if one did have an SQL app, the query is happening at 'the wrong place': most programmers want to get back pointers to their own objects, rather than lists of raw data from the database.  QOF solves this second problem very well, making it a lot easier for aps to include search and report abilities in their applications. QOF consists of a number of other features as well: basically, QOF consists of all of those parts of the GnuCash engine that aren't about accounting.");?>
-<br><br>
-<?php echo _("QOF-0.4.1 features several improvements over earlier versions:");?>
-<ul>
-<li><?php echo _("A real SQL parser.");?></li>
-<li><?php echo _("An example demo of using QOF with GLib GObjects (the example finds a particular Gtk Widget out of a collection).");?></li>
-<li><?php echo _("Support for pkg-config makes using QOF in your app just a little bit easier.");?></li>
-</ul>
-<a href="http://qof.sourceforge.net">qof.sourceforge.net</a>
-<br><br>
-
---linas
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<b>gnucash-es Nueva lista de distribución en español.</b>
-<b>(2003-11-08&nbsp; &nbsp;00:32:31)</b>
-</div><div class="newsinner">
-
-Como respuesta a la creciente comunidad hispanoparlante de gnucash se ha
-creado la lista gnucash-es, cuyo objetivo es permitir el contacto entre
-usuarios, traductores y desarrolladores de GnuCash de habla hispana.
-<p>
-Para inscribirse a la lista visite la página 
-<a href="https://lists.gnucash.org/mailman/listinfo/gnucash-es">
-https://lists.gnucash.org/mailman/listinfo/gnucash-es
-</a>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<b>gnucash-fr</b>:  nouvelle liste de diffusion en français
-<b>(2003-09-24&nbsp; &nbsp;21:44:46)</b>
-</div><div class="newsinner">
-<p>
-Vous avez essayé GnuCash. Cela vous plaît vraiment mais vous aimeriez
-obtenir de l'aide dans votre langue pour encore plus de simplicité pour
-pouvoir poser des questions et comprendre les réponses.
-Cette mailing liste est faite pour vous. Elle va permettre de rester en
-contact avec des personnes francophones utilisant GnuCash qui pourront vous
-guider dans son utilisation quotidienne aussi bien que pour une utilisation
-professionnelle. Elle permettra aussi aux personnes réfractaire à la langue
-de shakespeare de rester au courant des derniers développements du
-logiciels.
-Grâce a cela nous allons pouvoir améliorer l'internationalisation du
-logiciel, établir un réseau fiable d'utilisateurs francophone et ainsi faire
-progresser toute la communauté.
-
-</p>
-<p>
-Pour vous inscrire à la liste visitez la page suivante :
-<a href="https://lists.gnucash.org/mailman/listinfo/gnucash-fr">https://lists.gnucash.org/mailman/listinfo/gnucash-fr</a>
-</p>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<b>gnucash-it</b>: nuova lista di distribuzione in italiano
-<b>(2003-09-23&nbsp; &nbsp;16:51:52)</b>
-</div><div class="newsinner">
-
-<p>
-GnuCash sta guadagnando sempre pi&ugrave; interesse anche da parte
-della realt&agrave; italiana. Per questo motivo si &egrave; deciso di
-creare una nuova lista di distribuzione, 
-<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-it">gnucash-it</a>,
-tutta in italiano, al fine di permettere, in una prima fase, il
-coordinamento della localizzazione (l10n) ed internazionalizzazione
-(i18n) italiana del programma e, successivamente, la traduzione del
-sito. In questo modo si spera di ampliare ulteriormente la base degli
-utenti così da poter dar vita alla seconda fase di questo progetto:
-creare una nutrita comunità di utenti che siano in grado di aiutarsi
-reciprocamente.
-</p>
-<p>
-Per iscriversi alla lista, visitare la pagina
-<a href="https://lists.gnucash.org/mailman/listinfo/gnucash-it">https://lists.gnucash.org/mailman/listinfo/gnucash-it</a>
-</p>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("How to Install GnuCash on OSX");?></b>
- - <b>2004-07-22   05:23:15
-</b>
-</div><div class="newsinner">
-<?php echo _("A very nice site &amp set of instructions for Mac OSX can be found at");?>
-<br>
-<a href="http://homepage.mac.com/elliottmce/gnucash_guide/">
-http://homepage.mac.com/elliottmce/gnucash_guide/</a>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("New Support Links");?></b>
- - <b>2004-07-17   02:48:20
-</b>
-</div><div class="newsinner">
-<?php echo _("I've added two new links to the GnuCash website menus: The <a href='http://gnomesupport.org/wiki/index.php/GnuCash'>User Wiki</a> and the <a href='http://linuxwiki.de/GnuCash_2fDevelTexts'>Devel Wiki</a>. If you have questions about how to use GnuCash, including problems with installation, using, or general accounting questions, please review the <a href='http://gnomesupport.org/wiki/index.php/GnuCash'>User Wiki</a> before posting to the mailing lists.  If you figure out the answer to your questions, then please <b>edit</b> the <a href='http://gnomesupport.org/wiki/index.php/GnuCash'>User Wiki</a> to add the answer.  Yes, that's right, edit: that's what a Wiki does; it allows anyone to add, update and correct the content.  If you like GnuCash, and want to help, but don't know how, then please consider helping others by updating the Wiki.");?>
-<p>
-<?php echo _("The <a href='http://linuxwiki.de/GnuCash_2fDevelTexts'>Devel Wiki</a> contains various development notes and status.  Some developers use it, and some don't.  Tough development questions?  This is one place to look.");?>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b>Linuxtag in Karlsruhe</b>
- - <b>2004-06-22   13:57:47
-</b>
-</div><div class="newsinner">
-<i><?php echo _("Christian Stimming writes:");?></i>
-
-<p><?php echo _("I am happy to announce a presentation about GnuCash that will be held this weekend by myself at the German Linuxtag in Karlsruhe");?>.
-<a href="http://www.linuxtag.org/2004/index.html">http://www.linuxtag.org/2004/index.html</a>
-</p><p>                                                                                
-<?php echo _("The presentation is scheduled for this saturday (2004-06-26) 4pm MEST,");?>
-<a href="http://www.linuxtag.org/2004/talk.do?id=e047">
-http://www.linuxtag.org/2004/talk.do?id=e047</a>
-<?php echo _("The language of this presentation will be German. I will put the slides online shortly after the event, but they will be in German, too. :-)");?>
-</p>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;
-<?php echo _("<b>Announcement:</b> GnuCash 1.8.9 Release");?>
- - <b>2004-04-13   06:13:39
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.9.");?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.9?");?></big></b><br>
-<br>
-<br>
-<?php echo " o " . _("Updated Polish translation by GNOME PL Team, updated French, Czech,   Spanish, Russian, Dutch, German and Italian translations.<br>");
-echo " o " . _("dump-finance-quote - Be more explicit when a lookup fails.") . "<br>";
-echo " o " . _("log-replay - Increase read buffer size.") . "<br>";
-echo " o " . _("Make sure to verify that the items in the reconcile hash are still around after a refresh.") . "<br>";
-echo " o " . _("When the commodity is changed, then set the currency to the currency of the last price entered for this commodity.") . "<br>";
-echo " o " . _("Add Hungarian account templates by Sulyok Peter") . "<br>";
-echo " o " . _("Patch by Geoff Kassel to work on OpenBSD (allow user to set diffcmd).") . "<br>";
-echo " o " . _("Don't test double KVPs, on the theory that they will soon be deprecated.") . "<br>";
-echo " o  " . _("When computing the aging report, ignore splits that belong to closed lots.  This way we wont get the wrong values when the invoice falls outside the 360-day window but its payment falls inside the window.") . "<br>";
-echo " o " . _("Add gnc_getline() function to read an unlimited line-length from a file (so you're not limited to a buffer size with fgets() and the like). It is similar to the getline(3) on Linux except the API is different and it will always set the return string.") . "<br>";
-echo " o " . _("Add workaround code for openhbci/chipcard problem.") . "<br>";
-echo " o " . _("Add gnc_lookup_date_option() function.") . "<br>";
-echo " o " . _("Add gnc_ui_account_get_balance_in_currency() function.") . "<br>";
-echo " o " . _("Add preferences for summarybar.") . "<br>";
-echo " o " . _("Add xaccAccountConvertBalanceToCurrencyAsOfDate() function") . "<br>";
-echo " o " . _("Summarybar can now display a grand total of all commodities, profits of a period of time and net assets at the end of the period; summarybar can be configured with some options under edit->preferences.") . "<br>";
-echo " o " . _("Create two new functions to centralize date-selection option creation.") . "<br>";
-echo " o " . _("Export the new scheme functions.") . "<br>";
-echo " o " . _("Modify Herbert's patch to centralize the date-selection option code.") . "<br>";
-echo " o " . _("Use the new centralized date-selection option-creation code.") . "<br>";
-echo " o " . _("Fix a typo in the help (was --diable-gui).") . "<br>";
-echo " o " . _("Add db-4.2 to the list of databases we search.") . "<br>";
-echo " o " . _("Fix a problem with opt style installs.") . "<br>";
-echo " o " . _("Rename from_xxx and to_xxx account tree widgets to left_xxx and right_xxx.") . "<br>";
-echo " o " . _("If in &quot;accountant mode&quot; call &quot;transfer from&quot; &quot;credit account&quot; and &quot;transfer to&quot; &quot;debit account&quot; and interchange account trees.") . "<br>";
-echo " o " . _("Remove the RECN cell from payable/receivable to stop confusing people.") . "<br>";
-echo " o " . _("Change Ukrainian &quot;UAG&quot; into &quot;UAH&quot;") . "<br>";
-echo " o " . _("Commented out setting the memo always to &quot;Auto-created split&quot; due to popular request.") . "<br>";
-echo " o " . _("Fix for part of bug only allow auto-create SXes which have splits to be created.") . "<br>";
-echo " o " . _("HBCI transfer template management GUI added by Bernd Wagner.") . "<br>";
-echo " o " . _("Added instructions about running under valgrind.") . "<br>";
-echo " o " . _("Added a large set of valgrind suppressions for both guile and gnucash.") . "<br>";
-echo " o " . _("Change the reg_type to SEARCH_LEDGER so all the 'action' types appear.") . "<br>";
-echo " o " . _("Remove unused 'ledger_status' widget.") . "<br>";
-echo " o " . _("At least be consistent about the background coloring of the month labels, even if we're still not using GTK themeage correctly.") . "<br>";
-echo " o " . _("Destroy the transient window when the widget is destroyed.") . "<br>";
-echo " o " . _("Make the advance and remind spin-buttons editable.") . "<br>";
-echo " o " . _("Change the upper bound on the advance and remind spins to 365 [days], with a page-size of 30 [days].") . "<br>";
-echo " o " . _("Disallow the Scheduling of being-editing transactions in the Register, preventing a class of unbalanced SX template transactions from being entered and propogated through the system.") . "<br>";
-echo " o " . _("Fix nasty memory-corruption issue; insufficent bounds checking on array index.") . "<br>";
-echo " o " . _("Better handling of various error cases in transaction-creation.") . "<br>";
-echo " o " . _("When we have a problem parsing a credit/debit cell, indicate to the user what occurred.") . "<br>";
-echo " o " . _("Use the account-list filtering capability of the GncAccountSel to only show/allow-creation-of valid account-types in the loan-druid.") . "<br>";
-echo " o " . _("Add ':' to the token list of allowable characters in the formula cell.") . "<br>";
-echo " o " . _("Fix precedence bug screwing up loan review page.") . "<br>";
-echo " o " . _("Don't need to require format; main.scm handles it, and the default &quot;format&quot; (simple-format) is sufficient to handle everything we need. This allows gnucash to work with slib3.") . "<br>";
-echo " o " . _("Add code to remove &quot;intl/Makefile po/Makefile&quot; from AC_OUTPUT in   configure.in prior to calling gettextize to make sure that you can build from CVS with recent versions of gettextize.  Tested with both RH9 and RH7.3 to make sure it works with both old and new.") . "<br>";
-echo " o " . _("Move variable declaration to the top of the block.") . "<br>";
-echo " o " . _("Make sure we always have intl and po Makefiles in the configure script.  Sometimes it was ripped out without being replaced.") . "<br>";
-echo "<br><br>";
-echo _("Available at the usual places!");
-?>
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder">
-<div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Gnome Time Tracker");?></b>
- - <b>2004-04-06   06:22:15
-</b>
-</div><div class="newsinner">
-<?php echo _("GnoTime, the Gnome Time Tracker, is a desktop utility for tracking the amount of time spent on projects, and generating configurable reports and invoices based on that time. It also makes for a good to-do list tracker and idea organizer, allowing to-do list items to be sorted even while providing ample notes-taking area associated with each item.");
-echo "<br><br>";
-echo _("Version 2.1.8 is now available.  This version includes a simple search interface, for generating reports for projects that occured in a given time period.  This new feature is built using <a href='http://qof.sourceforge.net'>QOF</a>, a gnucash spin-off technology.  Version 2.1.7 introduced an easier way of allowing users to create and manage custom reports. Version 2.1.6 introduced a 'daily report' for summarizing hours worked on a day-by-day basis.  Version 2.1.5 introduced a vastly improved diary/note-taking/blogging interface.  Version 2.1.4 was the first version to introduce user-customizable reports, using a simple scheme-embedded-in-html system.");
-echo "<br><br>";
-echo _("The <a href='http://gttr.sourceforge.net'>GnoTime website is here</a> and is <a href='http://www.linas.org/linux/gtt/gtt.html'>mirrored here</a>. Sources and CVS access is at the <a href='http://sourceforge.net/projects/gttr/'> sourceforge project site</a>.  Most major distributions now carry GnoTime, so look to your distro first for a binary. Runs on Apple Macintosh OSX under Fink, too.");
-?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b>Christian Stimming Screibe:</b>
- - <b>2004-03-11   14:14:49
-</b>
-</div><div class="newsinner">
-Der angekündigte Vortrag über GnuCash und HBCI bei dem GNU/Linux
-Informationstagen Wilhelmshaven lief ganz klasse. Der Vortrag lief gut, 
-eskamen ein Haufen interessierte Fragen (hauptsächlich über HBCI-Fragen),
-und das ganze hat großen Spaß gemacht. 
-<br><br>
-Die Folien gibts auf
-<br>
-<a href="http://www.tu-harburg.de/~et2cs/gnc-whv/gnucash-whv.html">
-http://www.tu-harburg.de/~et2cs/gnc-whv/gnucash-whv.html</a>
-<br>und PDF hab ich auch
-<br>
-<a href="http://www.tu-harburg.de/~et2cs/gnc-whv/gnucash-whv.pdf">
-http://www.tu-harburg.de/~et2cs/gnc-whv/gnucash-whv.pdf</a>
-<br><br>
-Gruß, Christian
-<br><br>
-
-<?php echo _("(As noted earlier I had the opportunity to give a presentation at a local Linux day about GnuCash and HBCI online banking. This presentation went really nice, there were a number interesting questions (mostly about the German online banking HBCI) and overall it was a good experience.)");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Alternative Mail Archives");?></b>
- - <b>2004-02-01   07:09:28
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("An alternative to the mailing list archive hosted on the GnuCash website is now available. We are currently having some technical difficulties with the archive on the GnuCash website so this alternate can be used to access the archives. Please try the following url's to access the archive;");?>
-<br> <a href="http://news.gmane.org/gmane.comp.gnome.apps.gnucash.user">gnucash-user</a><br>
-<a href="http://news.gmane.org/gmane.comp.gnome.apps.gnucash.devel">gnucash-devel</a><br>
-<a href="http://news.gmane.org/gmane.comp.gnome.apps.gnucash.german">gnucash-de</a><br>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b>Announcement:</b> GnuCash 1.8.8 Release
- - <b>2003-11-19   04:48:47
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.8.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.8?");?></big></b><br>
-<br><?php
-echo " o " . _("HBCI - Improve error message when receiving zero balance from bank.") . "<br>";
-echo " o " . _("Add account template for Swiss German businesses &quot;KMU&quot; by Tom Winterhalder") . "<br>";
-echo " o " . _("Add *big* account template for German businesses &quot;SKR04&quot; by Betina Schmidt") . "<br>";
-echo " o " . _("Add Catalan and Turkish translation, Updated German, Italian, Czech, Greek and Dutch translations.") . "<br>";
-echo " o " . _("Add Turkish account template. Updated Greek account templates.") . "<br>";
-echo " o " . _("Remove debian scripts") . "<br>";
-echo " o " . _("Add a comment about minimum string length") . "<br>";
-echo " o " . _("Fix the ISO_DATELEN to be &quot;long enough&quot;") . "<br>";
-echo " o " . _("Fix handling of HBCI direct debits (fix wrong textkey). Fix and initially implement handling of multiple banks/users/customers.") . "<br>";
-echo " o " . _("Fixed extremly stupid, old bug that causes weird HBCI errors. Improved user messages.") . "<br>";
-echo " o " . _("Refactor some GUI code. Improve user messages.") . "<br>";
-echo " o " . _("BillTermDecRef should have been BillTermIncRef when setting new bill term.") . "<br>";
-echo " o " . _("Applied Frank Pavageau's patch regarding capital gains to handle split transactions.") . "<br>";
-echo " o " . _("Don't make a timespec with tv_sec == 0.  Fixes some tests on the alpha platform.") . "<br>";
-echo "<br><br>";
-echo _("Available at the usual places!");
-?>
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("European GnuCash.org Mirror");?>
-</b>
- - <b>2003-11-07   23:26:55
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("A European mirror of the GnuCash website is now operational. If you are located in Europe, Eastern Europe or Africa, and are having poor web or download response times accessing the US website, please try the <a href='http://www.at.gnucash.org'>European Mirror</a>. This mirror includes a copy of the download area and the mailing list archives as well. (Thanks to <a href='http://sts.tuwien.ac.at/staff/Sprinzl.html'>Antonin Sprinzl</a> of the Technical University of Vienna for this service).");?>
-<p><p>
-<?php echo _("Older News: Australian and Asian users are encouraged to use the <a href='http://www.au.gnucash.org'>Australian Mirror</a>.  Note that at this time the Australian Mirror does not include the mailing list archives. (Thanks to <a href='http://public.www.planetmirror.com/'>PlanetMirror</a> for this service).");?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php
-echo _("Update Debian Woody GnuCash Package");?></b>
- - <b>2003-11-06   19:01:55
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("James A. Treacy writes:");?>
-<p>
-<i>
-<?php echo _("I have just updated the gnucash package on people.debian.org. All dependencies should work now and after upgrading it should work 'out of the box'.");
-echo "<br><br>";
-echo _("Edit <tt>/etc/apt/sources.list</tt> and add <br>");
-echo "<tt> deb http://people.debian.org/~treacy/gnucash.woody ./</tt><br>";
-echo _("then");
-echo "<br><tt>apt-get update ; apt-get install gnucash</tt>";?>
-</i>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php
-echo _("Vote for GnuCash to go to Comdex!");?></b>
- - <b>2003-10-19   16:17:31
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("Your vote in the <a href='http://www.oreillynet.com/contest/comdex/'>O'Reilly &quot;Open Source Goes to COMDEX&quot; Contest</a> could send one of the GnuCash developers to Comdex to show off our wares!  Take a moment to vote, as the increased exposure of GnuCash will help attract more developers, more translators, and more accountants to help answer your questions on the mailing lists!");?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>System Outage</b>  FIXED");?>
- - <b>2003-10-11   03:09:52
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("Yes, the www.gnucash.org server was down most of today. Problem was a failed IDE controller. Please remember that the gnucash website &amp; ftp site are mirrored in Australia, at <a href='http://www.au.gnucash.org'>http://www.au.gnucash.org</a>. (A European mirror coming soon). If you know of a technology to mirror mailman mailing lists,
-let us know.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>DWI</b>:  Data With Interaction");?>
- - <b>2003-10-02   15:21:14
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("Linas Vepstas writes:");?>
-<p>
-<i>
-<?php echo _("I'm currently tearing up the guts of &quot;DWI&quot; <a href='http://dwi.sourceforge.net'> http://dwi.sourceforge.net</a> DWI was originally (and still is) a way of 'quickly' developing glade apps that are hooked to an SQL db.  I wrote a kind of tracking tool using the thing for a client (tracking maintenance of pipes & pumps), so DWI has been vetted with a 'real life' project.  I've been planning on creating a whiz-bang open source bug tracker & etc with it, but never got around to it.");?>
-</i></p><p><i>
-<?php echo _("My tear-up of the guts of DWI is turning it into a generic 'data pump'. It can suck data out of one place and stick it in somewhere else. Originally, the two places it worked with are sql tables and gnome widgets, but its in fact far more general than that.  In particular, I'm planning on prototyping a hookup to the GnuCash objects (aka qof objects) real soon now.  (which is why the qof objects get setters as well as getters in the CVS tree).");?>
-</i></p><p><i>
-<?php echo _("Part of the beauty of the thing is it does not force a 1-to-1 mapping between SQL tables and objects. The mappings can go any which way: data from different sql tables can be joined and pushed out to various assortments of widgets (including columned widgets such as ctree/clist). So its kind of a realization of my long standing complaint that I should be able to press a button, and bingo, some object turns into an SQL record(s), and back.");?>
-</i></p><p><i>
-<?php echo _("I'm not done with the DWI internal tearup yet, but soon ... After that, I'll start prototyping integration with the qof objects (probably within the DWI cvs tree).  When I'm done with that, I'm going to try to unleash the thing to create teh backend for the GnuCash business Objects.  My goal is to have very very little code for this: mostly, a specification of the SQL tables, and a mapping: 'this business object field goes into that sql field', and that's that.  The goal/side effect is that this should make adding new objects to GnuCash backend 'real easy'. Depending on how the above goes, I may or may not convert the existing sql backend to use this new system.  Although not in my current set of plans, note that DWI also offers a way of maybe simplifying the GUI design as well, providing a way of hooking glade dialogs straight to engine objects (and/or god forbid straight to sql). But that's really not something I'm planning for right now.");?>
-</i></p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Mini-Announce:</b> Auto Cap-Gains Beta");?>
- - <b>2003-09-23   03:46:36
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("Code to automatically compute and handle capital gains on stock accounts is more-or-less done, in the CVS HEAD branch.  There's a simple GUI called &quot;View Lots&quot; .  If you bring that up, and then &quot;Scrub Account&quot;, it will automatically compute cap gains for all stock purchases/sales.  If you edit prices, dates, amounts, values, etc. in the register window, the cap gains will be automatically kept in sync, i.e. should always be 'correct'.");?>
-<br><br>
-<?php echo _("Sometime after the gnome2 port, the 'Lot Viewer' GUI will get a minor extension to allow one to manually construct lots (so that one can have 'designated' trading lots).  The current default uses a FIFO policy to figure out the cap gains.");?>
-<br><br>
-<?php echo _("To try out this feature, you will have to get the CVS code and compile it yourself.  Remember, this code is still beta: it may be buggy (although I think I fixed them all), and is subject to change before the final version.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.8.7 Release");?>
- - <b>2003-09-15   03:16:00
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.7.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.7?");?></big></b><br>
-<br><?php
-echo " o " . _("Use &lt;libofx/libofx.h&gt; instead of &quot;libofx/libofx.h&quot; as it's not part of our system. Fixes a dependency problem in 1.8.6 release.") . "<br>";
-echo " o " . _("Small fix from hawkfan to get tests to work when building outside srcdir.") . "<br>";
-echo " o " . _("Fix a bug introduced by Matthew -- ANSI C does not allow you to declare a variable in the middle of an expression.  Move the declaration to the top of the function.") . "<br>";
-echo " o " . _("We don't need the trailing semi-colon because the #include adds one. The double semi-colon causes build failures in some cases.") . "<br>";?>
-
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.8.6 Release");?>
- - <b>2003-09-12   06:45:39
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.6.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.6?")?></big></b><br>
-<br><?php
-echo " o " . _("Updated Spanish, Greek, French, Czech, Slovak translations") . "<br>";
-echo " o " . _("Fixed extremely stupid bug in the import value setting workaround.") . "<br>";
-echo " o " . _("Fixed problem with SX formula_cell calls") . "<br>";
-echo " o " . _("Merge missing part of 2003-05-28 commit.  The log format changes didn't get committed for some reason, making the log replayer completely unusable.") . "<br>";
-echo " o " . _("Fixed crash during dialog startup on Solaris.") . "<br>";
-echo " o " . _("Turn off scheme garbage collection during query-&gt;scm and scm-&gt;query   conversion.  It shaves about 50% off the test-scm-query-string tests.") . "<br>";
-echo " o " . _("Make test-scm-query-string test deterministic by seeding the RNG with a known value.") . "<br>";
-echo " o " . _("Add a &quot;slots&quot; parameter to allow for future expansion.  Right now   this is completely ignored.") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash Docs 1.8.3 Release");?>
- - <b>2003-09-01   03:42:02
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash Docs team is pleased to announce the release of the docs version 1.8.3.")?><br><br>
-<b><big><?php echo _("What's New in GnuCash Docs 1.8.3?")?></big></b><br>
-<br><?php
-echo " o " . _("Fix xmllint errors") . "<br>";
-echo " o " . _("Add new credit card chapter images") . "<br>";
-echo " o " . _("Remove unused images") . "<br>";
-echo " o " . _("Updates to guide") . "<br>";
-echo " o " . _("Michael Rensing's FAQ updates") . "<br>";
-echo " o " . _("Fix reconcile column in cc payment image") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash Docs 1.8.2 Release");?>
- - <b>2003-08-20   05:05:10
-</b>
-</div><div class="newsinner">
-<br><?php
-echo _("The GnuCash team is pleased to announce the release of the docs version 1.8.2.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash Docs 1.8.2?");?></big></b><br>
-<br><?php
-echo " o " . _("Jon Lapham now primary author of Guide") . "<br>";
-echo " o " . _("Moved convert-html to make all so html gets built during 'make'") . "<br>";
-echo " o " . _("Many, many, many changes to the Guide by Jon (see changelog)") . "<br>";
-echo " o " . _("If you can't find it in the Help, look in the Guide (hint)") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.8.2 Release");?>
- - <b>2003-08-20   05:05:10
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.2.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.2?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions")?>:</b> <br>
-<?php
-echo _("GnuCash now has the ability to automatically create and enter transactions, remind 
-when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.") . "<br>";
-echo "<b>- " . _("Mortgage &amp; Loan Repayment Druid") . ":</b><br>";
-echo _("Used to setup a variable payment loan scheduled transaction.") . "<br>";
-echo "<b>- " . _("Small Business Accounting Features") . ": </b><br>";
-echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment, and using different Tax and Billing Terms in a small business.") . "<br>";
-echo "<b>- " . _("OFX Import") . ":</b><br>";
-echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.") . "<br>";
-echo "<b>- " . _("HBCI Support") . ":</b> <br>";
-echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank transfers and direct debits.") . "<br>";
-echo "<b>- " . _("New User Manual and Help") . ":</b><br>";
-echo _("A brand new user help has been written which focuses on how to do tasks in conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.") . "<br>";
-echo "<b>- " . _("New Multi-Currency Transaction Handling") . ":</b><br>";
-echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.") . "<br>";
-echo "<b>- " . _("Redesigned Menus") . "</b><br>";
-echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME Human Interface Guidelines.") . "<br>";?>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?></b></big><br>
-<br><?php
-echo " o " . _("Release of new stable version 1.8.2") . "<br>";
-echo " o " . _("Updated translations: German, Slovak, Spanish") . "<br>";
-echo " o " . _("Updated HBCI requirement to 0.9.6") . "<br>";
-echo " o " . _("Postgres fix for PG-7.3.x") . "<br>";
-echo " o " . _("More fixes for guile-1.6 support") . "<br>";
-echo " o " . _("Fix QIF Import for split transactions (#105139)") . "<br>";
-echo " o " . _("Remove &quot;display balance in Euro&quot; columns from the main window") . "<br>";
-echo " o " . _("Add &quot;display balance in Report Currency&quot; columns to the main window") . "<br>";
-echo " o " . _("Fix the transfer dialog / exchange-rate dialog so it doesn't round the values input by the user. (#106332)") . "<br>";
-echo " o " . _("Fix configure so tests won't fail on GCC 3.2.2") . "<br>";
-echo " o " . _("HBCI: avoid sending online transfers twice") . "<br>";
-echo " o " . _("Don't override the user's toolbar style (#102041)") . "<br>";
-echo " o " . _("Import: don't punish transactions with an online ID") . "<br>";
-echo " o " . _("Add engine support for employee expense vouchers") . "<br>";?>
-
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.8.5 Release");?>
- - <b>2003-08-20   03:45:09
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.5.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.5?");?></big></b><br>
-<br><?php
-echo " o " . _("Add IS_PAID column and the ability to search for paid/not-paid invoices.") . "<br>";
-echo " o " . _("Add HBCI online transfer templates and make usable") . "<br>";
-echo " o " . _("Fix a bug where if you unpost an invoice and don't bring the TaxTables up to date, the total value shown in the register is different depending on whether the cursor is on the current line or not.") . "<br>";
-echo " o " . _("Don't constantly resize the invoice window every time we update ourselves.") . "<br>";
-echo " o " . _("Updated Italian, Brazilian Portugese, German, Czech, Dutch and British English translation.") . "<br>";
-echo " o " . _("Add Subtotal and Tax labels in the summary bar to print the Invoice's total amounts.") . "<br>";
-echo " o " . _("Change the log format to use GUID instead of C pointers, use ISO8601 instead of proprietary form and log the Notes field.") . "<br>";
-echo " o " . _("Port new log replay module from HEAD.") . "<br>";
-echo " o " . _("Re-enable reversed legend in stacked barcharts. Needs Guppi 0.40.4 a.k.a. Guppi CVS, though, to actually work.") . "<br>";
-echo " o " . _("Update the Polish Zloty for its new ISO currency code.") . "<br>";
-echo " o " . _("Add ability to sort by Action and Notes.") . "<br>";
-echo " o " . _("Fix the vendor window title to use the company name, not the contact name. Change the message when the company name is left blank.") . "<br>";
-echo " o " . _("Create a new &quot;date format&quot; widget to let the user choose a date   format (and see the results of what the date would look like).") . "<br>";
-echo " o " . _("Add &quot;Deluxe Personal Check&quot; type. Add support for printing to &quot;deluxe&quot; personal checks. This prints the check &quot;sideways&quot; on a US-Letter configuration.") . "<br>";
-echo " o " . _("Backport the QueryList widget and associated usage (this allows more places to have sortable column displays for query results)") . "<br>";
-echo " o " . _("Improve HBCI error handling. Add more user feedback functions.") . "<br>";
-echo " o " . _("Add support for KtoBlzCheck, a small checking package for destination account numbers for German banks. Very small, very useful http://sourceforge.net/projects/ktoblzcheck") . "<br>";
-echo " o " . _("TRANSLATION_HOWTO: Added, by Jon Lapham") . "<br>";
-echo " o " . _("Add API to the plugin modules to allow post-processing (scrubbing) of the book after it is loaded from XML.  This allows a plug-in to post-process the complete book.") . "<br>";
-echo " o " . _("Create a scrub function to clear up bogus tax tables due to a bug which could cause tax tables to get created ad-nausium if you post and then unpost an invoice.") . "<br>";
-echo " o " . _("Create a scrub function to clear up bogus bill terms due to a bug which could cause bill terms to get created due to post/unpost of invoices.") . "<br>";
-echo " o " . _("Enable the exchange-rate dialog on &quot;search ledger&quot; registers.") . "<br>";
-echo " o " . _("Raise the import window after choosing a file.") . "<br>";
-echo " o " . _("Change dialog statements to allow for embedded percent signs in the messages. In other words, don't allow user input into the format string of a printf.") . "<br>";
-echo " o " . _("Change how the billterms option menu is used so it will change properly if you change the invoice's owner.") . "<br>";
-echo " o " . _("Don't use gnc:reverse-account-balance? to determine whether to reverse the balance -- base it purely on the report type.") . "<br>";
-echo " o " . _("Fix gncBillTermCopy() so it PROPERLY copies the bill term.") . "<br>";
-echo " o " . _("Tolerate some HBCI banks failure of the GetSystemId-job.") . "<br>";
-echo " o " . _("Don't allow selection of directory for save file.") . "<br>";
-echo " o " . _("Add fancy-invoice report, to show what else is possible.  It's not really useful per se, but it is another example for users. To be useful it requires some custom editing.") . "<br>";
-echo " o " . _("Limit the commodity choices based upon the current account type.") . "<br>";
-echo " o " . _("Add a new argument to the dialog creation functions to specify what types of commodities should be presented.Also tweak the title of the dialog based upon this argument.  Remove the &quot;new&quot; button when the dialog is limited strictly to currencies.") . "<br>";
-echo " o " . _("Show the running balance column by default in the register report.") . "<br>";
-echo " o " . _("Annotate the window title to indicate whether a register is for a single account or it includes all subaccounts.") . "<br>";
-echo " o " . _("Change the register close dialog to include a cancel option.") . "<br>";
-echo " o " . _("Don't close the register if the user cancelled.") . "<br>";
-echo " o " . _("If the user has manually entered an amount, then stop automatically updated the amount when the date is changed.") . "<br>";
-echo " o " . _("Refactor many HBCI functions to eventually enable queued processing of several HBCI jobs.") . "<br>";
-echo " o " . _("Add a &quot;retained earnings&quot; item under equity, and change the title to include the start date (Balance Sheet report).") . "<br>";
-echo " o " . _("Don't print the &quot;handling-request&quot; messages when getting stock quotes.") . "<br>";
-echo " o " . _("Display selected pixmap when opening an options window.") . "<br>";
-echo " o " . _("Fix 'Save As' so it can write to non-existing files.") . "<br>";
-echo " o " . _("New data file should have same uid/gids original file.") . "<br>";
-echo " o " . _("Added Italian account templates by Lorenzo Cappelletti") . "<br>";
-echo " o " . _("Change HBCI online transfer action so that first the gnucash Transaction is created and only after that the HBCI connection is started. Necessary for later implementation of offline queueing and multi-job execution.") . "<br>";
-echo " o " . _("Clarify the part of the HBCI setup about potentially adding HBCI accounts manually.") . "<br>";
-echo " o " . _("Add a couple of extra checks to prevent crashing if the commodity attached to a price quote has disappeared.") . "<br>";
-echo " o " . _("Provide a new warning message before deletion if a commodity has any price quotes.  If the user deletes the commodity anyway, removed any quotes are based on the commodity") . "<br>";
-echo " o " . _("Enhance the get prices routine to handle a request with a NULL currency.") . "<br>";
-echo " o " . _("Fix a crash where removing items in the wrong order could cause &quot;Bad Things&quot; to happen") . "<br>";
-echo " o " . _("Sort the bills before displaying them, so they appear in a consistent order (by date due).") . "<br>";
-echo " o " . _("Fix a bunch more rounding errors, and add more precision to the price.") . "<br>";
-echo " o " . _("Change the description and action of Invoice and Payment Transactions/Splits, to make it easier to print a check off the posted transactions.") . "<br>";
-echo " o " . _("Add Debit and Credit totals to Register report.") . "<br>";
-echo " o " . _("Differentiate between &quot;file is already locked&quot; and &quot;we can't create the lockfile&quot; so we can let the user know.") . "<br>";
-echo " o " . _("Fix the message to be more appropriate when we hit a READONLY error.") . "<br>";
-echo " o " . _("Various Postgres backend fixes") . "<br>";
-echo " o " . _("Add button for manual adding of HBCI accounts. Requires latest OpenHBCI 0.9.13") . "<br>";
-echo " o " . _("Add saving of the HBCI_API so that bank's status changes will now be remembered immediately.") . "<br>";
-echo " o " . _("Add &quot;(Report)&quot; strings to the various columns displayed in the report currency.") . "<br>";
-echo " o " . _("Set the date-entered on invoice transactions to &quot;now&quot; instead of the post date.  This lets us know when an invoice was actually posted, or a payment was actually made.") . "<br>";
-echo " o " . _("Support &quot;gain/loss&quot; balancing splits on stocks") . "<br>";
-echo " o " . _("Apply patch to fix a number of off-by-one bugs in the loan druid.") . "<br>";
-echo " o " . _("Adapted to latest gnucash-docs changes, by Jon Lapham") . "<br>";
-echo " o " . _("Add code to read XML files with real namespace declarations.") . "<br>";
-echo " o " . _("Make sure we define PWD, as not all shells define it properly.") . "<br>";
-echo " o " . _("Workaround for multi-currency importing bug.");?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php
-echo _("Network Upgrade");?></b>
- - <b>2003-08-13   02:43:14
-</b>
-</div><div class="newsinner">
-<?php echo _("The internet connection on which www.gnucash.org and the gnucash.org mail servers sit is being upgraded right now. The new line will have more bandwidth, which should speed transfers.  Note that the IP address of the website will be changing.  This change should be transparent to everyone; however, if you have trouble accessing this site after that date, you may want to try to flush your domain name cache.  If problems persist, please contact the mailing lists.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>State of the GnuCash project,</b> a call for help");?>
- - <b>2003-08-11   05:41:39
-</b>
-</div><div class="newsinner">
-<br><?php echo _("<a href='mailto:bock at step.polymtl.ca'>Benoit Gr&eacute;goire</a> has written an important document outlining some of the major issues for the GnuCash project");?>
-<br><br>
-<b><?php 
-echo _("Please spend some time to read this document and contribute to the discussion");
-?></b><br>
-<br>
-
-<br><br>
-<b><a href="/en/state_of_the_gnucash_project.phtml">State of the GnuCash project</a></b>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Network Upgrade");?></b>
- - <b>2003-07-18   14:52:53
-</b>
-</div><div class="newsinner">
-<?php echo _("The internet connection on which www.gnucash.org and the gnucash.org mail servers sit will be upgraded sometime after the week of July 23. The new line will have more bandwidth, which should speed transfers. Note that the IP address of the website will be changing. This change should be transparent to everyone; however, if you have trouble accessing this site after that date, you may want to try to flush your domain name cache.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>GnuCash on Slackware</b> Installation HOWTO");?>
- - <b>2003-06-28   17:57:04
-</b>
-</div><div class="newsinner">
-<?php echo _("RJ marquette writes:");
-echo "<br><br><i>";
-echo _("I've written a web page that may be helpful to Slackware users who want to install GnuCash, and I thought you might want to link to it on the GnuCash website. The URL is ");
-?>
-<a href="http://rjmarq.org/gnucash.html">http://rjmarq.org/gnucash.html</a>.
-</i>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> QOF: the Query Object Framework");?>
- - <b>2003-06-15   16:41:23
-</b>
-</div><div class="newsinner">
-<?php echo _("I've just started the QOF &quot;Query Object Framework&quot; project on sourceforge.  QOF consists of that part of the GnuCash engine that isn't about accounting.  I started the project because I want to use the GnuCash query framework in another project of mine (GnoTime), and after thinking about it a bit, it seemed good to split it out into its own component.");?>
-<br><br>
-<?php echo _("QOF consists of Derek Atkin's Query objects, Rob Browning's KVP trees, Bill Gribble's Numeric classes, Dave Peticolas' GUID's &amp; events, and my own fractured Backend, books, &amp; sessions. For now, I plan to keep the code in sync with GnuCash by hand. I'm not sure how things will play out in the future; I have no immediate plans.");?>
-<br><br>
-<?php echo _("The really big deal in QOF is the query framework.  I think its unique: there is no code out there that I can google that provides generic structured query functions for generic objects, without forcing you to use SQL.  I think QOF can fill an important need for programmers who write apps that need to have reports, and are sophisticated enough to realize they need queries, and yet are not ready to convert their app to an SQL app.");?>
-<br><br>
-<?php echo _("The other big part of QOF is that it can act as a cache for an SQL backend.  Note, however, that this part is 'under construcion'. Done right, it should make it easy to add SQL support for the Business Objects in GnuCash.  However, this work hasn't been started, and needs volunteers.  In particular, I'm hoping that anyone who has contemplated the SQL re-write for GnuCash can help in this area.");?>
-<br><br>
-<?php echo _("QOF compiles on my box, but I haven't yet checked in all the Makefile.am &amp; configure.in into CVS.  Hopefully, I'll have a version 0.1 out shortly. If any of the regular GnuCash developers want developer access on sourceforge, let me know.");?>
-<br><br>
-
-<a href="http://qof.sourceforge.net">qof.sourceforge.net</a>
-<br><br>
-
---linas
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.8.4 Release");?>
- - <b>2003-05-26   17:44:57
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.4.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.4?");?></big></b><br>
-<br><?php
-echo " o " . _("Fix transfer dialog to not hang if OK button is clicked w/o filling in dialog properly.") . "<br>";
-echo " o " . _("Add HTML::Parser to the list of items checked/installed.") . "<br>";
-echo " o " . _("Updated translations:  Brazilian Portuguese, Czech, Italian, German") . "<br>";
-echo " o " . _("Fix the &quot;View xxxbar&quot; menu items to track properly when a new data file is opened. Consolidate the code for manipulating the View/Statusbar and View/Summarybar menu items.  Work around a Gnome MDI bug as best as possible.") . "<br>";
-echo " o " . _("The numeric test regex was broken and would fail on ALL numerics, causing all imports to be of value zero.") . "<br>";
-echo " o " . _("Fix for creating new template transactions [from Scheduling existing transactions], such that they have valid Posted dates.") . "<br>";
-echo " o " . _("Fix for existing/old data without posted dates.  If we encounter the condition, fixup the transaction's Posted date to that of the Entered date.") . "<br>";
-echo " o " . _("Add LOT_IS_CLOSED and LOT_BALANCE query parameter methods") . "<br>";
-echo " o " . _("Fixes for 64-bit architectures.") . "<br>";
-echo " o " . _("Add gncQueryGetBooks() API to return list of books in a query.") . "<br>";
-echo " o " . _("Add INVOICE_POST_LOT query parameter methods") . "<br>";
-echo " o " . _("Add an api to force an event even when events are suspended. Without such an API, events can be lost if the event system is suspended when the event comes in.") . "<br>";
-echo " o " . _("Added gnucash wrappers around gnome-print's rotate, translate, gsave, and grestore APIs.  All to allow sideways printing (by rotating the image).") . "<br>";
-echo " o " . _("Wrap the new print-session apis.") . "<br>";
-echo " o " . _("Modify the AC_GWRAP_CHECK_GUILE() macro to take an argument, the g-wrap module directory.  Then actually test that the g-wrap module loads.  This should detect systems without slib installed.") . "<br>";
-echo " o " . _("New gwrap check macro") . "<br>";
-echo " o " . _("Deal properly when there are no prices for a commodity.") . "<br>";
-echo " o " . _("Supply a start date (as well as an end date) and don't print invoices that occur prior to the start date or after the end date. The aging information ignores the start date, but not the end date. This means the aging information will always be accurate through the end date (even if all the invoices and payments are not displayed).") . "<br>";
-echo " o " . _("Limit the itemized invoices/payments to the start/end date range, but print out a &quot;Balance&quot; line if there is a non-zero balance as of the start date.") . "<br>";
-echo " o " . _("Nikos Charonitakis's account chart updates: added new carloan account chart, updated account chart.") . "<br>";
-echo " o " . _("Use the correct columns when printing the Gain column, don't reuse the same column as profit; we want to report different values.") . "<br>";
-echo " o " . _("Don't let the user do anything with the options dialog until Apply() finishes.") . "<br>";
-echo " o " . _("Had the wrong number of arguments in gnc:account-get-balance-at-date") . "<br>";
-echo " o " . _("Add some (commented out) code to support a start date for computing the Net Income (aka Net Profit) in the Balance Sheet.") . "<br>";
-echo " o " . _("Move the instantiation of File -&gt; Properties into main-window.scm (out of business-gnome.scm) for future cases where we might decide to ship the business modules separately.") . "<br>";
-echo " o " . _("Fix the ofx test program to make sure it links on many weird platforms.") . "<br>";
-echo " o " . _("When we are asked to reload the report, queue the request, queue a draw event, and then return immediately. When the draw event happens, load the report then.  This lets you hit Apply and then OK before the report finishes loading.") . "<br>";
-echo " o " . _("Make sure we can find libofx/libofx.h") . "<br>";
-echo " o " . _("Include split transactions in the filtering of the transaction report.") . "<br>";
-echo " o " . _("Use a 'from' date to better compute the Net Income on the report.") . "<br>";
-echo " o " . _("Change the default Search Operation for numerics from &quot;less than&quot;   to &quot;equals&quot; -- so by default you would search for an exact value.") . "<br>";
-echo " o " . _("&quot;eval&quot; changed API on guile-1.6.  Use the existing API to convert a delta symbol to a delta time.") . "<br>";
-echo " o " . _("Call eval with the right number of arguments based on early or late versions.") . "<br>";
-echo " o " . _("Change the date format string to be consistent with other places (e.g. the check print dialog) and use '%' instead of '~'.") . "<br>";
-echo " o " . _("Make the Bill Due Days option selectable based on the setting of Notify Bills Due?") . "<br>";
-echo " o " . _("Don't crash if you remove the last entry and then add another one.") . "<br>";
-echo " o " . _("Deal with the case where the first transaction found for a particular company is a payment") . "<br>";
-echo " o " . _("Also print out any overpayment in the total column.") . "<br>";
-echo " o " . _("Catch errors when running the child reports so we display the failed report backtrace but also display an error and continue with the multicolumn report.") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.8.3 Release");?>
- - <b>2003-05-13   03:15:11
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.3."); 
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.3?");?></big></b><br>
-<br><?php
-echo " o " . _("Updated translations: Italian, Swedish, Danish, British, Traditional Chinese, French, German, Tamil, Brazilian Portugese.") . "<br>";
-echo " o " . _("Turn off the report-total by default") . "<br>";
-echo " o " . _("The Euroland currency rates were inverted in the transfer dialog.") . "<br>";
-echo " o " . _("Chris Morgan's Bayesian Matching code, to match transactions based on Bayesian filtering of previously matched transactions.") . "<br>";
-echo " o " . _("Fix a bug in the account name list when you you filtered down to no accounts it would ignore the filter.") . "<br>";
-echo " o " . _("The Account Separator option was moved to the Accounts page, reference correctly.") . "<br>";
-echo " o " . _("Fix the keypress handlers so they work properly for both the text entry widget and the calendar popup widget.") . "<br>";
-echo " o " . _("Force the cursor to the first line of a transaction split before disabling &quot;double line&quot; mode in the register.  This prevents the register refresh code from trying to update a cell that is no longer visible.") . "<br>";
-echo " o " . _("Fix HBCI close-on-finished checkbutton.") . "<br>";
-echo " o " . _("Add descriptions of new HBCI actions.") . "<br>";
-echo " o " . _("OpenBSD fixes by Todd T. Fries") . "<br>";
-echo " o " . _("New report &quot;income vs. day of week&quot; by Andy Wingo") . "<br>";
-echo " o " . _("Fix a couple strings to improve comments when owners and accounts are missing.  Direct the user to select them in the report options.") . "<br>";
-echo " o " . _("When building the &quot;name + address&quot; string, check if the company name and contact name are the same and, if so, only print one of them.") . "<br>";
-echo " o " . _("Fix the glade settings so resizing the window will properly resize the widgets.") . "<br>";
-echo " o " . _("Save the entry cells before adding an it to the invoice, otherwise it won't get sorted properly.") . "<br>";
-echo " o " . _("Add support in business code for the to-charge amount.") . "<br>";
-echo " o " . _("Don't ask the user in the general case when making changes to entries.  Generally the user should be allowed to make whatever changes they want without being pestered.") . "<br>";
-echo " o " . _("Guile-1.6 requires empty lists to be quoted.") . "<br>";
-echo " o " . _("Symbols are not strings in guile-1.6.") . "<br>";
-echo " o " . _("Fix &quot;WeekDelta&quot; and add TwoWeekDelta.") . "<br>";
-echo " o " . _("Pop up a dialog if the user tries to transfer from a non-currency account, and don't let them do it.") . "<br>";
-echo " o " . _("Evaluate the date during get_predicate() in case the user just &quot;hit
-   return&quot; (and the auto-evaluate didn't happen).") . "<br>";
-echo " o " . _("Fix crash during import of investment accounts.") . "<br>";
-echo " o " . _("Fixes for GCC 3.3 warnings") . "<br>";
-echo " o " . _("Fix HBCI user messages where chip cards were confused with key files.") . "<br>";
-echo " o " . _("Adapt to latest changes in OpenHBCI CVS.") . "<br>";
-echo " o " . _("Applied Tomas Pospisek's patch to the transaction report.") . "<br>";
-echo " o " . _("Fix the description of gnc:mdi-show-progress.") . "<br>";
-echo " o " . _("Enable changing the &quot;ID&quot; for different business objects.") . "<br>";
-echo " o " . _("Fix the percentage calculations so we don't get GtkCritical warnings.") . "<br>";
-echo " o " . _("Disable the test-scm-query-import test, since it breaks on guile-1.6") . "<br>";
-echo " o " . _("Move currency conversion to gnc-pricedb.c") . "<br>";
-echo " o " . _("Improve report for stocks and funds not denominated in report currency.") . "<br>";
-echo " o " . _("QIF imports don't assume that a date of the form XXXXXXXX is always YYYYMMDD. Make sure a 4-digit year &quot;makes sense&quot;") . "<br>";
-echo " o " . _("Fix hbci and ofx test for handling --disable correctly.") . "<br>";
-echo " o " . _("Fix openhbci macro again so that it uses a C check program.") . "<br>";
-echo " o " . _("New gnucash-docs release (1.8.1)") . "<br>";
-?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php
-echo _("SERVER BACK ONLINE, SOME DATA LOSS");?></b>
- - <b>2003-04-30   04:59:36
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash.org Server is back online, and should now be fully operational. However, there has been some data loss: if you subscribed (or unsubscribed) to any mailing list, between 12 December 2002 and 28 April 2003, your membership info has been lost. Furthermore, <b>all</b> configuration info for the German <tt>gnucash-de</tt> mailing list has been lost. (My sincerest apologies, Christian).  However, most of the mailing list archives should be intact (possibly excepting Jan-April 2003, which might be damaged).  All web pages should work at least as well as before, and all FTP site contents have been restored and should be fine. If you experience problems, please report them to me. <b>Mail is still not being delivered; investigating</b>");?>
-<br><br>
-<b><i><?php echo _("So what happened?");?></i></b>  
-<?php echo _("It was the classic server-failure triple-whammy. This server has RAID disk mirrors to minimize down-time due to a failed disk, and is backed up nightly in order to safeguard against catastrophic data loss.  Hard-drive status was monitored with <tt>smartmontools</tt> and reported regularly with <tt>logcheck</tt>. So how could this belt-and-suspenders system be down so long, and result in lost data before its all over?");?>
-<br><br>
-<?php echo _("Over the last few months, <tt>smartmontools</tt> was reporting occasional disk status changes, but none of these seemed to be in the form of warnings, or had any hint of being dire. At the same time, there were increasing numbers of <tt>status error: status=0x58 { DriveReady SeekComplete DataRequest }</tt> messages showing up in the system log.  In mid-April, these messages started showing up at least hourly, and were coupled with the cryptic S.M.A.R.T. messages (it didn't help that I was running the older, more cryptic <tt>smartsuite</tt>, not the new, improved <tt>smartmontools</tt>).  Finally, the server locked up, waiting for a DMA to complete, that never would.  Reboot. Locks up. Reboot again, locks up (warlord calls by phone to point this out). I disabled DMA, went to PIO-mode for the disk in question, and things cleared up. I then made my first thinko: I concluded that one of my hard drives was on the verge of failing completely (the DMA should have clue-trained me in).");
-echo _("I procured a replacement disk, and then made my second 'operator error':  I replaced the failing disk. My logic was this:  there are two disks in the raid array; both are exact duplicates of each other.  Therefore, if I replace the failed disk, the contents of the good disk will be restored onto the blank disk automatically. Easy as pie.  I've done it many times before.   It didn't work this time. Upon reboot, I got a gazillion <tt>fsck</tt>'ing errors, the file system was corrupted. In addition, I was getting a <i>lot</i> of <tt>status error: status=0x58 { DriveReady SeekComplete DataRequest }</tt> from what used to be the 'good' disk. I ploughed on.");
-echo _("At this time, I assumed that maybe both disks were bad, a reasonable assumption; these were the infamous IBM-lawsuit drives. I guessed that the raid array was hiding the badness from me: whenever one disk had trouble, the RAID would go to the other disk, and all was well in the kingdom, even though anarchy seethed just below the surface. Oh well.  I procured a second hard drive, and replaced that.  With more <tt>fsck</tt>'ing error in the process.  Then I notice that I'm still getting SeekComplete's in the syslog, even with the new disks. Now, the replacement disks are the same lawsuit-brand and model number as the old disks, so woe is me, this is my third mistake, I assume, incorrectly, that its the brand and model number, and get a new third disk.  When the errors don't abate, it suddenly becomes clear that its not the drives, its the controller or cable).");?>
-<br><br>
-<?php echo _("Now the fun and hacking begin.  Stay up til three AM playing the swap-the-cables-and-reboot game.  The failing controller was on the system planar ('motherboard'), so there is no way to remove it; one can only play with BIOS settings. But BIOS (and the Linux kernel shares the blame) has this magic way of renumbering IDE drives when one plugs in or removes controllers, enables or disables controller ports, etc.  This can be overcome, but is a provides a steady stream of hurdles to jump: one must boot a rescue diskette first, then mount, then re-write the boot sector, then reboot, then edit <tt>/etc/fstab</tt>, and then try again. Over and over and over. It didn't help that my rescue diskette didn't have RAID on it: so that was one more thing to hack around.   Finally build a stable system, and now it comes time to restore the data files that were <tt>fsck</tt>'ed out of existence.  To restore <tt>/usr</tt>, I decide that reinstall of the OS is appropriate. I then restore the FTP site, which was badly corrupted.");
-echo _("Restore the mailing lists; no problems, only October 1998 was lost and restored.  Restore the website; only minor damage there. Then restore the mailing list subscriber info in <tt>/var/lib/mailman/lists</tt> ... Uhh ... whoops.  That directory was <i>not</i> backed up nightly.   I had falsely assumed that everything in <tt>/var/lib/mailman/lists</tt> was stuff that could be recovered by re-installing <tt>mailman</tt>.  I had no idea that it kept subscriber info there.  Mistake number four (number zero?): this critical directory was not one that was backed up nightly. I was lucky to find a December 2002 backup of it;  it could  have easily been December 2001 and then I really would have felt sorry.");
-echo _("Mistake five: turns out the backup machine had overflowed, and stopped making backups on 5 April.  Fortunately for me, not much has happened since 5 April.   I hope this little story makes it clear that running a public web site in a professional manner can sometimes be a walk in the park, and sometimes guerilla warfare. BTW, yes, every now and then, this server is backed up to an off-site location, so that if the machine is stolen, or the house burns down, all is not lost.");?>
-<br><br>
-<?php echo _("Also, BTW, my 'failed' disks are fine: once they were off the bad controller, the errors stopped. I am still eyeing them with suspicion, but ...");?>
-<br><br>
-<?php echo _("Some lessons drawn from this, or rather some complaints, are documented at");?>
-<a href="http://www.linas.org/linux/peeves.html">http://www.linas.org/linux/peeves.html</a>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>SERVER OUTAGE:</b> Continuing File System Problems");?>
- - <b>2003-04-29   04:10:54
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash Server is continuing to experience an assortment of problems, whose root cause is a set of failing hard drives and is masked by a faulty ide controller and/or ribbon cables. The drives have been replaced, and the ide controller has been replaced. However, in the process, data has been corrupted, and has not yet been restored.");?>
-<br><br>
-<?php echo _("The mailing lists appear to be broken, and I am attempting to fix this.  If you subscribed since April 4th, it is possible that your subscription is lost, and you may have to resubscribe.  Some of the mail archives got corrputed, and are permanantly lost (they were'nt being backed up due to backup configuration error).  Some of the ftp site may possibly be corrupted, I haven't yet had the time to restore the ftp site.  its possible that parts of the web site may be corrupted; I haven't yet restored the web site.  Please bear with, things should get fixed in a few days. If you are curious about the agony of dealing with this, see");?>
-<a href="http://www.linas.org/linux/peeves.html">http://www.linas.org/linux/peeves.html</a>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>SERVER OUTAGE:</b> Continuing File System Problems");?>
- - <b>2003-04-24   05:50:14
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash Server is continuing to experience an assortment of problems, whose root cause is a set of failing hard drives.  The drives have been replaced, but problems remain.   The mailing lists appear to be broken, and I am attempting to fix this.  If you subscribed since April 4th, it is possible that your subscription is lost, and you may have to resubscribe.  Some of the mail archives got corrputed, and are permanantly lost (they were'nt being backed up due to backup configuration error).  Some of the ftp site may possibly be corrupted, I haven't yet had the time to restore the ftp site.  its possible that
-parts of the web site may be corrupted; I haven't yet restored the web site.  Please bear with, things should get fixed in a few days. If you are curious about the agony of dealing with this, see");?>
-<a href="http://www.linas.org/linux/peeves.html">http://www.linas.org/linux/peeves.html</a>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.8.1 Release");?>
- - <b>2003-02-11   04:58:51
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.1.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.1?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions");?>:</b> <br>
-<?php echo _("GnuCash now has the ability to automatically create and enter transactions, remind when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.");?>
-<br>
-<b>- <?php echo _("Mortgage &amp; Loan Repayment Druid");?>:</b><br>
-<?php echo _("Used to setup a variable payment loan scheduled transaction.");?>
-<br>
-<b>- <?php echo _("Small Business Accounting Features");?>: </b><br>
-<?php echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment, and using different Tax and Billing Terms in a small business.");?>
-<br>
-<b>- <?php echo _("OFX Import");?>:</b><br>
-<?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.");?>
-<b>- <?php echo _("HBCI Support");?>:</b> <br>
-<?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank  transfers and direct debits.");?><br>
-<b>- <?php echo _("New User Manual and Help");?>:</b><br>
-<?php echo _("A brand new user help has been written which focuses on how to do tasks in  conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.");?><br>
-<b>- <?php echo _("New Multi-Currency Transaction Handling");?>:</b><br>
-<?php echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.");?><br>
-<b>- <?php echo _("Redesigned Menus");?></b><br>
-<?php echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME  Human Interface Guidelines.");?><br>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?>;</b></big><br>
-<br><?php
-echo " o " . _("Release of new stable version 1.8.1") . "<br>";
-echo " o " . _("Fixes for qif import crashes");
-echo " o " . _("Update translation po/it.po by Lorenzo Cappelletti") . "<br>";
-echo " o " . _("Remove the tip that says that this is a development version.") . "<br>";
-echo " o " . _("Remove the &quot;development version&quot; string when running &quot;gnucash  --version&quot;") . "<br>";
-echo " o " . _("Add heuristic for duplicate matching by check number.") . "<br>";
-echo " o " . _("Various bug fixes, remove Finance::Quote requirement for rpms built on RH 8.0") . "<br>";?>
-
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.8.0 Release");?>
- - <b>2003-02-03   08:41:27
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.8.0.");
-?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.8.0?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions")?>:</b> <br>
-<?php echo _("GnuCash now has the ability to automatically create and enter transactions, remind when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.") . "<br>";?>
-<b>- <?php echo _("Mortgage &amp; Loan Repayment Druid");?>:</b><br>
-<?php echo _("Used to setup a variable payment loan scheduled transaction.");?><br>
-<b>- <?php echo _("Small Business Accounting Features");?>: </b><br>
-<?php echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment, and using different Tax and Billing Terms in a small business.");?><br>
-<b>- <?php echo _("OFX Import");?>:</b><br>
-<?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.");?><br>
-<b>- <?php echo _("HBCI Support");?>:</b> <br>
-<?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank  transfers and direct debits.");?><br>
-<b>- <?php echo _("New User Manual and Help");?>:</b><br>
-<?php echo _("A brand new user help has been written which focuses on how to do tasks in  conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.");?><br>
-<b>- <?php echo _("New Multi-Currency Transaction Handling");?>:</b><br>
-<?php echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.");?><br>
-<b>- <?php echo _("Redesigned Menus");?></b><br>
-<?php echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME  Human Interface Guidelines.");?><br>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?>;</b></big><br>
-<br><?php
-echo " o " . _("Release of new stable version 1.8.0") . "<br>";
-echo " o " . _("Fix problem getting quotes from trustnet.") . "<br>";
-echo " o " . _("Add new script that dumps all the data returned by F::Q for a stock.") . "<br>";
-echo " o " . _("Apply Bill Nottingham's patch to use db4/db_185.h") . "<br>";
-echo " o " . _("Updated translations, po/en_GB.po by Nigel Titley, po/it.po by Lorenzo Cappelletti") . "<br>";
-echo " o " . _("Fix HBCI problem with negative account balances.") . "<br>";
-echo " o " . _("Add preference (on advanced tab) to enable HBCI debug messages.") . "<br>";
-echo " o " . _("Fix the Recurrence-Frequency example-calendar date calculation to show upcoming instances correctly.") . "<br>";
-echo " o " . _("Add HBCI user messages about what is supported by the bank.") . "<br>";
-echo " o " . _("Fixes for gcc 3.x build problems with postgresql backend") . "<br>";
-echo " o " . _("Many more fixes for the postgresql backend") . "<br>";
-echo " o " . _("Fix the &quot;bill reminder&quot; so it doesn't create a query if there are   no payables accounts.") . "<br>";
-echo " o " . _("Fix some of the accounts in the tree to be more accurate to the real world.") . "<br>";
-echo " o " . _("Only set ReadOnly status for Invoices, not Payments.") . "<br>";
-echo " o " . _("Fix several bugs in QIF importer") . "<br>";
-echo " o " . _("Recognize even more error codes from OpenHBCI.") . "<br>";
-echo " o " . _("No longer assume that transaction with type OFX_OTHER are investment transactions.") . "<br>";
-echo " o " . _("Don't add income accounts to bills, or expense accounts to invoices.  This should help further reduce user confusion with what to do when entering invoices.") . "<br>";
-echo " o " . _("Lots more bugfixes") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash Docs 1.7.8"); ?>
- - <b>2003-01-28   01:46:46
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce GnuCash Docs version 1.7.8.");?>
-<br><br>
-
-<big><b><?php echo _("Updated in this version");?>;</b></big><br>
-<br><?php
-echo " o " . _("Add patch from RedHat for db4 support") . "<br>";
-echo " o " . _("Copy of required portions of docbook-xsl 1.45") . "<br>";
-echo " o " . _("Change to point at internal version of docbook-xsl 1.45 stylesheets. This fixes the problem of the stylesheets needing to go online to do the conversion from XML to HTML.") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b>gnucash-de at gnucash.org</b> <?php
-echo _("German / Deutsch Mailing List");?>
- - <b>2003-01-27   16:29:05
-</b>
-</div><div class="newsinner">
-<?php echo _("A new mailing list for German speaking GnuCash users has been created: gnucash-de at gnucash.org. To subscribe, visit <a href='http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de'>http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de</a> and enter your email address there. You can choose whether you would like to receive the administrative emails in German or in English language.");?>
-<br><br>
-<?php echo _("This list is meant for discussions in German language about the general usage of GnuCash, as well as specific topics only relevant to German users (e.g. HBCI or German tax system).");?>
-<br><br>
-
-Ab sofort existiert eine neue Mailingliste für die deutschsprachigen 
-Benutzer von GnuCash. Um sie zu abonnieren, trage man auf 
-<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
-http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de</a> seine 
-E-Mail-Adresse ein. Man kann dort außerdem wählen, ob man 
-administrativen E-Mails lieber auf Deutsch oder auf Englisch erhalten 
-möchte.
-<br><br>
-
-Diese Liste ist zur deutschsprachigen Diskussion der GnuCash-Benutzung 
-gedacht. Gleichzeitig können dort die Deutschland-spezifischen Features 
-von GnuCash diskutiert werden (z.B. HBCI oder deutsches Steuerrecht).
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.7.8 Release Candidate 3: &quot;Lil Devil&quot;");?>
- - <b>2003-01-21   10:58:40
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce Release Candidate 2 version 1.7.8: &quot;Lil Devil&quot;.");?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.7.8?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions");?>:</b> <br>
-<?php echo _("GnuCash now has the ability to automatically create and enter transactions, remind when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.") . "<br>";
-echo "<b>- " . _("Mortgage &amp; Loan Repayment Druid:") . "</b><br>";
-echo _("Used to setup a variable payment loan scheduled transaction.") . "<br>";
-echo "<b>- " . _("Small Business Accounting Features") . ": </b><br>";
-echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment, and using different Tax and Billing Terms in a small business.") . "<br>";
-echo "<b>- " . _("OFX Import") . ":</b><br>";
-echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.") . "<br>";
-echo "<b>- " . _("HBCI Support") . ":</b> <br>";
-echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank transfers and direct debits.") . "<br>";
-echo "<b>- " . _("New User Manual and Help") . ":</b><br>";
-echo _("A brand new user help has been written which focuses on how to do tasks in  conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.") . "<br>";
-echo "<b>- " . _("New Multi-Currency Transaction Handling") . ":</b><br>";
-echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.") . "<br>";
-echo "<b>- " . _("Redesigned Menus") . "</b><br>";
-echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME Human Interface Guidelines.") . "<br>";?>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?>;</b></big><br>
-<br><?php
-echo " o " . _("Welcome to Release Candidate 3") . "<br>";
-echo " o " . _("Fixed build issues introduced in last release") . "<br>";
-echo " o " . _("Fix compile errors on SuSE 8.0 + 8.1") . "<br>";
-echo " o " . _("Update translations, po/ru.po by Vitaly Lipatov, po/el.po by   ta_panta_rei at flashmail.com") . "<br>";
-echo " o " . _("Ignore certain splits with an &quot;amount&quot; of zero.") . "<br>";
-echo " o " . _("Convert from the old to new symbols for Russian Roubles.") . "<br>";
-echo " o " . _("Invoices change a couple of columns.  Enable viewing the &quot;taxable&quot; entry. Enable viewing all the tax accounts individually.") . "<br>";
-echo " o " . _("Scrub hbci include paths to prevent gcc 3.x compile errors.") . "<br>";
-echo " o " . _("Default the OFX import directory to the directory of the last OFX file imported, or the user's home dir for the first export. Remembered across invocations of gnucash.") . "<br>";
-echo " o " . _("Default the save directory to the directory of the last file used. Default the exports directory to the directory of the last file exported, or the user's home dir for the first export. Remembered across invocations of gnucash.") . "<br>";
-echo " o " . _("Correctly handle the case where no stocks have been defined and the user asks gnucash to get price quotes.") . "<br>";
-echo " o " . _("Work around bug in ghttp library so that intl users whose whole units/fractions separator is a comma can request web pages.") . "<br>";
-echo " o " . _("Add &quot;Default Report Currency&quot; preference.") . "<br>";
-echo " o " . _("Set invoice currency based on owner's currency.") . "<br>";
-echo " o " . _("Use invoice's currency for printing the invoice.") . "<br>";
-echo " o " . _("Make the progress bar argument a double instead of an int. This gets around an issue with guile 1.6.") . "<br>";
-echo " o " . _("Add a checkbox to search-for-all") . "<br>";
-echo " o " . _("Changes to make the build system work on multiple architectures and with multiple versions of the autotools suite.  Make generated g-wrap sources depend on config.status.") . "<br>";
-echo " o " . _("Remove restriction on guile versions &gt; 1.4 Provide a version dependent load path variable for the SRFI location. (Empty in 1.6 since they're bundled with guile.)") . "<br>";
-echo " o " . _("Limit QIF matches against only the accounts in the old group, so we don't match against ourselves.  This should limit the matches to only &quot;reasonable&quot; matches.") . "<br>";
-echo " o " . _("Remove &quot;user name&quot; and &quot;user address&quot; preferences, as they are no longer used by anything.") . "<br>";
-echo " o " . _("Create a taxtable option type using the new generic option menu code");
-echo " o " . _("Create a default customer and default vendor taxtable option for the &quot;File Properties&quot; option menu.") . "<br>";
-echo " o " . _("Reset the search-type to &quot;New Search&quot; if we end up displaying no
-   results.") . "<br>";
-echo " o " . _("Use the &quot;New Search Limit&quot; pref to decide when to start a new search vs. when refine the search.") . "<br>";
-echo " o " . _("Create two new global preferences: &quot;Notify Bills Due?&quot; and &quot;Bills Due Days&quot;") . "<br>";
-echo " o " . _("Added sources needed for OS X to dist.") . "<br>";
-echo " o " . _("Lots more bugfixes") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.7.7 Release Candidate 2: &quot;It ain't easy, livin free&quot;");?>
- - <b>2003-01-06   11:40:34
-</b>
-</div><div class="newsinner">
-<?php echo _("The GnuCash team is pleased to announce Release Candidate 2 version 1.7.7: &quot;It ain't easy, livin free&quot;");?>.<br><br>
-<b><big><?php echo _("What's New in GnuCash 1.7.7?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions");?>:</b> <br>
-<?php echo _("GnuCash now has the ability to automatically create and enter transactions, remind when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.") . "<br>";
-echo "<b>- " . _("Mortgage &amp; Loan Repayment Druid") . ":</b><br>";
-echo _("Used to setup a variable payment loan scheduled transaction.") . "<br>";
-echo "<b>- " . _("Small Business Accounting Features") . ": </b><br>";
-echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment,
- and using different Tax and Billing Terms in a small business.") . "<br>";
-echo "<b>- " . _("OFX Import") . ":</b><br>";
-echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.") . "<br>";
-echo "<b>- " . _("HBCI Support") . ":</b> <br>";
-echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank transfers and direct debits.") . "<br>";
-echo "<b>- " . _("New User Manual and Help") . ":</b><br>";
-echo _("A brand new user help has been written which focuses on how to do tasks in  conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.") . "<br>";
-echo "<b>- " . _("New Multi-Currency Transaction Handling") . ":</b><br>";
-echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.") . "<br>";
-echo "<b>- " . _("Redesigned Menus") . "</b><br>";
-echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME Human Interface Guidelines.") . "<br>";?>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?>;</b></big><br>
-<br><?php
-echo " o " . _("Welcome to Release Candidate 2") . "<br>";
-echo " o " . _("Give the user better feedback on exactly what the exchange rate means.") . "<br>";
-echo " o " . _("Better handling of corrupt XML data files. Print better error messages for unknown tags, or mismatched start/end tags.") . "<br>";
-echo " o " . _("When checking for gtkhtml-1.1, make the lack of pkg-config a fatal error. Also check for pkgconfig") . "<br>";
-echo " o " . _("Updated translations, po/de.po") . "<br>";
-echo " o " . _("Fix HBCI reparent warnings. Make the PIN dialog a bit nicer.") . "<br>";
-echo " o " . _("Fixes to Postgresql backend.") . "<br>";
-echo " o " . _("Changed the &quot;ALTER TABLE table ADD COLUMN...&quot; statements to conform to the current Postgres implementation (and SQL 92) standard by putting the DEFAULT modifier in a separate ALTER statement. This was reported by Christopher B. Browne.") . "<br>";
-echo " o " . _("Implement unpost function in invoices.") . "<br>";
-echo " o " . _("Correctly open a help window when the initial URL contains a label component to it.") . "<br>";
-echo " o " . _("Make the reconciliation window respect the 'include subaccount' flag any time it opens a register.  Consolidate logic for opening a new register. Enhance the reconciliation start window to update the ending value when this flag is changed.") . "<br>";
-echo " o " . _("If the amount is monetary, map the keypad decimal key to the correct decimal character for the locale.") . "<br>";
-echo " o " . _("Fix malformed URLs for bringing up a report options window.") . "<br>";
-echo " o " . _("Add new option for specifying sort critera for piecharts and barcharts.") . "<br>";
-echo " o " . _("The report title should change when the report name field is changed in the options.") . "<br>";
-echo " o " . _("Add a smart function for going &quot;back&quot; from the &quot;load a file&quot; page. If there are any files loaded it returns to the &quot;loaded files&quot; page instead of the initial druid page.") . "<br>";
-echo " o " . _("Add support for i18n of price source strings.") . "<br>";
-echo " o " . _("Add icons to gtk only windows.") . "<br>";
-echo " o " . _("Search on NOTES add code to prevent searching on template-txn accounts so SXes don't show up in find results.") . "<br>";
-echo " o " . _("Create a 'file compression' option and pass the data into the backend. This is an option in the preferences.") . "<br>";
-echo " o " . _("Provide a simple checkbook set of accounts") . "<br>";
-echo " o " . _("When editing an exchange rate, always change the _VALUE_ of the split, not the amount.  This has the affect of keeping the visible number the same and changing the &quot;other&quot; account.") . "<br>";
-echo " o " . _("Add a set of business accounts to the account setup") . "<br>";
-echo " o " . _("Give a much higher importance to the date heuristics in the OFX import.") . "<br>";
-echo " o " . _("Disable skipping transactions which already have an online id during matching, untill a fix for the &quot;transfer between two accounts&quot; bug is properly fixed.") . "<br>";
-echo " o " . _("Large set of fixes to the build system by John H. Pierce") . "&lt;john at killterm.org&gt;" . "<br>";
-echo " o " . _("Lots more bugfixes") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("Gnome Time Tracker");?></b>
- - <b>2002-12-27   16:54:56
-</b>
-</div><div class="newsinner">
-<br><br>
-<?php echo _("GnoTime, the Gnome Time Tracker, is a to-do list manager. It has a built in project timer to keep track of the time spent on a project, and an invoicing system for billing time &amp; services. GnoTime is the Gnome2 port of GTT from the gnome-utils package. It now has its own dedicated <a href=\"http://gttr.sourceforge.net\">web page</a> and <a href=\"http://sourceforge.net/projects/gttr/\">sourceforge project site</a>.");
-echo "<br><br>\n";
-echo _("We are proud to announce the first 'stable' release of Gnotime: version 2.1.1. It is available for download at the above sites. This version does everything that the gnome-utils-1.4 version did, except that it has a few more features and a few less bugs. In particular, the crash problems that plagued the earlier version are now fixed.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php
-echo _("<b>Announcement:</b> GnuCash 1.7.6 Release Candidate 1: \"Santa's got a brand new bag\"");?> - <b>2002-12-23   12:14:14
-</b>
-</div><div class="newsinner">
-<?php echo _("The GnuCash team is pleased to announce Release Candidate 1 version 1.7.6: \"Santa's got a brand new bag\".");?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.7.6?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions");?>:</b> <br>
-<?php echo _("GnuCash now has the ability to automatically create and enter transactions, remind when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.");?>
-<b>- <?php echo _("Mortgage &amp; Loan Repayment Druid");?>:</b><br>
-<?php echo _(" Used to setup a variable payment loan scheduled transaction.");?><br>
-<b>- <?php echo _("Small Business Accounting Features");?>: </b><br>
-<?php echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment, and using different Tax and Billing Terms in a small business.");?>
-<b>- <?php echo _("OFX Import");?>:</b><br>
-<?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.");?><br>
-<b>- <?php echo _("HBCI Support");?>:</b> <br>
-<?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank  transfers and direct debits.");?><br>
-<b>- <?php echo _("New User Manual and Help");?>:</b><br>
-<?php echo _("A brand new user help has been written which focuses on how to do tasks in  conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.");?><br>
-<b>- <?php echo _("New Multi-Currency Transaction Handling");?>:</b><br>
-<?php echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.");?><br>
-<b>- <?php echo _("Redesigned Menus");?></b><br>
-<?php echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME  Human Interface Guidelines.");?><br>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?>;</b></big><br>
-<br><?php
-echo " o " . _("Welcome to Release Candidate 1") . "<br>";
-echo " o " . _("Put the build date into the about box for development versions") . "<br>";
-echo " o " . _("Deal with broken QIF files that give broken bang-fields. In particular, handle the case where it supplies \"!Type Bank\" instead of \"!Type:Bank\"") . "<br>";
-echo " o " . _("Fix g-wrap test to fail properly if it cannot find g-wrap-config") . "<br>";
-echo " o " . _("Add \"Edit Exchange Rate\" menu items to the Actions menu and the context menu") . "<br>";
-echo " o " . _("Fix the amount display so that the exchange dialog always shows the \"amount\" in the the local (register) currency.") . "<br>";
-echo " o " . _("Add an additional module to check for (LWP aka libwww-perl) before attempting to call Finance::Quote.") . "<br>";
-echo " o " . _("Updated translations, po/nl.po by Hendrik-Jan Heins &lt;hjh at passys.nl&gt;,    po/uk.po by Volodymyr M. Lisivka &lt;lvm at mystery.lviv.net&gt;, po/el.po, accounts/el_GR by Nikos Charonitakis &lt;charosn at her.forthnet.gr&gt;") . "<br>";
-echo " o " . _("Major update to generic import architecture/transaction matcher.") . "<br>";
-echo " o " . _("Change HBCI to using new Transaction Matcher GUI") . "<br>";
-echo " o " . _("Require openhbci 0.9.4 for HBCI version choosing.") . "<br>";
-echo " o " . _("When not retrieving stock quotes for an account, dim the price source labels as well as the option menus.") . "<br>";
-echo " o " . _("Consolidate all knowledge about Finance::Quote sources into one place. Functions to record whether or not F::Q is installed properly, and if so, whether a particular source is available.") . "<br>";
-echo " o " . _("Change default new SX frequency to monthly") . "<br>";
-echo " o " . _("Filled in a long-thought of idea for a formula cell: can contain text unlike a pricecell, but doesn't really want to do auto-complete like a quickfill cell [what we had been using]. This allows us to provide the gnome formula cell which can remap the keypad '.' character based on locale") . "<br>";
-echo " o " . _("Disallow the deletion of accounts with ReadOnly Transacation in them. You must first \"delete\" the RO Txns before you delete the account.") . "<br>";
-echo " o " . _("NOTE: As of now you ABSOLUTELY REQUIRE G-WRAP >= 1.3.3") . "<br>";
-echo " o " . _("Loan Druid re-written") . "<br>";
-echo " o " . _("Add menu items and code so a user can limit transactions in a register to any combination of the Reconciled/Cleared/Voided/Unreconciled states.") . "<br>";
-echo " o " . _("Give user feedback during the rendering of a report.") . "<br>";
-echo " o " . _("Remove old user docs and tools that are now in gnucash-docs") . "<br>";
-echo " o " . _("Fix for large accounts overflowing the data types used in the register code which are causing crashes.") . "<br>";
-echo " o " . _("Add support for new GnuCash icon made by Jakub Steiner &lt;jimmac at ximian.com&gt;") . "<br>";
-echo " o " . _("Connect up help buttons in dialog's to help files") . "<br>";
-echo " o " . _("Lots more bugfixes") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("Search Now Works! (Part Two)");?></b>
- - <b>2002-12-18   00:12:23
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The search feature has been fixed (again), and should now work. Unfortunately, the ranking/relevence of search results is not very good; we will be looking at other search engines to see if we can improve this.  If you know of any spiders/search engines with good ranking algorithms, so that e.g. they will return main site pages before mailing list archives, and will rank mailing list archives by date as well as relevence,please let me know. ");?>
-<a href="sendto:linas at linas.org">&lt;linas at linas.org&gt;</a>.
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php
-echo _("Translators Needed!");?></B> 
- - <b>2002-12-17   20:00:41
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<?php echo _("The next stable release, 1.8.0, is rapidly approaching, and we need all language translators to update the message catalogs. Version 1.8.0 will be based on the development versions 1.7.x, which contain many new features not in 1.6.x, and thus many new strings that need translation. If these translations are not brought up to date, version 1.8.0 will come out with broken or missing translations for many languages. Now is really the best time to bring translations up to date.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Search Now Works!");?></b>
- - <b>2002-12-08   22:56:37
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The search feature has been fixed, and should now work. Unfortunately, the ranking/relevence of search results is not very good; we will be looking at other search engines to see if we can improve this.  If you know of any spiders/search engines with good ranking algorithms, so that e.g. they will return main site pages before mailing list archives, and will rank mailing list archives by date as well as relevence, please let me know. ");?>
-<a href="sendto:linas at linas.org">&lt;linas at linas.org&gt;</a>.
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php
-echo _("Announcement:</b> GnuCash 1.7.5 beta: \"Nowhere\"");?>
- - <b>2002-12-03   10:09:32
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of the beta version 1.7.5: \"Nowhere\".");?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.7.5?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions");?>:</b> <br>
-<?php echo _("GnuCash now has the ability to automatically create and enter transactions, remind when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.") . "<br>";?>
-<b>- <?php echo _("Mortgage &amp; Loan Repayment Druid");?>:</b><br>
-<?php echo _("Used to setup a variable payment loan scheduled transaction."); ?><br>
-<b>- <?php echo _("Small Business Accounting Features");?>: </b><br>
-<?php echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment, and using different Tax and Billing Terms in a small business.") . "<br>";?>
-<b>- <?php echo _("OFX Import");?>:</b><br>
-<?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.");?><br>
-<b>- <?php echo _("HBCI Support");?>:</b> <br>
-<?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank transfers and direct debits.");?> <br>
-<b>- <?php echo _("New User Manual and Help");?>:</b><br>
-<?php echo _("A brand new user help has been written which focuses on how to do tasks in conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.");?><br>
-<b>- <?php echo _("New Multi-Currency Transaction Handling");?>:</b><br>
-<?php echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.");?><br>
-<b>- <?php echo _("Redesigned Menus");?></b><br>
-<?php echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME  Human Interface Guidelines.");?><br>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?>;</b></big><br>
-<br><?php
-echo " o " . _("Third beta release") . "<br>";
-echo " o " . _("Fix for a possible corruption bug in 1.7.4 currency support") . "<br>";?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php
-echo _("Announcement:</b> GnuCash 1.7.4 beta: \"The water of life\"");?>
- - <b>2002-12-02   11:23:47
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team is pleased to announce the release of the second beta version 1.7.4: \"The water of life\".");?><br><br>
-<b><big><?php echo _("What's New in GnuCash 1.7.4?");?></big></b><br>
-<br>
-<b>- <?php echo _("Scheduled Transactions");?>:</b> <br>
-<?php echo _("GnuCash now has the ability to automatically create and enter transactions, remind when a transaction is due, give a choice of entering a transaction or postponing it and remove an automated transaction after a certain period.");?><br>
-<b>- <?php echo _("Mortgage &amp; Loan Repayment Druid");?>:</b><br>
-<?php echo _("Used to setup a variable payment loan scheduled transaction.");?><br>
-<b>- <?php echo _("Small Business Accounting Features");?>: </b><br>
-<?php echo _("GnuCash now can be used for Customer and Vendor tracking, Invoicing and Bill Payment, and using different Tax and Billing Terms in a small business.");?><br>
-<b>- <?php echo _("OFX Import");?>:</b><br>
-<?php echo _("GnuCash is the first free software application to support the Open Financial Exchange protocol that many banks and financial services are moving to use. The development of OFX and HBCI support has also resulted in an improved transaction matching system that more accurately picks duplicate transactions.");?><br>
-<b>- <?php echo _("HBCI Support");?>:</b> <br>
-<?php echo _("GnuCash is the first free software application to support the German Home Banking Computer Information protocol which includes statement download, initiate bank transfers and direct debits.");?><br>
-<b>- <?php echo _("New User Manual and Help");?>:</b><br>
-<?php echo _("A brand new user help has been written which focuses on how to do tasks in  conjunction with a Tutorial and Concepts guide that gives the user background information on using GnuCash.");?><br>
-<b>- <?php echo _("New Multi-Currency Transaction Handling");?>:</b><br>
-<?php echo _("GnuCash no longer requires separate currency exchange accounts to handle multiple currency transfers.");?><br>
-<b>- <?php echo _("Redesigned Menus");?></b><br>
-<?php echo _("The GnuCash menu's have been redesigned to conform more with the new GNOME  Human Interface Guidelines.");?><br>
-<br>
-<big><b><?php echo _("Specifically updated in this version");?>;</b></big><br>
-<br>
-<?php echo " o " . _("Second beta release") . "<br>";
-echo " o " . _("Problems with importing 1.6 data files fixed") . "<br>";
-echo " o " . _("Updates to generic transaction matching") . "<br>";
-echo " o " . _("More postgres backend fixes") . "<br>";
-echo " o " . _("New progress bar when making reports") . "<br>";
-echo " o " . _("Payment schedule review page added to loan druid") . "<br>";
-echo " o " . _("Fixes to multi-currency support") . "<br>";
-echo " o " . _("Added Brazilian Portugese account templates by Lucimar Moresco") . "<br>";
-echo " o " . _("Added doxygen documentation support, and integrated it into the build system. There is a new target, make doc, that can be used to build the documentation if you have doxygen installed.") . "<br>";
-echo " o " . _("Catch the condition gracefully when OpenHBCI config file does not exist.") . "<br>";
-echo " o " . _("Compute the implicit exchange rates for ALL transactions when necessary. No longer requires the pricedb for printing split values. This will display all transactions in the currency of the current account, regardless of the number of splits in the transaction.") . "<br>";
-echo " o " . _("First pass at getting multi-currency transactions to work from the register.") . "<br>";
-echo " o " . _("Lots more bugfixes");?>
-
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("CVS Cleanup; Server Outage");?></b>
- - <b>2002-11-26   20:20:31
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The CVS tree was pruned to remove some old and dead directories. This should improve cvs update times a little bit.  A historical archive is still available by checking out the source from a different repository: the \"gnucash-archive\" repository.");?>
-<br><br>
-<?php echo _("The cvs server and the web site will be down for a few hours during the evening of 27 November or morning of 28 November, as the servers are relocated to a new location.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.7.3 beta: \"This rose is priceless\"");?>
- - <b>2002-11-18   09:20:06
-</b>
-</div><div class="newsinner">
-<p><?php echo _("The GnuCash team is pleased to announce the release of the first beta version 1.7.3: \"This rose is priceless\".");?>
-</p>
-<ul>
-<li><?php echo _("New Features in this version!");?></li>
-<li><?php echo _("Improved libofx configure support.  Add --with-ofx-prefix so users can define where to look for libofx.");?></li>
-<li><?php echo _("Fixed missing OFX files in tarball.");?></li>
-<li><?php echo _("MAJOR improvement to OFX investment support.  All transactions created from an investment account are now already balanced. Explicitly support Dividend Reinvestment transactions which will now directly create a income account -> stock account transaction, and Income transactions which will directly create a income account -> cash account transaction. Support memorising the income account association. Several stock account can use the same income account if desired.");?></li>
-<li><?php echo _("Updated gnucash.spec file to work with rh8.");?></li>
-<li><?php echo _("Added new cashflow report contributed by Herbert Thoma.");?></li>
-<li><?php echo _("New functions to get/set read-only status on a transaction, and to print a warning message if a transaction is read-only.");?></li>
-<li><?php echo _("Added a bunch of currencies.");?></li>
-<li><?php echo _("Updated translations (merged from 1.6 branch plus updates from the Translation Project).");?></li>
-<li><?php echo _("Matthew Vanecek added some bug fixes for the SQL back end.");?></li>
-<li><?php echo _("Add support for gtkhtml 1.1");?></li>
-<li><?php echo _("Added calculate the number of remaining payments based on the start date, loan length and current date to Mortgage druid.");?></li>
-<li><?php echo _("Loads of bugfixes, keep those bugs coming!");?></li>
-<li><?php echo _("NOTE: Report bugs to bugzilla.gnome.org");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("Announcement:</b> GnuCash 1.7.2 alpha: \"Antipodean Nightmare\"");?>
- - <b>2002-10-28   13:50:59
-</b>
-</div><div class="newsinner">
-<?php echo _("The GnuCash team is pleased to announce the release of the second alpha version 1.7.2: \"Antipodean Nightmare\". This release is the result of the development team working so hard the GnuCash developers topped the GNOME Summary commits list last week.");?>
-<ul>
-<li><?php echo _("New Features in this version!");?></li>
-<li><?php echo _("You can now search by reconcile flag for transactions");?></li>
-<li><?php echo _("Ability to set posted invoices and payments read-only in the small business module.");?></li>
-<li><?php echo _("New commodity matcher for OFX generic import.");?></li>
-<li><?php echo _("Latest libofx is needed for OFX support");?></li>
-<li><?php echo _("Investment transactions now create two accounts, one is for the stock, the other is the account defined by the FI, where the cash is swapped.");?></li>
-<li><?php echo _("Updated glossary");?></li>
-<li><?php echo _("HBCI improvements to transaction retrieval");?></li>
-<li><?php echo _("Add Direct Debit HBCI action and add caching of the PIN to user preferences.");?></li>
-<li><?php echo _("HBCI suport requires OpenHBCI 0.9.3 or current OpenHBCI CVS");?></li>
-<li><?php echo _("Loads of bugfixes, keep those bugs coming!");?></li>
-<li><?php echo _("NOTE: Report bugs to bugzilla.gnome.org");?></li>
-</ul><p>
-<?php echo _("This release features HBCI online banking support. This makes it the world's first *free* HBCI-enabled personal finance manager.");?>
-</p><p>
-<?php echo _("HBCI (Home Banking Computer Interface) is a standard used by German banks for offering online banking service. Through this standard, business actions like statement retrieval, bank transfer, or direct debits can be invoked by any HBCI-compliant client application, i.e. now also from GnuCash. Authentification and encryption is done through a bank-issued chip card or a self-generated file-based RSA key pair. (In the latter case, the user prints out his public key finger print on paper, signs it, and sends it to his bank.)");
-?>
-<br><br>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("Announcement:</b> GnuCash 1.7.1 alpha release!");?>
- - <b>2002-10-14   22:11:04
-</b>
-</div><div class="newsinner">
-<?php echo _("The GnuCash team is pleased to announce the release of alpha version 1.7.1. This is the first release as we begin the journey to stable version 1.8.0. We have lots of bugfixes and new features in this release and would like as much testing and bug reporting as possible. Please report problems to bugzilla.gnome.org. If you feel the need to speak to us or even just to encourage us to move forward on the next major version please either join the mailing list or come on irc.gnome.org and chat with us in the #gnucash channel.");?>
-<ul>
-<li><?php echo _("New Features in this version!");?></li>
-<li><?php echo _("Scheduled Transactions");?></li>
-<li><?php echo _("Small Business Customer and Vendor tracking and Invoicing");?></li>
-<li><?php echo _("OFX and HBCI (Germany) Support");?></li>
-<li><?php echo _("Improved Menu layout");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.8 stable release!");?>
- - <b>2002-08-22   09:16:14
-</b>
-</div><div class="newsinner">
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.6.8. This is to fix some minor bugs that prevented the last release being easy to compile from source. Please continue to report problems to our new module in bugzilla.gnome.org. As usual, if you feel the need to speak to us or even just to encourage us to move forward on the next major version please either join the mailing list or come on irc.gnome.org and chat with us in the #gnucash channel.");?>
-<ul>
-<li><?php echo _("Fix for acinclude.m4 problem with guile-config");?></li>
-<li><?php echo _("Removed rpm spec file dependency on Postgresql");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.7 stable release!");?>
- - <b>2002-08-22   09:14:59
-</b>
-</div><div class="newsinner">
-<?php echo _("The GnuCash team is pleased to announce the release of stable version 1.6.7. This is mainly to fix some important bugs that have cropped up and add some additional translations to the stable series. Please continue to report problems to our new module in bugzilla.gnome.org. As usual, if you feel the need to speak to us or even just to encourage us to move forward on the next major version please either join the mailing list or come on irc.gnome.org and chat with us in the #gnucash channel");?>
-<ul>
-<li><?php echo _("Updated or new translations for Japanese, Italian, Traditional Chinese, Simplified Chinese, Russian, French, German, Swedish, Portuguese, Brasilian Portugese.");?>
-</li>
-<li><?php echo _("Add French account hierarchy template.");?></li>
-<li><?php echo _("Back-ported fix for locale of new accounts.");?></li>
-<li><?php echo _("File permission fix.");?></li>
-<li><?php echo _("Changed \"Opening Balances\" to \"Opening Balance\" to unify the account name.");?></li>
-<li><?php echo _("Tweak for newer versions of db2html.");?></li>
-<li><?php echo _("Fix a common crash (Gnome Bug #78132 et. al.) caused by a dangling pointer reference.");?></li>
-<li><?php echo _("Add upper bounds checking on the versions of guile and g-wrap.");?></li>
-<li><?php echo _("Fix for guile-1.4.1 srfi problem.");?></li>
-<li><?php echo _("Added support for VWD as a quote source (Joachim Breitner).");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php 
-echo _("GnuCash Bugs now at the GNOME Bugzilla");?></B>
- - <b>2002-07-07   02:49:43
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("GnuCash has now moved its bug reporting system into the central GNOME bugzilla. This will give the GnuCash project the ability to receive bug reports generated by Bug Buddy as well as take advantage of the GNOME bug team in their overall administration of GNOME bugs.");?>
-<br>
-<?php echo _("If you wish to use the GNOME bug system to report a GnuCash bug please go to <a href=\"http://bugzilla.gnome.org\">bugzilla.gnome.org</a> and use the forms there to enter your report.");?><br>
-<?php echo _("You can also see a complete list of GnuCash bugs by following this link, <a href=\"http://bugzilla.gnome.org/buglist.cgi?product=GnuCash\">\"Complete\"</a> and this link") . "<a href=\"http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=NEEDINFO&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;status_whiteboard=&amp;status_whiteboard_type=substring&amp;keywords=&amp;keywords_type=anywords&amp;op_sys_details=&amp;op_sys_details_type=substring&amp;version_details=&amp;version_details_type=substring&amp;cmdtype=doit&amp;namedcmd=nautilus-backgrounds&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time&amp;form_name=query\">" . _("Open") . "</a>" . _("if you wish to just see any open bugs.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php 
-echo _("New GnuCash features in development");?></B>
- - <b>2002-06-20   07:55:41
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash team has been hard at work developing new requested features for the next version of GnuCash which is slated for beta testing and release in the late summer and fall of 2002.");?>
-<br>
-<?php echo _("New features");?>;
-<ul>
-<li><?php echo _("Small Business functions");?></li>
-<li><?php echo _("Scheduled Transactions");?></li>
-<li><?php echo _("OFX support");?></li>
-<li><?php echo _("Improved User Interface");?></li>
-<li><?php echo _("Updated Users Guide");?></li>
-</ul>
-
-<p>
-<?php echo _("The development team would appreciate greatly any feedback from persons testing these features by compiling the CVS version of GnuCash. You can either join us on irc.gnome.org #gnucash or email the developers list gnucash-devel at gnucash.org");?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.6 stable release!");?>
- - <b>2002-03-11   18:18:31
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("Updated or new translations for Dutch, Norwegian, Russian, Greek, French, German, Portuguese, Azerbaijani Turkic, and Slovak.");?></li>
-<li><?php echo _("Tweaked the exchange rate calculation so that it will work in even more complicated cases, involving different Euroland and other currencies.");?></li>
-<li><?php echo _("Added Edit Report Options hyperlink to warnings in reports.");?></li>
-<li><?php echo _("Added workaround for Guppi barchart legend sorting (broken in Guppi 0.40.0 - 0.40.3)");?></li>
-<li><?php echo _("Bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.5 stable release!");?>
- - <b>2001-12-17   11:12:18
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("Euro conversion druid");?></li>
-<li><?php echo _("Updated or new translations for Brazilian Portuguese, Danish, German, Nicaraguan Spanish, Norwegian, Portuguese, Slovak, Spanish, and Swedish");?></li>
-<li><?php echo _("minor bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("GnomeChart 0.1");?></b>
- - <b>2001-11-22   16:17:01
-</b>
-</div><div class="newsinner">
-<br><br>
-<?php echo _("GnomeChart 0.1 is now available.");?>
-<br><br>
-<?php echo _("GnomeChart is a small application for viewing stock charts. It uses libguppi for the graphics, so you'll need to have Guppi 0.40.1 or better installed.");?>
-<br><br>
-<?php echo _("You can download GnomeChart from:");?>
-<br><br>
-http://download.gnome.org/GNOME/unstable/sources/gnome-chart
-<br><br>
--JT
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.4 stable release!");?>
- - <b>2001-10-01   07:50:27
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("fix bug loading GnuCash 1.4 files");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.3 stable release!");?>
- - <b>2001-09-24   08:41:22
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("new Polish translation");?></li>
-<li><?php echo _("Danish and Spanish translation of new account files");?></li>
-<li><?php echo _("updated Swedish, German, and Portuguese translations");?></li>
-<li><?php echo _("child accounts can be reconciled with the parent");?></li>
-<li><?php echo _("support for TrustNet online quotes");?></li>
-<li><?php echo _("support for precious metal currencies");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Gnome Time Tracker");?></b>
- - <b>2001-09-15   00:43:08
-</b>
-</div><div class="newsinner">
-<br><br>
-<?php echo _("Screenshorts showing the latest version of the Gnome Time Tracker have been put up at a <a href=\"http://www.linas.org/linux/gtt/gtt.html\">temporary web site</a>. Volunteers are needed to provide a module to export gtt billing data into gnucash, as well as to update the gtt documentation.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Final Survey Results");?></b>
- - <b>2001-09-07   00:42:42
-</b>
-</div><div class="newsinner">
-<br><br>
-<?php echo _("The First Gnucash User/Features Survey is now closed. There were 828 survey respondents. The responses and the averages changed almost not at all from the early snapshot posted here earlier. The majority of respondants are home users interested in more home-user features. We hope to do a bit of data mining later, and present a more detailed breakdown according to the types of users. Let us know if you have interest in this dataset.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.2 stable release!");?>
- - <b>2001-08-13   08:51:53
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("Updated Danish and German translations");?></li>
-<li><?php echo _("SQL backend performance improvements");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Preliminary Survey Results");?></b>
- - <b>2001-07-12   19:01:35
-</b>
-</div><div class="newsinner">
-<br><br>
-<?php echo _("There have been 415 survey takers to-date. The majority of respondants are home users interested in more home-user features.  The survey itself continues, and we hope to have a more detailed breakdown according to the types of users later.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php echo _("GnuCash Tutorial");?></B>
- - <b>2001-07-12   02:21:18
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("Joseph Mack has created an online <a href=\"http://www.ncsysadmin.org/july2001/ncsa-gnucash-talk.html\">tutorial</a> as part of a GnuCash talk given to the North Carolina Systems Administrators on July 11. The tutorial is about how to do small-business accounting using GnuCash.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("RedHat 7.1 GnuCash Packages");?></b>
- - <b>2001-07-09   21:17:05
-</b>
-</div><div class="newsinner">
-<?php echo _("RedHat 7.1 packages of GnuCash-1.6.1 for guile-1.3.4 are now available.");?>
-<a href="ftp://ftp.gnucash.org/pub/gnucash/redhat-7.x/"><?php echo _("Here");?></a>.
-<?php echo _("Courtesy of Ben Stanley.");?>
-
-<br><br>
-<?php echo _("Thanks Ben!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.1 stable release!");?>
- - <b>2001-07-07   09:01:57
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("Updated documentation");?></li>
-<li><?php echo _("Updated French, German, Japanese, and Portuguese translations");?></li>
-<li><?php echo _("Improved startup time");?></li>
-<li><?php echo _("Many bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Features Survey");?></b>
- - <b>2001-06-30   08:08:52
-</b>
-</div><div class="newsinner">
-<?php echo _("Let us know what your opinions about the future of GnuCash.  There is a rather long, detailed survey that asks for your opinion about the future of GnuCash.  You can rate the importance of a big list of features and possible future directions for gnucash. You can  take the survey, or study up on our thoughts for the possible future directions for GnuCash by reading the roadmap.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("SuSE 7.1 GnuCash Packages");?></b>
- - <b>2001-06-27   16:09:19
-</b>
-</div><div class="newsinner">
-<?php echo _("SuSE 7.1 packages for GnuCash-1.6.0, Guppi ad g-wrap are now available.");?>
-<a href="ftp://ftp.gnucash.org/pub/gnucash/suse-7.x/"><?php echo _("here");?></a>.
-<?php echo _("Courtesy of Stephan Kahnt.");?>
-
-<br><br>
-<?php echo _("Thanks Stephan!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php 
-echo _("Yellowdog PowerPC GnuCash Packages");?></b>
- - <b>2001-06-26   17:38:59
-</b>
-</div><div class="newsinner">
-<?php echo _("Yellowdog PowerPC packages of GnuCash-1.6.0, Guppi ad g-wrap are now available.");?>
-<a href="ftp://ftp.gnucash.org/pub/gnucash/yellowdog-2.x/"><?php echo _("here");?></a>.
-<?php echo _("Courtesy of Martin Hill.");?>
-
-<br><br>
-<?php echo _("Thanks Martin!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php echo _("Mandrake GnuCash packages");?></B>
- - <b>2001-06-17   08:34:00
-</b>
-</div><div class="newsinner">
-<?php echo _("A Mandrake 8 package of GnuCash 1.6.0 is now available.");?>
-<a href="ftp://ftp.gnucash.org/pub/gnucash/mandrake-8.x/gnucash-1.6.0-1.i586.rpm"><?php 
-echo _("here");?></a>.
-<?php echo _("Courtesy of Arnold Troeger. A mandrake version of guppi, required by gnucash, is in the same directory.");?>
-
-<br><br>
-<?php echo _("Thanks Arnold!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("GnuCash T-Shirts!");?></b>
- - <b>2001-06-15   05:00:31
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("We have a limited number of t-shirts left over from a trade show.  They're $15 a pop. Show your colors!");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php echo _("New GnuCash packages");?></B>
- - <b>2001-06-13   06:42:35
-</b>
-</div><div class="newsinner">
-<?php echo _("A Solaris 8 package of GnuCash 1.6.0 is now available.");?>
-<a href="ftp://ftp.gnucash.org/pub/gnucash/solaris-8/GNUcash.1.6.0.Solaris.8.Sparc.pkg.gz"><?php
-echo _("here");?></a>.
-<?php echo _("Courtesy of Alan Orndorff.");?>
-
-<br><br>
-<?php echo _("A debian package of GnuCash 1.6.0 is now available.");?>
-<a href="gopher://quux.org/11/devel/debian/gnucash"><?php 
-echo _("here");?></a>.
-<?php echo _("Courtesy of John Goerzen.");?>
-
-<br><br>
-<?php echo _("Thanks guys!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Announcement:</b> GnuCash 1.6.0 stable release!");?>
- - <b>2001-06-11   00:48:27
-</b>
-</div><div class="newsinner">
-<br>
-<?php echo _("The GnuCash Development Team &lt;http://www.gnucash.org&gt; proudly announces the release of GnuCash 1.6.0, the GNU personal finance manager.");?>
-
-<br><br>
-<?php echo _("GnuCash features an account hierarchy creation tool, a checkbook-like register GUI to enter transactions, and a full set of reports to visualize the state of your finances. The new release comes with a configurable main window, a much improved checking and general ledger entry window, and over ten completely new graphical reports including pie charts and bar charts using the GNU plot program ");?>
-<a href="http://www.gnome.org/guppi">Guppi</a>.
-
-<br><br>
-<?php echo _("Thanks go to all the translators, testers, bug reporters, artists, and programmers who made this release possible. And thanks to all our users for choosing GnuCash!");?>
-
-<br><br>
-<?php echo _("The new release of GnuCash contains many new features including:")?>
-
-<ul>
-<li><?php echo _("Printable, persistent reports (reports are saved between sessions)");?></li>
-<li><?php echo _("XML file format (old binary files are converted automatically)");?></li>
-<li><?php echo _("Account hierarchy creation druid, account hierarchy export");?></li>
-<li><?php echo _("Much improved QIF importing");?></li>
-<li><?php echo _("Financial calculator");?></li>
-<li><?php echo _("Better support for multiple currencies, special support for the Euro");?></li>
-<li><?php echo _("Online stock quotes integrated with the GUI");?></li>
-<li><?php echo _("Expression evaluation (you can type in 40.45 + 31.23)");?></li>
-<li><?php echo _("PostgreSQL back-end supports multiple simultaneous users (beta, disabled by default)");?></li>
-<li><?php echo _("Menus translated to 12 languages, users guide to 3 (French, Spanish, Portuguese)");?></li>
-</ul>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.98 release!");?>
- - <b>2001-06-05   01:13:07
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>  
-<?php echo _("Most users should probably stick to version 1.4.12 for day-to-day use.  (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-<BR><BR>
-<?php echo _("This is a beta release. GnuCash is now in feature freeze for 1.6.0.");?>
-<ul>
-<li><?php echo _("updated documentation (English &amp; Portuguese)");?></li>
-<li><?php echo _("updated German and Portuguese translations");?></li>
-<li><?php echo _("more work on sql backend");?></li>
-<li><?php echo _("fixes for FreeBSD");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php echo _("Translators Needed!");?></B> 
- - <b>2001-05-31   15:55:25
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<?php echo _("The next stable release, 1.6.0, is rapidly approaching, and we need all language translators to update the message catalogs. The translatable text strings in 1.5.x have been frozen, we don't expect any new strings in 1.6.0.  However, the text strings in the current 1.5.x are completely different from those in 1.4.12, and many new strings have been added since he earlier days of 1.5.x. If these translations are not brought up to date, version 1.6.0 will come out with broken or missing translations for many languages. Now is really the best time to bring translations up to date.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.97 release!");?>
- - <b>2001-05-28   08:41:20
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>  
-<?php echo _("Most users should probably stick to version 1.4.10 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-<BR><BR>
-<?php echo _("This is a beta release. GnuCash is now in feature freeze for 1.6.0.");?>
-<ul>
-<li><?php echo _("updated documentation");?></li>
-<li><?php echo _("updated Norwegian and Portuguese translations");?></li>
-<li><?php echo _("prices now stored in sql backend");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.96 release!");?>
- - <b>2001-05-21   09:05:50
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>  
-<?php echo _("Most users should probably stick to version 1.4.10 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-<BR><BR>
-<?php echo _("This is an alpha release.");?>
-<ul>
-<li><?php echo _("updated user documentation");?></li>
-<li><?php echo _("updated api documentation");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.95 release!");?>
- - <b>2001-05-14   03:35:04
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>  
-<?php echo _("Most users should probably stick to version 1.4.10 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-<p>
-<?php echo _("This is an alpha release and a string freeze release.");?>
-</p>
-<ul>
-<li><?php echo _("new user account hierarchy wizard");?></li>
-<li><?php echo _("account hierarchy export");?></li>
-<li><?php echo _("reporting improvements");?></li>
-<li><?php echo _("transfer dialog auto-completion");?></li>
-<li><?php echo _("many bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="http://www.linas.org/pub/gnucash/">(fast mirror)</a></b>
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Server Move");?></b>
- - <b>2001-05-09   20:10:35
-</b>
-</div><div class="newsinner">
-<?php echo _("There will be sporadic outages next week as the gnucash.org server is moved to a new location sometime next week.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.12 release!");?>
- - <b>2001-05-01   01:56:35
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("Turkish translation");?></li>
-<li><?php echo _("minor bug fix");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php 
-echo _("I18N: The GnuCash Portuguese Web Site Goes On-line!");?></B>
- - <b>2001-04-24   21:00:54
-</b>
-</div><div class="newsinner">
-<BR>
-<?php echo _("The new <a href=\"pt_PT/\">Portuguese</a> website is up! Many thanks to Duarte Loreto for the fantastic job setting up the site, as well as for the translations of the GnuCash menus <i>and</i> the documentation!  Outstanding job Duarte!");?>
-<BR>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.6 release!");?>
- - <b>2001-04-23   09:37:07
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>
-<?php echo _("Most users should probably stick to version 1.4.10 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-<BR><BR>
-<?php echo _("This is a feature freeze release.");?>
-
-<ul>
-<li><?php echo _("reporting improvements");?></li>
-<li><?php echo _("many misc GUI improvements");?></li>
-<li><?php echo _("updated German and Portuguese translations");?></li>
-<li><?php echo _("fixes for Solaris");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="http://www.linas.org/pub/gnucash/"><?php 
-echo _("(fast mirror)");?></a></b>
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.5 release!");?>
- - <b>2001-04-16   01:50:06
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>
-<?php echo _("Most users should probably stick to version 1.4.10 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-
-<ul>
-<li><?php echo _("more new &amp; improved reports");?></li>
-<li><?php echo _("use of gnome MDI for main window");?></li>
-<li><?php echo _("GUI improvements");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="http://www.linas.org/pub/gnucash/"><?php 
-echo _("(fast mirror)");?></a></b>
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.4 release!");?>
- - <b>2001-04-02   04:23:48
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>
-<?php echo _("Most users should probably stick to version 1.4.10 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-<ul>
-<li><?php echo _("several new &amp; improved reports/graphs");?></li>
-<li><?php echo _("online price quotes now work");?></li>
-<li><?php echo _("new main window display");?></li>
-<li><?php echo _("Spanish &amp; Portuguese translations of the manual");?></li>
-<li><?php echo _("many bug fixes");?></li>
-</ul>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="http://www.linas.org/pub/gnucash/"><?php 
-echo _("(fast mirror)");?></a></b>
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("GnuCash Website Redesigned!");?>
- - <b>2001-03-27   18:20:13
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("Jeremy Collins has updated &amp; modernized the GnuCash website layout for a cleaner, fresher feel. Please test it out, and let us know about any bugs, layout problems, dead links, etc.");?>
-</p><p>
-<?php echo _("Note also: we now have a full backup copy of the French translation of the GnuCash site <a href=\"/fr/\">hosted on this server</a>. We are looking for volunteers to help Yannick Le-Ny bring it in sync with the new site layout.");?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Five Stars!</b> -- Editors Choice");?>
- - <b>2001-03-27   00:46:19
-</b>
-</div><div class="newsinner">
-<?php echo _("Five stars and the editors' choice award is what GnuCash-1.4.8 received in the December 2000 edition of Maximum Linux France. Hurrah!");?>
-<br><br>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.11 release!");?>
- - <b>2001-03-19   01:22:12
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("Brazilian Portuguese, Danish, Norwegian, and Ukranian translations");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.3 release!");?>
- - <b>2001-02-27   02:28:45
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>
-<?php echo _("Most users should probably stick to version 1.4.10 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 1.6.0).");?>
-<ul>
-<li><?php echo _("new XML file format");?></li>
-<li><?php echo _("better support for importing qifs from online banks");?></li>
-<li><?php echo _("improved checking register");?></li>
-<li><?php echo _("support for charts &amp; graphs");?></li>
-<li><?php echo _("financial calculator");?></li>
-<li><?php echo _("new user account hierarchy wizard");?></li>
-<li><?php echo _("many UI improvements");?></li>
-<li><?php echo _("beta support for postgresql -- see src/engine/sql/README");?></li>
-</ul>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="http://www.linas.org/pub/gnucash/"><?php 
-echo _("(fast mirror)");?></a></b>
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php echo _("CVS snapshots");?>
- - <b>2001-02-26   08:16:15
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("CVS snapshots with tarballs and RPMs for Redhat 6.x and 7.x are now available on ftp.gnucash.org. Thanks to Chris Lyttle for making these available!");?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("CVS server failure");?></b>
- - <b>2001-02-19   22:07:51
-</b>
-</div><div class="newsinner">
-<?php echo _("The CVS server has fallen off the net because the DSL line to the CVS server has a shorting clip on it somewhere. We are waiting for Southwestern Bell (SBC) technicians to remove the clip.  This is the second time in 4 months that SBC has sabotaged the line.  Estimated up time: 2 or 3 days.  In the meanwhile, please study up on CVSUP.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.10 release!");?>
- - <b>2001-01-29   21:19:45
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("updated translations");?></li>
-<li><?php echo _("support for Greek Drachma as Euro currency");?></li>
-<li><?php echo _("updated tax report");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php echo _("Beta Screenshots");?>
- - <b>2001-01-18   21:50:41
-</b>
-</div><div class="newsinner">
-<p>
-<?php 
-echo _("Screenshots from the unstable development version of gnucash are now online!");
-?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" src="images/icons/document.txt.gif">&nbsp;<?php echo _("g-wrap RPMS");?>
- - <b>2000-12-29   06:44:00
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("RPMS for g-wrap-1.1.4 for Redhat-6.2 are now available on the ftp site.  <b>NOTE:</b>This version of g-wrap can only be used to build the gnucash-1.5.x series.  You <b>MUST</b> use the older, g-wrap-0.9.x for building gnucash-1.4.x");?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Links page updated");?></b>
- - <b>2000-12-13   00:37:59
-</b>
-</div><div class="newsinner">
-<?php echo _("The links page has been updated with a wealth of new links to stock-tracking tools, business accounting packages (including our favorite, GnuE), and XML format standards. We didn't get around to listing any of the competitors to gnucash, mostly because we got lazy.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.9 release!");?>
- - <b>2000-12-06   06:56:07
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("tax report");?></li>
-<li><?php echo _("txf export");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php echo _("IRC #gnucash");?>
- - <b>2000-11-21   02:16:18
-</b>
-</div><div class="newsinner">
-<p>
-<?php echo _("Email got you down?  Tired of leaving a bit-trail on your hard drive that your boss, the IRS, the CIA or the NSA use against you?  Or do you merely want to flame the gnucash developers in the most ephemeral possible way?  Then IRC is for you: check out <b>#gnucash at irc.gnome.org</b>, where the conversations are monitored only by the gnucash developers.");?>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Overview diagrams");?></b>
- - <b>2000-10-30   07:54:20
-</b>
-</div><div class="newsinner">
-<?php echo _("Of interest to current &amp; future GnuCash developers might be two overview diagrams: the <b> system block diagram</b> which shows the arrangement of the major components, and the <b> accounting structures</b> diagram, which shows the relationships between accounts, transactions, splits and currencies.  Both of these diagrams are linked from the <b>architecture overview</b> page.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("CVS back up");?></b>
- - <b>2000-10-27   15:14:54
-</b>
-</div><div class="newsinner">
-<?php echo _("CVS is back up.  The problem was due to SBC/SWBT 'backhoe fade' (actually, a technician with wireclippers and something against Covad). DSL is great when it works, but when its down, its a nightmare to restore service: there are an incredible number of layers that get involved with line testing.");?>
-
-</div></div><div class="newsborder"><div class="newsheader"><img alt="news panel" src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.8 release!");?>
- - <b>2000-10-23   00:53:53
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.7 release!");?>
- - <b>2000-10-02   11:35:31
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("updated translations");?></li>
-<li><?php echo _("updated documentation");?></li>
-<li><?php echo _("a few bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.2 release!");?>
- - <b>2000-09-26   06:25:16
-</b>
-</div><div class="newsinner">
-<br><BR>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>
-<?php echo _("Most users should probably stick to version 1.4.6 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 2.0.0).");?>
-<ul>
-<li><?php echo _("fixes for Solaris");?></li>
-<li><?php echo _("fixes for gnome-print 0.23");?></li>
-<li><?php echo _("misc bug fixes");?></li>
-</ul>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.1 release!");?>
- - <b>2000-09-18   19:13:26
-</b>
-</div><div class="newsinner">
-<br><br>
-<b><?php echo _("Note: this is an unstable development release and may be buggy!");?></b>
-<?php echo _("Most users should probably stick to version 1.4.6 for day-to-day use. (All 1.5.x releases will be unstable/buggy. The next stable version will be 2.0.0).");?>
-<ul>
-<li><?php echo _("New translations");?></li>
-<li><?php echo _("Updated documentation");?></li>
-<li><?php echo _("Lots of bug fixes");?></li>
-</ul>
-<?php echo _("Available at the usual places!");?>
-
-<br><br>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br>
-<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.6 release!");?>
- - <b>2000-09-11   10:42:14
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("New Spanish translation.");?></li>
-<li><?php echo _("Several bug fixes.");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.5 release!");?>
- - <b>2000-08-29   05:36:01
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("A few bug fixes.");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash has a Corporate Backer!");?>
- - <b>2000-08-14   08:16:00
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<?php echo _("<a href=\"http://www.gnumatic.com\">Gnumatic Incorporated</a> is pleased to announce its formal support for GnuCash! Gnumatic is a company that was created expressly to  further develop and enhance GnuCash, to broaden its availability, and to provide formal, for-fee support to customers that need a strong corporate backer.");?>
- <br><br>
-<?php echo _("Who's Gnumatic, you may ask?  Well, some of the voices you already know from the mailing list are a part of Gnumatic: rlb, grib, dave at krondo, rgmerk, linas, and, hopefully, soon, others.");?>
- <br><br>
-<?php echo _("What does corporate support mean?  Well, we hope that it means only positive things: more features, more functions, faster and with less bugs.  We hope that it means that GnuCash will have a rosy long-term  future to become the premier accounting package on  Linux. We hope that it establishes the GPL as the only viable long-term licensing model for desktop software. And finally, we hope that GnuCash can spin off and excite a number of
- projects that will further enhance the state of financial software on Linux.");?>
- <br><br>
-<?php echo _("We're pretty excited, and we hope that you will be too!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.4 release!");?>
- - <b>2000-08-14   04:40:00
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("new Russian translation");?></li>
-<li><?php echo _("a few bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="http://www.linas.org/pub/gnucash/"><?php 
-echo _("HTTP download");?></a></b>
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/"><?php 
-echo _("FTP download");?></a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.3 release!");?>
- - <b>2000-07-27   19:02:27
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("fix for stock quotes from the London exchange");?></li>
-<li><?php echo _("updated French translation");?></li>
-<li><?php echo _("a few bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="http://www.linas.org/pub/gnucash/"><?php 
-echo _("HTTP download");?></a></b>
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/"><?php 
-echo _("FTP download");?></a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Information:</B> Version Numbers");?><br><br>
- - <b>2000-07-15   21:07:21
-</b>
-</div><div class="newsinner">
-<?php echo _("Please be aware that the 1.5 series of GnuCash is a <em> development</em> release. This means you can expect instabilities and dependency problems as we add features and use newer libraries.  If you just want to use GnuCash and not worry about having the latest features and bugs, you should use the 1.4 series.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash has a booth at COMDEX Toronto.");?>
- - <b>2000-07-12   17:43:49
-</b>
-</div><div class="newsinner">
-<br><br>
-<?php echo _("The GnuCash project has a booth at COMDEX Toronto, graciously donated by LinuxMall, and Linas, Bill, and Rob (rlb), are there.  If you're in the area, come by and visit.");?>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash for Solaris");?><br><br>
- - <b>2000-07-12   07:44:21
-</b>
-</div><div class="newsinner">
-<?php echo _("You can obtain a Solaris package for GnuCash 1.4.2 from");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/gnucash/solaris-8">ftp.gnucash.org</a></b> <?php 
-echo _("and");?>
-<b><a href="ftp://ftp.krondo.com">ftp.krondo.com</a></b>.<br>
-<?php echo _("This package was created by Alan Orndorff and contains all the needed libraries
-(that's why it's so big).");?>
-
-<br><br>
-
-<?php echo _("Charles Gagnon has also created Solaris packages for GnuCash, for both the stable and development series. They are available at");?>
-<b><a href="http://www.unixrealm.com/downloads/"> www.unixrealm.com/downloads</a></b>.
-
-<br><br>
-
-Enjoy!
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> Alternative download sites");?><br><br>
- - <b>2000-07-11   07:53:26
-</b>
-</div><div class="newsinner">
-<?php echo _("You can download the latest gnucash releases from ");?>
-<b><a href="ftp://ftp.krondo.com">ftp.krondo.com</a></b>.<br><br>
-
-<?php echo _("Mandrake users can download a Mandrake rpm from Mandrake Cooker sites.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.5.0 release!");?>
- - <b>2000-07-10   19:08:25
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("switch to using the gtkhtml widget");?></li>
-<li><?php echo _("all the fixes in 1.4.2");?></li>
-</ul><p>
-<?php echo _("This release requires the gnome-print and gtkhtml libraries.");?><br>
-
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.2 release!");?>
- - <b>2000-07-10   19:03:02
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("updated French translations");?></li>
-<li><?php echo _("improved qif importing");?></li>
-<li><?php echo _("fix for g-wrap 0.9.4");?></li>
-<li><?php echo _("misc bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash services are migrating.");?>
- - <b>2000-07-09   21:18:05
-</b>
-</div><div class="newsinner">
-<BR><BR><?php echo _("The GnuCash web, ftp, and mail services are migrating to a new home.  This may cause some temporary inconveniences.  Please bear with us.");?>
-
-<BR><BR>
-<?php echo _("In the interim, ftp service should be available at <a href=\"ftp://ftp.gnucash.net/\">ftp://ftp.gnucash.net/</a>, and web services should be available from <a href=\"ftp://www.gnucash.net/\">ftp://www.gnucash.net/</a>.");?>
-
-<BR><BR><?php echo _("Things should be back to normal in a week or so, once DNS finishes propagating.");?>
-
-<BR><BR>
-<?php echo _("Thanks");?>
-
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.1 release!");?>
- - <b>2000-06-26   13:08:51
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("translations are loaded correctly");?></li>
-<li><?php echo _("improved qif importing");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul><p>
-<?php echo _("Available at the usual places!");?>
-
-<br><br><b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-<br><br><b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.4.0 is released!");?>
- - <b>2000-06-20   03:33:56
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<?php echo _("The GnuCash developers are proud to announce GnuCash 1.4.  This new stable release marks the transition from Motif to GNOME.");?>
-<BR><BR>
-<?php echo _("Some of the many new and improved features include:");?>
-<BR><BR>
-<ul>
-<li><?php echo _("Totally revamped interface, customizable from within the GUI.");?></li>
-<li><?php echo _("This includes transaction auto-completion.");?></li>
-<li><?php echo _("New reporting system, including several new reports and much improved existing ones.");?></li>
-<li><?php echo _("Internationalisation.");?></li>
-</ul>
-<br>
-<?php echo _("You can download this release from ");?>
-<BR><BR>
-<a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp://ftp.gnucash.org/pub/gnucash/</a>
-<BR><BR>
-<?php echo _("or, alternatively, you can try the Sourceforge mirror:");?>
-<BR><BR>
-<a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash/</a>
-<BR><BR>
-<?php echo _("Please read the README before compiling GnuCash, as there are several other packages that must be installed first.");?>
-<BR><BR>
-<?php echo _("We hope you enjoy the new release.");?>
-<BR><BR>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash moves closer to stability with 1.3.100 release!");?>
- - <b>2000-06-12   13:18:50
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("bug fixes");?></li>
-<li><?php echo _("updated documentation");?></li>
-<li><?php echo _("updated translations");?></li>
-</ul><p>
-<?php echo _("Please note that the RPM does not contain the check printing feature.  You will have to compile it yourself.");?>
-
-<BR><BR>
-<?php echo _("This release is the last in the 1.3 development series.");?>
-
-<BR><BR>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash moves closer to stability with 1.3.99 release!");?>
- - <b>2000-06-05   12:19:55
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("transaction auto-completion");?></li> 
-<li><?php echo _("improved qif importing");?></li>
-<li><?php echo _("fixes for 64-bit architectures");?></li>
-<li><?php echo _("updated translations");?></li>
-<li><?php echo _("automaked build system");?></li>
-<li><?php echo _("bug fixes and ui improvements");?></li>
-</ul><p>
-<?php echo _("Please note that the RPM does not contain the check printing feature.  You will have to compile it yourself.");?>
-
-<BR><BR>
-<?php echo _("This release is one of (and maybe) the last in the 1.3 development series.");?>
-
-<BR><BR>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<B><?php echo _("Mailing Lists");?></B>
- - <b>2000-05-26   13:07:41
-</b>
-</div><div class="newsinner">
-<?php echo _("Due to recent switch of the servers that house the mailing lists many people seem to have been unsubscribed, or resubscribed to the lists.  Please just take the appropriate action by unsubscribing, or resubscribing.  Sorry for the inconvience.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.3.8 Released!");?>
- - <b>2000-05-26   13:05:16
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("transaction cut/copy/paste");?></li>
-<li><?php echo _("new Japanese translations");?></li>
-<li><?php echo _("user interface improvements");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul><p>
-<?php echo _("Please note that the RPM does not contain the check printing feature.  You will have to compile it yourself.");?>
-
-<BR><BR>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.3.7 Released!");?>
- - <b>2000-05-08   10:20:53
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("better printing of multiple currencies");?></li>
-<li><?php echo _("user interface improvements");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Please note that the RPM does not contain the check printing feature.  You will have to compile it yourself.");?>
-
-<BR><BR>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("LWN review");?></b>
- - <b>2000-05-06   02:42:40
-</b>
-</div><div class="newsinner">
-<?php echo _("LWN gave GNUcash another whirl after visiting our booth at Comdex.  Read what that had to say!");?>
-<BR><BR>
-<a href="http://www.lwn.net/2000/0504/devel.phtml"><?php 
-echo _("Another look at Gnucash");?></a>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.3.4 Released!");?>
- - <b>2000-04-27   07:16:48
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("alpha code for check printing (requires gnome-print)");?></li>
-<li><?php echo _("more i18n of reports");?></li>
-<li><?php echo _("auto check numbering");?></li>
-<li><?php echo _("bug fixes and GUI improvements");?></li>
-</ul>
-
-<p>
-<?php echo _("Please note that the RPM does not contain the check printing feature.  
-You will have to compile it yourself.");?>
-</p>
-<p>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.3.6 Released!");?>
- - <b>2000-04-27   07:16:47
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("transaction finder dialog");?></li>
-<li><?php echo _("even better qif importing");?></li>
-<li><?php echo _("some support for the euro");?></li>
-<li><?php echo _("bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Please note that the RPM does not contain the check printing feature. You will have to compile it yourself.");?>
-</p>
-<p>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.3.5 Released!");?>
- - <b>2000-04-27   07:16:47
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("more work on reports and check-printing");?></li>
-<li><?php echo _("fixes to qif importing");?></li>
-<li><?php echo _("misc bug fixes");?></li>
-</ul>
-<p>
-<?php echo _("Please note that the RPM does not contain the check printing feature. You will have to compile it yourself.");?>
-</p>
-<p>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.3.2 Released!");?>
- - <b>2000-04-27   07:16:47
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("new French and German translations");?></li>
-<li><?php echo _("new French documentation");?></li>
-<li><?php echo _("speed and other improvements in the register");?></li>
-<li><?php echo _("more work on reports");?></li>
-</ul>
-<p>
-<?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<b>Update:</b> Archives are up to date.");?>
- - <b>2000-04-27   07:16:46
-</b>
-</div><div class="newsinner">
-<?php echo _("They are automatically updated again every night.");?><BR><BR>
-<?php echo _("We also added a new list, gnucash-patches at gnucash.org.  This list is strictly for posting patches to Gnucash.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Screenshots");?></b>
- - <b>2000-04-27   07:16:46
-</b>
-</div><div class="newsinner">
-<?php echo _("For the \"I won't compile it until I have seen it\" crowd I have updated the screenshots for the Gnome/Gtk+ version of Gnucash.  I hope waves of people will checkout the latest source from CVS and go absolutely nutz debugging it! =)");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>Announcement:</B> GnuCash 1.3.1 Released!");?>
- - <b>2000-04-27   07:16:46
-</b>
-</div><div class="newsinner">
-<ul>
-<li><?php echo _("Includes documentation in French.");?></li>
-<li><?php echo _("QIF importing fixes.");?></li>
-<li><?php echo _("Various GUI improvements.");?></li>
-</ul>
-<p>
-<?php echo _("This release also requires gnome-libs >= 1.0.40.");?>
-</p>
-<p><?php echo _("Available at the usual place!");?>
-<b><a href="ftp://ftp.gnucash.org/pub/gnucash/">ftp.gnucash.org</a></b>
-</p>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("V-One");?></b>
- - <b>2000-04-27   07:16:46
-</b>
-</div><div class="newsinner">
-<?php echo _("Has anyone heard of this company?  V-One. Apparently their shares tripled because they made a Linux port of their software available.");?>  <BR><BR>
-
-<a href="http://news.cnet.com/news/0-1003-200-1474480.html?pt.athome..ticker.ne">http://news.cnet.com/news/0-1003-200-1474480.html?pt.athome..ticker.ne</a>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("Intuit");?></b>
- - <b>2000-04-27   07:16:45
-</b>
-</div><div class="newsinner"> 
-<?php echo _("Here is an interesting tidbit about a certain company that should listen to a certain community.");?><BR>
-<BR>
-<a href="http://news.cnet.com/news/0-1007-200-1463213.html?pt.athome..ticker.ne">
-http://news.cnet.com/news/0-1007-200-1463213.html?pt.athome..ticker.ne</A>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("New server");?></b>
- - <b>2000-04-27   07:16:45
-</b>
-</div><div class="newsinner">
-<?php echo _("After over a month of server problems I think we have things worked out.  I still need to setup mailing list archives.  Also ftp.gnucash.org points to the wrong IP, this is already fixed and just needs to get refreshed in your DNS! =)");?>
-
-<BR><BR>
-<?php echo _("In addition anyone who was having difficulty subscribing to the mailing list should try again.  Keep in mind that we have change mailing list managers and the process for subscribing is different.  Read the section \"Mailing List - Help\" for more information!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>ANNOUNCEMENT:</B> Gnucash 1.2.1 is now available.");?>
- - <b>2000-04-27   07:16:45
-</b>
-</div><div class="newsinner">
-<?php echo _("This is now the latest stable release of Gnucash.  Enjoy!");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<b><?php echo _("New screenshots");?></b>
- - <b>2000-04-27   07:16:45
-</b>
-</div><div class="newsinner">
-<?php echo _("A lot has changed in the last month... so what do you do when things change? You take screenshots!!!!  Enjoy!");?><BR>
-<BR>
-<B><?php echo _("these are of the lastest CVS version!");?></B>
-
-<BR>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("gnucash-1.2.2 is out at the usual places.");?>
- - <b>2000-04-27   07:16:44
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<?php echo _("This release includes misc bug fixes, update README files, updated german &amp; french message translations. I hope that I've touched the timestamps on some certain files so that the LIBTOOL irritation goes away.");?>
-<BR><BR>
-<?php echo _("The 1.2.2 release is meant to be a stable release for general use.");?>
-<BR><BR>
-<?php echo _("The latest experimental version is available via cvs and includes a new large patch to gnome from Heath Martin.");?>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>ANNOUNCEMENT</B>: GNUcash 1.3.0 beta has been released!");?>
-<BR><BR>
- - <b>2000-04-27   07:16:44
-</b>
-</div><div class="newsinner">
-<?php echo _("After months of intensive development by some really awesome people we are proud to announce the release of GNUcash 1.3.0.  This is a beta quality development release.  RPMS, and source tarballs are available at <a href=\"ftp://ftp.gnucash.org/gnucash/\">ftp.gnucash.org</a>.  Please test them and report all bugs back to our bug tracking system, or our developers mailing list");?>. <BR><BR>
-
-<?php echo _("Now for the details.  This release signifies the switch from Motif to Gnome as our GUI toolkit.  The build process should also be a lot easier.");?><BR><BR>
-
-<B><?php echo _("Key Features");?>:</B>
-<BR><BR>
-<ul>
-<li><?php echo _("Gnome/Gtk based");?></li>
-<li><?php echo _("Canvas based register");?></li>
-<li><?php echo _("New reporting engine based on scheme");?></li>
-<li><?php echo _("Lots of options are now configurable");?></li>
-<li><?php echo _("Ability to reparent accounts");?></li>
-<li><?php echo _("A really slick/polished interface");?></li>
-</ul>
-
-<BR><BR>
-<?php echo _("I will post screenshots of the new development release in a bit.  In the meantime just downloaded, install, and go wild with it! =)");?>
-
-<BR><BR>
-<B><?php echo _("MIRROR AT SOURCEFORGE.NET");?></B><BR><BR>
-
-<a href="http://download.sourceforge.net/gnucash/gnucash-1.3.0-1.i386.rpm">http://download.sourceforge.net/gnucash/gnucash-1.3.0-1.i386.rpm</a>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>ANNOUNCEMENT</B>: Gnucash 1.2.5 is released!");?>
- - <b>2000-04-27   07:16:44
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<?php 
-echo _("All those who downloaded 1.2.4 can go right back and get the new version! =)");
-?>
-<BR>
-<BR>
-<?php echo _("It fixes a rounding bug which caused 0.999 to be printed as 0.0 instead of 1.0.  (The math was done right, it just the printing was broken).");?><BR>
-<BR>
-<?php echo _("And checks &amp; returns error when you try to save to a disk that is over-full.");?>
-
-<BR><BR>
-<?php echo _("You can get it at:");?> <a href="/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
-<BR><BR>
-<?php echo _("<B>UPDATE:</B> Binaries are now available at:");?><BR><BR>
-<a href="/pub/gnucash/">http://www.gnucash.org/pub/gnucash/</a>
-</div></div>
-
-<div class="newsborder"><div class="newsheader"><img alt="news panel" 
-src="images/icons/document.txt.gif">&nbsp;<?php 
-echo _("<B>ANNOUNCEMENT</B>: Gnucash 1.2.4 is released!");?>
- - <b>2000-04-27   07:16:43
-</b>
-</div><div class="newsinner">
-<BR><BR>
-<?php echo _("Is supposed to be 'stable' i.e. usable, crash-proof, not subject to frequent or radical change.");?><BR>
-<?php echo _("Motif-only source code. No gnome.  This should simplify builds.");?><BR>
-<?php echo _("Fixes some core dumps that 1.2.3 had.");?><BR>
-<?php echo _("Is maintained in a separate cvs branch; if you send patches to fix problems with this code, indicate that its for this release.");?><BR>
-
-<BR><BR>
-<?php echo _("You can get it at:");?>
- <a href="/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
-<BR><BR>
-<?php echo _("<B>UPDATE:</B> Binaries are now available at:");?><BR><BR>
-<a href="/pub/gnucash/">http://www.gnucash.org/pub/gnucash/</a>
-</div></div>  
-</div>
-
-
-<?php include("externals/footer.phtml"); ?>
-

Deleted: htdocs/trunk/www/promote.phtml
===================================================================
--- htdocs/trunk/www/promote.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/promote.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,120 +0,0 @@
-<?php 
-$title = "Promote GnuCash"; 
-include("../emulate_globals_on.php");
-include("externals/header.phtml");
-include("externals/menu-main-other.phtml");
-?>
-<div id="content">
-
-<h1><?php echo _("Promote GnuCash");?></h1>
-
-<p><?php echo _("Want to demonstrate your support for GnuCash?  Exhibit one of these banners on your site.");?>
-</p>
-
-<p><a href="images/banners/control_your_finan.jpg">
-<img src="images/banners/control_your_finan.jpg"
-     width="125" height="125"
-     alt="[<?php echo _("Control your Finances with the Power of Open Source - GnuCash");?>]" />
-<br />
-125 x 125 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash_dollar_button.jpg">
-<img src="images/banners/gnucash_dollar_button.jpg"
-     width="125" height="125"
-     alt="[<?php echo _("Gnucash Personal Finance Software");?>]" />
-<br />
-125 x 125 pixels</a>
-</p>
-
-<p><a href="images/banners/GnuCash_Long.jpg">
-<img src="images/banners/GnuCash_Long.jpg"
-     width="470" height="62"
-     alt="[<?php echo _("Gnucash Personal Finance Software");?>]" />
-<br />
-470 x 62 pixels</a>
-</p>
-
-<p><a href="images/banners/gnu_bill.gif">
-<img src="images/banners/gnu_bill.gif"
-     width="350" height="147"
-     alt="[<?php echo _("US. Dollar Bill w/Stallman's Gnu");?>]" />
-<br />
-350 x 147 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash-green.png">
-<img src="images/banners/gnucash-green.png"
-     width="394" height="123"
-     alt="[<?php echo _("Name in Bouncing Green");?>]" />
-<br />
-394 x 123 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash-flying-win.png">
-<img src="images/banners/gnucash-flying-win.png"
-     width="304" height="179"
-     alt="[<?php echo _("Flying Screenshots of GnuCash Screens");?>]" />
-<br />
-304 x 179 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash.jpg">
-<img src="images/banners/gnucash.jpg"
-     width="256" height="53"
-     alt="[<?php echo _("white typewriter letters on black background");?>]" />
-<br />
-256 x 53 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash_brown.jpg">
-<img src="images/banners/gnucash_brown.jpg"
-     width="256" height="53"
-     alt="[<?php echo _("black typewriter letters w/ drop shadow on brown background");?>]" />
-<br />
-256 x 53 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash_light.jpg">
-<img src="images/banners/gnucash_light.jpg"
-     width="256" height="53"
-     alt="[<?php echo _("black typewriter letters on light brown background");?>]" />
-<br />
-256 x 53 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash_white.jpg">
-<img src="images/banners/gnucash_white.jpg"
-     width="256" height="53"
-     alt="[<?php echo _("black typewriter letters on white background");?>]" />
-<br />
-256 x 53 pixels</a>
-</p>
-
-<p><a href="images/banners/gnucash_techno.gif">
-<img src="images/banners/gnucash_techno.gif"
-     width="400" height="100"
-     alt="[<?php echo _("modern techno/scifi font on clear background");?>]" />
-<br />
-400 x 100 pixels</a>
-</p>
-
-<p><a href="images/banners/logo_beatnik.gif">
-<img src="images/banners/logo_beatnik.gif"
-     width="287" height="88"
-     alt="[<?php echo _("black throbbing beatnik font w/ dropshadow on brown background");?>]" />
-<br />
-287 x 88 pixels</a>
-</p>
-
-<p><a href="images/banners/logo_elegant.jpg">
-<img src="images/banners/logo_elegant.jpg"
-     width="287" height="88"
-     alt="[<?php echo _("black elegante font on brown background");?>]" />
-<br />
-287 x 88 pixels</a>
-</p>
-
-</div>
-<?php include("externals/footer.phtml"); ?>
-

Deleted: htdocs/trunk/www/robots.txt
===================================================================
--- htdocs/trunk/www/robots.txt	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/robots.txt	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,19 +0,0 @@
-#
-# This file is used to prevent web robots from flooding
-# the this web server.  This file should be named
-# "/robots.txt" and should appear in the root web directory.
-#
-# For more info, see 
-# http://web.nexor.co.uk/users/mak/doc/robots/norobots.html
-# http://info.webcrawler.com/mak/projects/robots/norobots.html
-#
-
-# Wild card is *, these directives apply to all robots
-
-User-agent: *                  
-
-# We don't want robots walking through the executables
-
-Disallow: /cgi-bin/
-Disallow: /lxr/
-

Deleted: htdocs/trunk/www/rss-feed.phtml
===================================================================
--- htdocs/trunk/www/rss-feed.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/rss-feed.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,141 +0,0 @@
-<?php include("../emulate_globals_on.php"); ?>
-<?php
-   // This file reads the news items in the /news directory and turns
-   // them into Dave Winer RSS-2.0 specification news items.
-   // 
-   // The only tricky bits are that you can't embed html in the RSS feed,
-   // and our news posts have html in them. So I've gotta strip that out.
-   // the other tricky part is that I strip out blank lines in the feed.
-   // so that people who write stories with lots of blank lines at the 
-   // begining aren't screwd.
-   //
-   // tested, works with straw-0.22
-   // tested, does not work with evolution-1.4 (because it wants RSS-1.0 maybe ??)
-   // 
-   // Created by Linas Vepstas 2003, 2004
-
-   header("Content-Type: application/rss+xml; charset=iso-8859-1");
-   echo ("<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n");
-?>
-
- <rss version="2.0" encoding="iso-8859-1">
-  <channel>
-  <!-- <channel rdf:about="http://www.xml.com/xml/news.rss"> -->
-  <title>GnuCash News</title>
-  <link>http://www.gnucash.org/</link>
-  <description>News and Announces concerning the GnuCash Project</description>
-  <language>en-us</language>
-  <ttl>360</ttl>
-  <generator>Why, exactly, do you think this field is interesting? version 99</generator>
-  <copyright>Copyright 2001-2004, The GnuCash Project</copyright>
-  <image>
-  <url>http://www.gnucash.org/favicon.png</url>
-  <title>GnuCash News</title>
-  <link>http://www.gnucash.org/</link>
-  </image>
-
-<?php
-    function whack ($line, $item) {
-        $n = strlen ($item);
-        $s = strstr ($line, $item);
-        while ($s) {
-            $pos = strpos ($line, $item);
-            for ($i=0; $i<$n; $i++) {
-                $line[$pos+$i] = ' ';
-            }
-            $s = strstr ($line, $item);
-        }
-        return $line;
-    }
-
-    $newspath  =  "$topdir/news/"; 
-    $newsfile  =  array(); 
-    $hd  =  dir($newspath); 
-    while(  $filename  =  $hd->read()  )  { 
-        $s=strtolower($filename); 
-        if  (strstr($s, ".txt"))  { 
-            //  Determine  last  modification  date 
-            $lastchanged=filemtime($newspath.$filename); 
-            $newsfile[$filename]  =  $lastchanged; 
-        }    
-    } 
-    
-    //  Sort  files  in  descending  order 
-    arsort($newsfile); 
-
-    //  Output  files  to  browser 
-    for(reset($newsfile);  $key  =  key($newsfile);  next($newsfile))  
-    { 
-        $fa  =  file($newspath.$key); 
-
-        // echo("<item rdf:about=\"http://xml.com/pub/2000/08/09/xslt/xslt.html\">"\n);
-        echo("<item>\n");
-        echo("<title>");
-
-        // Straw won't take <b> tags in the title, and they get into 
-        // the news by default.  We've got to eliminate them.
-        // do this with ultra-low-brow hack: over-write with blanks
-        $line = $fa[0];
-        $line = whack ($line, "<b>");
-        $line = whack ($line, "</b>");
-
-        print $line;
-
-        // print  " - (". date( "Y-m-d ", $newsfile[$key]) ;
-        // print  date( "H:i:s",$newsfile[$key]). ")"; 
-
-        echo("</title>\n");
-        echo("<description>");
-
-        // count number of lines, limit to first 5 ... 
-        // which means we have to find and skip blank lines
-        $n=count($fa); 
-
-        $i=1;
-        $nonblank=0;
-        while (($i<$n) && ($nonblank < 5))  { 
-            // dammit agreagators are real picky We have to strip out all the html
-            $line = $fa[$i];
-            $line = whack ($line, "<p>");
-            $line = whack ($line, "<b>");
-            $line = whack ($line, "</b>");
-            $line = whack ($line, "<i>");
-            $line = whack ($line, "</i>");
-            $line = whack ($line, "<br>");
-            $line = whack ($line, "<tt>");
-            $line = whack ($line, "</tt>");
-            $line = whack ($line, "<big>");
-            $line = whack ($line, "</big>");
-            $line = whack ($line, "</a>");
-
-            $ref = strpos ($line, "<a href");
-            if ($ref !== false) {
-               $start = substr ($line, 0, $ref);
-               print $start;
-               $ref = strpos ($line, ">");
-               $end = substr ($line, $ref+1, strlen ($line));
-               print $end;
-               $i ++;
-               continue;
-            } 
-            $non = strspn ($line, " \n");
-            if ($non != strlen($line)) {
-               print $line;
-               $nonblank ++;
-            }
-            $i ++;
-        } 
-        echo("</description>\n");
-        echo("<link>");
-        echo("http://www.gnucash.org/#");
-        print $key;
-        echo("</link>\n");
-        // print "<pubDate>". date( "Y m d ", $newsfile[$key]). date( "H:i:s",$newsfile[$key]). " CST</pubDate>\n";
-        print "<pubDate>". date( "r", $newsfile[$key]). "</pubDate>\n";
-        echo("</item>\n");
-    }    
-    
-    $hd->close();  
-    ?>  
- </channel>
-</rss>

Deleted: htdocs/trunk/www/sizing.phtml
===================================================================
--- htdocs/trunk/www/sizing.phtml	2006-05-10 20:42:00 UTC (rev 13992)
+++ htdocs/trunk/www/sizing.phtml	2006-05-11 00:31:23 UTC (rev 13993)
@@ -1,405 +0,0 @@
-<?php $title = "Sizing"; ?>
-<?php
-include("../emulate_globals_on.php");
-include("externals/header.phtml");
-include("externals/menu-main-other.phtml");
-?>
-
-<div id="content">
-
-<h1><?php echo _("Sizing");?></h1>
-
-<p>
-<?php echo _("It can often be quite interesting to study the source code metrics behind a software development project.   Not a surprising interest: its accounting afterall.  GnuCash has grown, over the years, from a small handy electronic checkbook to a rather large and multi-featured desktop app.");?>
-</p>
-<p>
-<?php echo _("GnuCash currently consists of over a third of a million lines of code spread over more than a thousand files.  It has been translated into twenty-three languages and credits over 139 authors and contributors.");?>
-</p>
-<p>
-<img alt="[code size graph]" src="images/sizing-graph.png" width="640" height="480" />
-</p>
-<p>
-<?php echo _("If you've had trouble swimming through that mass of source code, think of it this way: printed out on paper, and bound into volumes, it would amount to several dozen copies of Tolstoy's \"War and Peace\", roughly a bookshelf-width's worth of source code.");?>
-</p>
-<p>
-<?php echo _("Mind you, this is source code (and docs) crafted and debugged by actual humans, this is *not* autogenerated code.  Tools (such as glade or g-wrap) can generate gaziilions of lines of code automatically; I'm not counting those.  Every last line counted here was typed in, edited, indented, tweaked, multiple times, by human hands.");?>
-</p>
-<p>
-<?php echo _("Given that we have about 400 outstanding bugs in bugzilla, that works out to about one bug per thousand lines of code, or one bug per 50 pages of printout.  This bug count is actually not atypical for software projects; its near the norm.");?>
-</p>
-<p>
-<?php echo _("The table below shows some historical lines-of-code and number-of-files metrics for the GnuCash development project.  Note that not all of the code is counted: for instance, the Makefiles and configure.in and autogen.sh are not counted. Also, files that are automatically generated are not counted, nor are files that have been 'borrowed' from other projects. Also not counted are experimental files, miscellaneous perl scripts, various converters, addons and utilities.  Finally, <tt>glade</tt> files are not counted, although large parts of the overall GUI are described in <tt>glade</tt> files.");?>
-</P>
-<P>
-<?php echo _("Note also that KLOC's are not a good metric of programmer productivity, nor even that <code>wc</code> is a good way of counting KLOC's.  Much better measures are complexity metrics, which, for example, count the number and size of if-then-else blocks, or the number and size of all blocks, or the number of math operators per statement.  Maybe someday we'll run one of those tools on this code. For now, this is what we have.  On the other hand, we've attempted to count only those files that contain human-edited code, that is, files that are directly edited by humans.  The point of doing this is to avoid artificially inflating the KLOC counts by counting automatically generated code (which is why the glade files are not counted: they are large and automatically generated).");?>
-</P>
-<P>
-<DIV CLASS="TABLE">
-<P><B><?php echo _("Table 1.  Historical Development Stats");?></B></P>
-<TABLE BORDER="1" CLASS="CALSTABLE">
-<THEAD>
-<TR
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("Version");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("engine");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("backend");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("register");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("ledger");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("motif");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("gnome");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("misc app");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("import export");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("reports");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("scheme (misc)");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("business");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("test");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("user docs");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("internal txt");?></TH
-><TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("Total");?></TH>
-<TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("Languages");?></TH >
-<TH ALIGN="LEFT" VALIGN="TOP"><?php echo _("Author Credits");?></TH >
-</TR>
-</THEAD><TBODY>
-
-<!--      xacc-0.9 Sept 97              -->
-<tr>
-<td>xacc-0.9 Sept 97</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>34 files (7.5+0.9)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>5 files (0.4)</td>
-<td>1 file (0.1)</td>
-<td>40 files (8.8)</td>
-<td>1</td>
-<td>1</td>
-</tr>
-<!--             xacc-0.9w Dec 97      -->
-<tr>
-<td>xacc-0.9w Dec 97</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>51 files (13.8+1.5)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>9 files (0.8)</td>
-<td>1 file (0.1)</td>
-<td>61 files (16.2)</td>
-<td>1</td>
-<td>2</td>
-</tr>
-<!-- xacc-1.0.17 Feb 98  -->
-<tr>
-<td>xacc-1.0.17 Feb 98</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>52 files (14.8+1.8)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>12 files (1.4)</td>
-<td>4 files (0.3)</td>
-<td>68 files (18.3)</td>
-<td>1</td>
-<td>7</td>
-</tr>
-<!--      ------------            -->
-<tr>
-<td>gnucash-1.1.15 Aug 98</td>
-<td>24 files (6.2+1.5)</td>
-<td>-</td>
-<td>31 files (6.1+1.7)</td>
-<td>5 files (1.4+0.4)</td>
-<td>30 files (7.4+0.7)</td>
-<td>17 files (3.4+0.5)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>3 files (0.3)</td>
-<td>-</td>
-<td>-</td>
-<td>16 files (1.9)</td>
-<td>17 files (1.8)</td>
-<td>159 files (34.7)</td>
-<td>1 (0.17)</td>
-<td>25</td>
-</tr>
-<!--         ---------------------                 -->
-<tr>
-<td>gnucash-1.2.2 Aug 99</td>
-<td>41 files (10.2+3.6)</td>
-<td>-</td>
-<td>28 files (5.5+1.7)</td>
-<td>14 files (2.4+0.6)</td>
-<td>26 files (8.7+0.5)</td>
-<td>-</td> 
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>14 files (1.4)</td>
-<td>-</td>
-<td>-</td>
-<td>30 files (2.6)</td>
-<td>15 files (1.8)</td>
-<td>168 files (39.0)</td>
-<td>3 (0.54)</td>
-<td>41</td>
-</tr>
-<!--          ----------------  ----              -->
-<tr>
-<td>gnucash-1.3.6 April 2000</td>
-<td>41 files (12.9+4.0)</td>
-<td>-</td>
-<td>32 files (6.8+2.1)</td>
-<td>19 files (4.0+0.8)</td>
-<td>-</td> 
-<td>78 files (32.2+3.0)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>74 files (4.0+0.7+12.3)</td>
-<td>-</td>
-<td>-</td>
-<td>33 files (7.8)</td>
-<td>25 files (4.5)</td>
-<td>302 files (95.1)</td>
-<td>5 (4.3) </td>
-<td>61</td>
-</tr>
-<!--         ----------------                     -->
-<tr>
-<td>gnucash-1.4.6 Sept 2000</td>
-<td>43 files (13.0+3.6)</td>
-<td>-</td>
-<td>27 files (5.9+2.0)</td>
-<td>24 files (5.4+1.8)</td>
-<td>-</td>
-<td>82 files (33.8+3.0)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>68 files (4.0+0.7+15.5)</td>
-<td>-</td>
-<td>-</td>
-<td>36 files (9.3)</td>
-<td>36 files (4.8)</td>
-<td>316 files (101.9)</td>
-<td>7 (6.0)</td>
-<td>82</td>
-</tr>
-<!--         --------------------                 -->
-<tr>
-<td>gnucash-1.4.12 April 2001</td>
-<td>43 files (13.1+3.6)</td>
-<td>-</td>
-<td>27 files (5.9+2.0)</td>
-<td>24 files (5.4+1.8)</td>
-<td>-</td>
-<td>82 files (33.5+3.0)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>73 files (4.0+0.7+17.7)</td>
-<td>-</td>
-<td>-</td>
-<td>43 files (11.5)</td>
-<td>39 files (6.0)</td>
-<td>331 files (108.2)</td>
-<td>12 (17.8)</td>
-<td>97</td>
-</tr>
-<!--        -------------                         -->
-<tr>
-<td>gnucash-1.5.2 Sept 2000</td>
-<td>46 files (14.9+3.7)</td>
-<td>-</td>
-<td>29 files (6.3+2.0)</td>
-<td>25 files (5.7+1.8)</td>
-<td>-</td>
-<td>83 files (35.8+2.9)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>73 files (4.6+0.8+16.8)</td>
-<td>-</td>
-<td>-</td>
-<td>37 files (10.7)</td>
-<td>48 files (8.2)</td>
-<td>341 files (114.2)</td>
-<td>8 (7.8)</td>
-<td>89</td>
-</tr>
-<!--                 -------------                -->
-<tr>
-<td>gnucash-1.6.0 June 2001</td>
-<td>139 files (42.8+8.3)</td>
-<td>-</td>
-<td>28 files (5.7+2.0) </td>
-<td>23 files (10.1+1.5)</td>
-<td>-</td>
-<td>132 files (60.0+4.2)</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
-<td>102 files (6.2+0.8+27.3)</td>
-<td>-</td>
-<td>-</td>
-<td>64 files (12.1)</td>
-<td>69 files (12.9)</td>
-<td>455 files (193.9)</td>
-<td>11 (18.7)</td>
-<td>123</td>
-</tr>
-<!--             ---------------------            -->
-<tr>
-<td>gnucash-1.7.2 November 2002</td>
-<td>104 files (28.7+7.8+3.3)</td>
-<td>89 files (30.0+3.3)</td>
-<td>34 files (5.2+2.0) <hr> 29 files (10.5+1.2)</td>
-<td>17 files (9.4+0.7)</td>
-<td>-</td>
-<td>143 files (56.0+4.7+0.9)</td>
-<td>75 files (17.0+2.5+5.1)</td>
-<td>78 files (11.1+1.5+7.3)</td>
-<td>38 files (2.4+0.1+14.2)</td>
-<td>17 files (3.4)</td>
-<td>94 files (19.9+1.9+4.5)</td>
-<td>72 files (7.9+0.1+0.7)</td>
-<td>83 files (22.2)</td>
-<td>62 files (11.6)</td>
-<td>935 files (297.1)</td>
-<td>21 (56.1)</td>
-<td>130</td>
-</tr>
-<!--             ---------------------            -->
-<tr>
-<td>gnucash-1.8.4 June 2003</td>
-<td>100 files (29.7+8.3+3.4)</td>
-<td>89 files (30.1+3.3)</td>
-<td>35 files (5.3+2.0) <hr> 31 files (10.7+1.2)</td>
-<td>17 files (10.2+0.8)</td>
-<td>-</td>
-<td>151 files (58.7+5.1+1.1)</td>
-<td>71 files (16.9+2.6+5.2)</td>
-<td>86 files (13.3+1.8+7.5)</td>
-<td>52 files (2.4+0.2+15.1)</td>
-<td>17 files (4.1)</td>
-<td>98 files (21.5+2.0+5.1)</td>
-<td>76 files (8.6+0.2+0.7)</td>
-<td>24 files (13.8) <hr> 199 files (80.3)</td>
-<td>69 files (14.3)</td>
-<td>1115 files (385.5)</td>
-<td>23 (62.4)</td>
-<td>139</td>
-</tr>
-</TBODY ></TABLE ></DIV >
-
- <P>
-<?php echo _("Each cell displays the following:");
-    
-echo _("number of *c and *.h and *.scm files (KLOCS in *.c + KLOCS in *.h + KLOCS in *.scm).  If there are no *.scm files in the directory, then only (KLOCS in *.c + KLOCS in *.h) are displayed.  If there is only one number in the parenthesis, it is the approriate KLOC count for that statistic.");?>
-
- </P><P>
-<?php echo _("where KLOC == kilo-lines-of-code, as reported by <code>wc</code>. As noted above, wc is not a terribly good code metric, but its what we have handy.");?>
-
- </P>
-<b><?php echo _("Table Column Legend");?></b><br><br>
-    <P></P>
- <DL>
-    <DT><B><?php echo _("engine");?></B></DT>
-    <DD><?php echo _("Contents of the src/engine and the include directories. The engine was split out from the motif code in version 1.1. The data storage backend (file-io, sql) was split out in the course of version 1.5");?>
-	<P></P>
-        </DD>
-    <DT><B><?php echo _("backend");?></B></DT>
-    <DD><?php echo _("Contents of the src/backend directory (version 1.7 and later) or of src/engine/file, src/engine/sql (version 1.6 and earlier)");?>
-	<P></P>
-        </DD>
-    <DT><B><?php echo _("register");?></B></DT>
-    <DD><?php echo _("Contents of the src/register directory (version 1.6 and earlier) or src/register/register-core (version 1.7 and later).  The register was split out as a separate component from the motif code in version 1.1. As can be seen from the stats, the register code has been fairly stable. At version 1.7 and later, this cell shows a second count: the number of lines of code in src/register/register-gnome (previously counted as part of gnome)");?>
-	<P></P>
-        </DD>
-    <DT><B>ledger</B></DT>
-    <DD><?php echo _("*.c, *.h files in the src directory only (version 1.6 and earlier) or src/register/ledger-core (version 1.7 and later)");?>
-	<P></P>
-    </DD>
-    <DT><B><?php echo _("motif");?></B></DT>
-    <DD><?php echo _("Contents of the src/motif directory (version 1.2 and earlier).  The motif version of the code was discontinued after version 1.2, after most of the non-gui code was moved to either the engine, the register or the ledger.");?>
-	<P></P>
-    </DD>
-    <DT><B><?php echo _("gnome");?></B></DT>
-    <DD><?php echo _("Contents of src/gnome plus src/register/gnome (version 1.6 and earlier). For version 1.7 and later, this consists of src/gnome, src/gnome-search and src/gnome-util");?>
-	<P></P>
-    </DD>
-
-    <DT><B><?php echo _("misc app");?></B></DT>
-    <DD><?php echo _("Contents of miscellanous application-related directories (version 1.7 and later): src/app-file, src/app-utils, src/calculation, src/core-utils, src/gnc-module, src/network-utils, src/tax/us");?>
-	<P></P>
-    </DD>
-
-    <DT><B><?php echo _("import export");?></B></DT>
-    <DD><?php echo _("Code to import and export various file formats: contents of the src/import-export directory.");?>
-	<P></P>
-     </DD>
-
-    <DT><B><?php echo _("reports");?></B></DT>
-    <DD><?php echo _("Code to generate reports and graphs: contents of the src/reports directory.");?>
-	<P></P>
-     </DD>
-
-    <DT><B><?php echo _("scheme");?></B></DT>
-    <DD><?php echo _("scheme and guile code in directories src/scm plus src/guile (version 1.6 and earlier). In version 1.7 and later, much of this code went into reports, import/export, and into indiovidual modules; thus only miscellaneous code remains.");?>
-	<P></P>
-    </DD>
-
-    <DT><B>business</B></DT>
-    <DD><?php echo _("Code to add small-business features: contents of the src/business directory.");?>
-	<P></P>
-     </DD>
-
-    <DT><B><?php echo _("test");?></B></DT>
-    <DD><?php echo _("Code to peform automated regression tests: contents of the src/*/test directories.");?>
-	<P></P>
-     </DD>
-
-    <DT><B><?php echo _("docs");?></B></DT>
-    <DD><?php echo _("English-language-only user documentation, including on-line help and manual (html, sgml or xml). For version 1.8.4 and later, the number below the bar counts the translated, non-english docs (currently de, es, fr, pt_PT).  Both of these numbers are somewhat hard to count, because of fairly large format churns, and multiple competing versions.");?>
-	<P></P>
-    </DD>
-    
-    <DT><B><?php echo _("internal txt");?></B></DT>
-    <DD><?php echo _("The number of design documents and README files aimed at developers. This includes *.txt files, *.texinfo files and README.* files in all subdirectories.  For version 1.7 and later, only those in the src subdirectory are counted (leaving out some half-dozen scattered elsewhere)");?>
-	<P></P>
-     </DD>
-
-    <DT><B><?php echo _("Languages");?></B></DT>
-    <DD><?php echo _("The number of languages that the application messages have been translated to (the number of <tt>po/*.po</tt> files). In parenthesis, the number of messages in the message files (<tt>grep msgstr po/*.po |wc</tt>), in thousands.");?>
-	<P></P>
-    </DD>
-    
-    <DT><B><?php echo _("Author Credits");?></B></DT>
-    <DD><?php echo _("The number of people credited in the AUTHORS file (version 1.6 and later) or the README file (earlier versions).  These include lead developers, patch submitters and national-language translators.  This includes additional credits listed in the gnucash-docs/AUTHORS file that are not listed in the main gnucash/AUTHORS file.");?>
-	<P></P>
-    </DD>
-</DL>
-</div>
-<?php include("externals/footer.phtml"); ?>



More information about the gnucash-changes mailing list