r18421 - htdocs/trunk - Website update by Geert Janssens

Christian Stimming cstim at code.gnucash.org
Tue Nov 17 16:18:34 EST 2009


Author: cstim
Date: 2009-11-17 16:18:34 -0500 (Tue, 17 Nov 2009)
New Revision: 18421
Trac: http://svn.gnucash.org/trac/changeset/18421

Added:
   htdocs/trunk/download.phtml
   htdocs/trunk/externals/global_params.php
   htdocs/trunk/images/icons/gnome-dialog-information.png
   htdocs/trunk/images/icons/gnome-dialog-warning.png
   htdocs/trunk/images/icons/linux.png
   htdocs/trunk/images/icons/macosx.png
   htdocs/trunk/images/icons/windows.png
   htdocs/trunk/osx_readme.phtml
Modified:
   htdocs/trunk/externals/gnucash.css
   htdocs/trunk/externals/header.phtml
   htdocs/trunk/externals/menu.phtml
   htdocs/trunk/index.phtml
   htdocs/trunk/news/090515-2.3.0.news
   htdocs/trunk/news/090607-2.3.1.news
   htdocs/trunk/news/090707-2.3.2.news
   htdocs/trunk/news/090723-2.3.3.news
   htdocs/trunk/news/090819-2.3.4.news
   htdocs/trunk/news/090829-2.3.5.news
   htdocs/trunk/news/090929-2.3.6.news
   htdocs/trunk/news/091007-2.3.7.news
Log:
Website update by Geert Janssens

Added: htdocs/trunk/download.phtml
===================================================================
--- htdocs/trunk/download.phtml	                        (rev 0)
+++ htdocs/trunk/download.phtml	2009-11-17 21:18:34 UTC (rev 18421)
@@ -0,0 +1,61 @@
+<?php 
+$homepage = false;
+$title = _("Download");
+include("local.php");
+include("emulate_globals_on.php");
+include("lang.php");
+include("externals/header.phtml");
+include("externals/menu.phtml"); 
+?>
+
+<div id="content">
+
+<h1><?php echo _("Download GnuCash")?></h1>
+
+<h2><?php echo _("Stable release ($latest_stable)")?></h2>
+<p><?php echo _("A stable release is a version of GnuCash that is well tested and considered appropriate for every day use.")?></p>
+<p><?php echo _("The latest stable release of GnuCash is $latest_stable.  Choose the download for your operating system below.")?></p>
+
+<h3><?php echo _("Installers")?></h3>
+<ul>
+<li><?php echo _("GnuCash $latest_stable for")?> <a href="<?php echo $download_path.$latest_stable_win;?>">Microsoft Windows XP/Vista</a></li>
+<li><?php echo _("GnuCash $latest_stable for")?> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a> | <a href="osx_readme.phtml?branch=stable&version=<?php echo $latest_stable;?>">Readme</a></li>
+</ul>
+
+<a name="distribution"></a><h3><?php echo _("Linux")?></h3>
+<p><?php echo _("Most linux distributions come bundled with a version of GnuCash, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the GnuCash version that comes with your distribution.");?></p>
+<p><?php echo "Below are ways to install GnuCash on some of the more popular distributions:";?></p>
+
+<ul>
+  <li><b>Fedora: </b><?php echo _("Fedora users can install GnuCash through System->Administration->Add/Remove Software (Gnome) or Applications->System->Software Management (KDE).")?></li>
+  <li><b>Mandriva: </b><?php echo _("Mandriva users can install GnuCash through the Software Management in the Mandriva Linux Control Center.")?></li>
+  <li><b>Redhat/Centos: </b><?php echo _("Redhat and CentOS don't have GnuCash in their repositories by default. It can be installed however from the third-party Epel repository. For more details on configuring this additional software repository for your setup, see ");?><a href="http://fedoraproject.org/wiki/EPEL"><?php echo _("Epel's wiki page");?></a></li>
+  <li><b>Ubuntu: </b><?php echo _("Ubuntu 9.10 users can install GnuCash through the Software Center under the Office category.")?></li>
+</ul>
+
+<h3><?php echo _("Source code")?></h3>
+<ul>
+  <li><a href="<?php echo $download_path.$latest_stable_source;?>">bzip2 compressed tarball</a> <?php echo _("for GnuCash $latest_stable")?></li>
+  <li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/<?php echo $latest_stable_source;?>"><?= _("USA Mirror");?></a></li>
+  <li><a href="http://ftp.at.gnucash.org/pub/gnucash/gnucash/sources/stable/<?php echo $latest_stable_source;?>"><?= _("European Mirror");?></a></li>
+ </ul>
+
+<h2><?php echo _("Unstable/Development release ($latest_unstable)")?></h2>
+<p><?php echo _("Unstable (development) releases are for testing purposes only. They contain the newest features and improvements, but may also contain serious bugs still. Don't install these releases for everyday use.")?></p>
+<p><?php echo _("The latest unstable release of GnuCash is $latest_unstable.  Choose the download for your operating system below.")?></p>
+
+<ul>
+  <li><?php echo _("GnuCash $latest_unstable for")?> <a href="<?php echo $download_path.$latest_unstable_win;?>">Microsoft Windows XP/Vista</a></li>
+  <li><?php echo _("GnuCash $latest_unstable for")?> Mac OS X <a href="<?php echo $download_path.$latest_unstable_mac_intel;?>">Intel</a> | <a href="osx_readme.phtml?branch=unstable&version=<?php echo $latest_unstable;?>">Readme</a></li>
+  <li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php echo _("for GnuCash $latest_unstable")?></li>
+</ul>
+
+<h2><?php echo _("Other")?></h2>
+
+<ul>
+ <li><a href="<?php echo $latest_stable_path;?>"><?php echo _("View all GnuCash $latest_stable downloads (stable)")?></a></li>
+ <li><a href="<?php echo $latest_unstable_path;?>"><?php echo _("View all GnuCash $latest_unstable downloads (unstable)")?></a></li>
+ <li><a href="http://sourceforge.net/projects/gnucash/files/"><?php echo _("View all GnuCash downloads")?></a></li>
+</ul>
+
+</div>
\ No newline at end of file

Added: htdocs/trunk/externals/global_params.php
===================================================================
--- htdocs/trunk/externals/global_params.php	                        (rev 0)
+++ htdocs/trunk/externals/global_params.php	2009-11-17 21:18:34 UTC (rev 18421)
@@ -0,0 +1,23 @@
+<?php
+     $latest_stable="2.2.9";
+     $latest_unstable="2.3.7";
+     
+     $stable_path="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/";
+     $latest_stable_path=$stable_path.$latest_stable."/";
+     
+     $latest_stable_win="gnucash-".$latest_stable."-setup.exe";
+     $latest_stable_mac_intel="Gnucash-Intel-".$latest_stable.".4.dmg";
+     $latest_stable_mac_ppc="Gnucash-PPC-".$latest_stable.".3.dmg";
+     $latest_stable_source="gnucash-".$latest_stable.".tar.bz2";
+     
+     $unstable_path="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/";
+     $latest_unstable_path=$unstable_path.$latest_unstable."/";
+     
+     $latest_unstable_win="gnucash-".$latest_unstable."-setup.exe";
+     $latest_unstable_mac_intel="Gnucash-Intel-".$latest_unstable.".dmg";
+     $latest_unstable_mac_ppc="Gnucash-PPC-".$latest_unstable.".dmg";
+     $latest_unstable_source="gnucash-".$latest_unstable.".tar.bz2";
+     
+     $download_path="http://downloads.sourceforge.net/sourceforge/gnucash/";
+     
+?>
\ No newline at end of file

Modified: htdocs/trunk/externals/gnucash.css
===================================================================
--- htdocs/trunk/externals/gnucash.css	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/externals/gnucash.css	2009-11-17 21:18:34 UTC (rev 18421)
@@ -209,3 +209,54 @@
 {
   border-bottom: solid thin #7F7FAA;
 }
+
+#download {
+   float: right;
+   margin-left: 1em;
+   padding: 0.3em;
+   background-color: #7F7FAA;
+   border: 1px solid #CACAF7;
+   color: white;
+}
+
+#download h2 {
+   margin-top: 0px;
+}
+
+#download img {
+   vertical-align: middle;
+}
+
+#download ul {
+   list-style-type:none;
+   margin: 0;
+   padding-left: 8px;
+}
+
+#download li {
+   padding-bottom: 8px;
+}
+
+#download a, #download a:visited {
+   color: white;
+   font-weight: bold;
+   text-decoration: none;
+}
+
+#download a:hover {
+   text-decoration: underline;
+}
+
+div.dialog {
+   padding-left: 58px;
+   border: 1px solid #7F7FAA;
+   margin: 1em 2em;
+}
+
+div.warning {
+   background: url('../images/icons/gnome-dialog-warning.png') 5px 5px no-repeat #E6E6F7;
+}
+
+div.note {
+   background: url('../images/icons/gnome-dialog-information.png') 5px 5px no-repeat #E6E6F7;
+}
\ No newline at end of file

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/externals/header.phtml	2009-11-17 21:18:34 UTC (rev 18421)
@@ -4,7 +4,8 @@
 <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 $mimeline;  ?>
+<?php include("externals/global_params.php"); ?>
 <?php
 
 if (isset($homepage)) { ?>

Modified: htdocs/trunk/externals/menu.phtml
===================================================================
--- htdocs/trunk/externals/menu.phtml	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/externals/menu.phtml	2009-11-17 21:18:34 UTC (rev 18421)
@@ -39,13 +39,9 @@
   <!-- ?php include("$top_dir/externals/menu-downloads.phtml");? -->
   <span class="linktop">
     <img class="dot" src="<?=$top_dir?>/externals/webding.png" alt="marker" />
-    <b><?=_("Downloads")?></b>
+    <b><a href="<?=$home?>/download.phtml"><?=_("Downloads")?></a></b>
+    <ul></ul>
   </span>
-  <ul>
-    <li><a href="http://sourceforge.net/project/showfiles.php?group_id=192"><?= _("Source code, Windows binary");?></a></li>
-    <li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/"><?= _("Source code only (USA)");?></a></li>
-    <li><a href="http://ftp.at.gnucash.org/pub/gnucash/gnucash/sources/stable/"><?= _("Source code only (Europe)");?></a></li>
-  </ul>
 </div>
 <div class="othernews">
   <!-- ?php include("$top_dir/externals/menu-developer.phtml");? -->

Added: htdocs/trunk/images/icons/gnome-dialog-information.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/images/icons/gnome-dialog-information.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/trunk/images/icons/gnome-dialog-warning.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/images/icons/gnome-dialog-warning.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/trunk/images/icons/linux.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/images/icons/linux.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/trunk/images/icons/macosx.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/images/icons/macosx.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: htdocs/trunk/images/icons/windows.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/images/icons/windows.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/index.phtml	2009-11-17 21:18:34 UTC (rev 18421)
@@ -12,6 +12,17 @@
 
 <h1><?php echo _("Welcome to GnuCash.org")?></h1>
 
+<div id="download">
+<h2><?php echo _("Download GnuCash $latest_stable")?></h2>
+
+<ul>
+<li><img src="images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo _("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo _("Via distribution");?></a></li>
+<li><img src="images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_win;?>">XP/Vista</a></li>
+<li><img src="images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a> | <a href="osx_readme.phtml?branch=stable&version=<?php echo $latest_stable;?>">Readme</a></li>
+<li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=_("More downloads (Source, Development,...)")?></a></li>
+</ul>
+</div>
+
 <p><?php echo _("GnuCash is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></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>

Modified: htdocs/trunk/news/090515-2.3.0.news
===================================================================
--- htdocs/trunk/news/090515-2.3.0.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/090515-2.3.0.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,17 +1,25 @@
-<b>Announcement:</b> GnuCash 2.3.0 Release
+<b>Announcement:</b> GnuCash 2.3.0 (Unstable) Release
 2009-05-15 20:29
 
-<h2>GnuCash 2.3.0 released</h2>
+<h2>GnuCash 2.3.0 (Unstable) released</h2>
 
 <p>The GnuCash development team proudly announces GnuCash 2.3.0,
 the first of several unstable 2.3.x releases of the GnuCash
 Free Accounting Software which will eventually lead to the stable
 version 2.4.0. With this new release series, GnuCash can use an SQL
 database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux,
-*BSD, Solaris and Mac OSX. This release is intended for developers
-and testers who want to help tracking down all those bugs that are
-still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarentee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+*BSD, Solaris and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in this release include;
@@ -21,7 +29,7 @@
 <li>Updated to AqBanking 3 on Win32.</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If
 you test some serious work in a 2.3.x release and are using the XML file backend for data
 storage, make sure you hit "Save" after
@@ -32,30 +40,24 @@
 the documentation; see http://wiki.gnucash.org/wiki/Development on how to get
 involved.</p>
 
-<p><b>How can you help?</b></p>
-<p>Testing: Test it and help us discover all bugs that might show up in there.
-Please enter each and every bug into bugzilla.</p>
-<p>Translating: The new release comes with some new translation strings. If
-you consider contributing a translation, we invite you to test this release
-already. A string freeze will be announced in one of the later 2.3.x releases.
-Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on
-this.</p>
+<h3>How can you help?</h3>
+<p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
+<p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
-<p>We would like to encourage people to test this and any further releases as
-much as possible and submit bug reports in order that we can polish GnuCash to
-be as stable as possible for the 2.4.0 release in a few weeks. Then post any
-bugs you find to <a
-href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>GnuCash 2.3.0 can be downloaded from sourceforge.net.  It is available as
-source code.</p>
+<p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.0 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.0.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.0.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.0/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a
-href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a
-href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>About the Program</b></p>
-<p>GnuCash is a free, open source accounting program released under the GNU
-General Public License (GPL) and available for GNU/Linux, *BSD, Solaris,
-Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in
-1998.</p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.0-setup.exe">Gnucash 2.3.0 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
+<p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Modified: htdocs/trunk/news/090607-2.3.1.news
===================================================================
--- htdocs/trunk/news/090607-2.3.1.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/090607-2.3.1.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,16 +1,25 @@
-<b>Announcement:</b> GnuCash 2.3.1 Release
+<b>Announcement:</b> GnuCash 2.3.1 (Unstable) Release
 2009-06-07 16:45
 
-<h2>GnuCash 2.3.1 released</h2>
+<h2>GnuCash 2.3.1 (Unstable) released</h2>
 
 <p>The GnuCash development team proudly announces GnuCash 2.3.1, 
 the second of several unstable 2.3.x releases of the GnuCash 
 Free Accounting Software which will eventually lead to the stable
 version 2.4.0. With this new release series, GnuCash can use an SQL
 database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux,
-*BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers
-and testers who want to help tracking down all those bugs that are still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarentee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+*BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in the 2.3.x release include;
@@ -45,7 +54,7 @@
 <li> Add Lithuanian translation by Tadas Masiulionis</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If
 you test some serious work in a 2.3.x release and are using the XML file backend for data
 storage, make sure you hit "Save" after
@@ -56,30 +65,24 @@
 the documentation; see http://wiki.gnucash.org/wiki/Development on how to get
 involved.</p>
 
-<p><b>How can you help?</b></p>
-<p>Testing: Test it and help us discover all bugs that might show up in there.
-Please enter each and every bug into bugzilla.</p>
-<p>Translating: The new release comes with some new translation strings. If
-you consider contributing a translation, we invite you to test this release
-already. A string freeze will be announced in one of the later 2.3.x releases.
-Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on
-this.</p>
+<h3>How can you help?</h3>
+<p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
+<p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
-<p>We would like to encourage people to test this and any further releases as
-much as possible and submit bug reports in order that we can polish GnuCash to
-be as stable as possible for the 2.4.0 release in a few weeks. Then post any
-bugs you find to <a
-href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>GnuCash 2.3.1 can be downloaded from sourceforge.net.  It is available as
-source code.</p>
+<p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.1 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.1.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.1.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.1/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a
-href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a
-href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>About the Program</b></p>
-<p>GnuCash is a free, open source accounting program released under the GNU
-General Public License (GPL) and available for GNU/Linux, *BSD, Solaris,
-Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in
-1998.</p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.1-setup.exe">Gnucash 2.3.1 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
+<p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Modified: htdocs/trunk/news/090707-2.3.2.news
===================================================================
--- htdocs/trunk/news/090707-2.3.2.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/090707-2.3.2.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,10 +1,20 @@
-<b>Announcement:</b> GnuCash 2.3.2 Release
+<b>Announcement:</b> GnuCash 2.3.2 (Unstable) Release
 2009-07-06
 
-<h2>GnuCash 2.3.2 released</h2>
+<h2>GnuCash 2.3.2 (Unstable) released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.3.2, the third of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+<p>The GnuCash development team proudly announces GnuCash 2.3.2, the third of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in the 2.3.x release include;
@@ -46,7 +56,7 @@
 <li>QIF Import: Documentation .txt file patch by Daniel Convissor.</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If
 you test some serious work in a 2.3.x release and are using the XML file backend for data
 storage, make sure you hit "Save" after
@@ -57,16 +67,24 @@
 the documentation; see http://wiki.gnucash.org/wiki/Development on how to get
 involved.</p>
 
-<p><b>How can you help?</b></p>
+<h3>How can you help?</h3>
 <p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
 <p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
 <p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>GnuCash 2.3.2 can be downloaded from www.gnucash.org.  It is available as source code.</p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.2 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.2.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.2.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.2/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>Win32 binary</b></p>
-<p>The Gnucash 2.3.2 Win32 setup executable can be downloaded from http://code.gnucash.org/builds/win32/trunk</p>
-<p><b>About the Program</b></p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.2-setup.exe">Gnucash 2.3.2 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
 <p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Modified: htdocs/trunk/news/090723-2.3.3.news
===================================================================
--- htdocs/trunk/news/090723-2.3.3.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/090723-2.3.3.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,10 +1,20 @@
-<b>Announcement:</b> GnuCash 2.3.3 Release
+<b>Announcement:</b> GnuCash 2.3.3 (Unstable) Release
 2009-07-23
 
-<h2>GnuCash 2.3.3 released</h2>
+<h2>GnuCash 2.3.3 (Unstable) released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.3.3, the fourth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+<p>The GnuCash development team proudly announces GnuCash 2.3.3, the fourth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in the 2.3.x release include;
@@ -34,7 +44,7 @@
 <li>Fix bug 585899 - environment variable GNC_DEFAULT_DATABASE can be used to set the default database name in the Save As dialog</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If
 you test some serious work in a 2.3.x release and are using the XML file backend for data
 storage, make sure you hit "Save" after
@@ -45,16 +55,24 @@
 the documentation; see http://wiki.gnucash.org/wiki/Development on how to get
 involved.</p>
 
-<p><b>How can you help?</b></p>
+<h3>How can you help?</h3>
 <p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
 <p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
 <p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>GnuCash 2.3.3 can be downloaded from www.gnucash.org.  It is available as source code.</p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.3 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.3.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.3.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.3/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>Win32 binary</b></p>
-<p>The Gnucash 2.3.3 Win32 setup executable can be downloaded from http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x
-<p><b>About the Program</b></p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.3-setup.exe">Gnucash 2.3.3 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
 <p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Modified: htdocs/trunk/news/090819-2.3.4.news
===================================================================
--- htdocs/trunk/news/090819-2.3.4.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/090819-2.3.4.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,10 +1,20 @@
-<b>Announcement:</b> GnuCash 2.3.4 Release
+<b>Announcement:</b> GnuCash 2.3.4 (Unstable) Release
 2009-08-19
 
-<h2>GnuCash 2.3.4 released</h2>
+<h2>GnuCash 2.3.4 (Unstable) released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.3.4, the fifth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+<p>The GnuCash development team proudly announces GnuCash 2.3.4, the fifth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in the 2.3.x release include;
@@ -40,20 +50,28 @@
 <li>Fixed signed vs unsigned char pointer type conflicts.</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep.  If you are using the SQL backend, this is not required as every change is saved immediately to the database.<p>
 <p>The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.</p>
 
-<p><b>How can you help?</b></p>
+<h3>How can you help?</h3>
 <p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
 <p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
 <p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>Source code for GnuCash 2.3.4 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".</p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.4 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.4.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.4.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.4/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>Win32 binary</b></p>
-<p>The Gnucash 2.3.4 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files.  Look under "gnucash (unstable)".
-<p><b>About the Program</b></p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.4-setup.exe">Gnucash 2.3.4 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
 <p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Modified: htdocs/trunk/news/090829-2.3.5.news
===================================================================
--- htdocs/trunk/news/090829-2.3.5.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/090829-2.3.5.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,10 +1,20 @@
-<b>Announcement:</b> GnuCash 2.3.5 Release
+<b>Announcement:</b> GnuCash 2.3.5 (Unstable) Release
 2009-08-29
 
-<h2>GnuCash 2.3.5 released</h2>
+<h2>GnuCash 2.3.5 (Unstable) released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.3.5, the sixth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+<p>The GnuCash development team proudly announces GnuCash 2.3.5, the sixth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in the 2.3.x release include;
@@ -29,20 +39,28 @@
 <li>Fix bug 575778: QIF import: fix crash when a security list omits the "T" (type) line</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep.  If you are using the SQL backend, this is not required as every change is saved immediately to the database.<p>
 <p>The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.</p>
 
-<p><b>How can you help?</b></p>
+<h3>How can you help?</h3>
 <p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
 <p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
 <p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>Source code for GnuCash 2.3.5 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".</p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.5 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.5.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.5.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.5/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>Win32 binary</b></p>
-<p>The Gnucash 2.3.5 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files.  Look under "gnucash (unstable)".
-<p><b>About the Program</b></p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.5-setup.exe">Gnucash 2.3.5 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
 <p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Modified: htdocs/trunk/news/090929-2.3.6.news
===================================================================
--- htdocs/trunk/news/090929-2.3.6.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/090929-2.3.6.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,10 +1,20 @@
-<b>Announcement:</b> GnuCash 2.3.6 Release
+<b>Announcement:</b> GnuCash 2.3.6 (Unstable) Release
 2009-09-29
 
-<h2>GnuCash 2.3.6 released</h2>
+<h2>GnuCash 2.3.6 (Unstable) released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.3.6, the seventh of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+<p>The GnuCash development team proudly announces GnuCash 2.3.6, the seventh of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in the 2.3.x release include;
@@ -71,20 +81,28 @@
 <li>Updated Dutch translation by Erwin Poeze, copied from the Translation Project.</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep.  If you are using the SQL backend, this is not required as every change is saved immediately to the database.<p>
 <p>The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.</p>
 
-<p><b>How can you help?</b></p>
+<h3>How can you help?</h3>
 <p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
 <p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
 <p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>Source code for GnuCash 2.3.6 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".</p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.6 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.6.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.6.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.6/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>Win32 binary</b></p>
-<p>The Gnucash 2.3.6 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files.  Look under "gnucash (unstable)".
-<p><b>About the Program</b></p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.6-setup.exe">Gnucash 2.3.6 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
 <p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Modified: htdocs/trunk/news/091007-2.3.7.news
===================================================================
--- htdocs/trunk/news/091007-2.3.7.news	2009-11-17 21:15:38 UTC (rev 18420)
+++ htdocs/trunk/news/091007-2.3.7.news	2009-11-17 21:18:34 UTC (rev 18421)
@@ -1,14 +1,20 @@
-<b>Announcement:</b> GnuCash 2.3.7 Release
+<b>Announcement:</b> GnuCash 2.3.7 (Unstable) Release
 2009-10-06
 
-<h2>GnuCash 2.3.7 released</h2>
+<h2>GnuCash 2.3.7 (Unstable) released</h2>
 
-<p>The GnuCash development team proudly announces GnuCash 2.3.7, the eighth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX. This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
-<p> WARNING WARNING WARNING - Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
-<p>
-NOTE: This is an *UNSTABLE* version of Gnucash.  The latest stable version is
-2.2.9.
-<p>
+<p>The GnuCash development team proudly announces GnuCash 2.3.7, the eighth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
+
+<div class="dialog warning">
+<p><b>WARNING:</b> This is an *UNSTABLE* version of Gnucash.</p>
+<p>This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.</p>
+<p>Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.</p>
+</div>
+
+<div class="dialog note">
+<p><b>NOTE:</b> The latest stable version is 2.2.9.</p>
+</div>
+
 <p>PLEASE TEST TEST AND TEST SOME MORE any and all features important to you.
 Then post any bugs you find to bugzilla</p>
 <p>Major changes in the 2.3.x release include;
@@ -28,20 +34,28 @@
 <li>Update of Polish translation by Jacek Baszkiewicz</li>
 </ul>
 
-<p><b>Caveats for Testers</b></p>
+<h3>Caveats for Testers</h3>
 <p>Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep.  If you are using the SQL backend, this is not required as every change is saved immediately to the database.<p>
 <p>The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.</p>
 
-<p><b>How can you help?</b></p>
+<h3>How can you help?</h3>
 <p>Testing: Test it and help us discover all bugs that might show up in there.  Please enter each and every bug into bugzilla.</p>
 <p>Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases.  Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.</p>
 <p></p>
 <p>We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
-<p><b>Getting GnuCash</b></p>
-<p>Source code for GnuCash 2.3.7 can be downloaded from www.gnucash.org or https://sourceforge.net/projects/gnucash/files under "gnucash (unstable)".</p>
+
+<h3>Getting GnuCash</h3>
+<p>Source code for GnuCash 2.3.7 can be downloaded from multiple locations:
+<ul>
+<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.7.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.7.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.7/">all files</a>.</li>
+<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
+</ul></p>
+
 <p>To install GnuCash, users will need Gnome 2, guile, slib and swig.</p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x">http://www.gnucash.org</a></b></p>
-<p><b>Win32 binary</b></p>
-<p>The Gnucash 2.3.7 Win32 setup executable can be downloaded from https://sourceforge.net/projects/gnucash/files.  Look under "gnucash (unstable)".
-<p><b>About the Program</b></p>
+
+<h3>Win32 binary</h3>
+<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.7-setup.exe">Gnucash 2.3.7 Win32 setup executable</a> can be downloaded from Sourceforge as well.
+
+<h3>About the Program</h3>
 <p>GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows.  Programming on GnuCash began in 1997, and its first stable release was in 1998.</p>

Added: htdocs/trunk/osx_readme.phtml
===================================================================
--- htdocs/trunk/osx_readme.phtml	                        (rev 0)
+++ htdocs/trunk/osx_readme.phtml	2009-11-17 21:18:34 UTC (rev 18421)
@@ -0,0 +1,30 @@
+<?php
+  // This script will fetch the Mac OS X readme file from sourceforge.net
+  // parameters:
+  // branch: 'stable' or 'unstable'
+  // version: Gnucash version for which to get the Readme file (eg '2.3.7')
+
+  include("externals/global_params.php");
+
+  $branch = $_GET['branch'];
+  if (($branch!="stable") && ($branch!="unstable")) {
+    $branch="stable";
+  }
+
+  $readme_path="http://downloads.sourceforge.net/project/gnucash/gnucash%20(".$branch.")/";
+
+  $readme_file="Gnucash%20OSX%20Readme.html";
+  if ($branch === "unstable") {
+    $readme_file="Gnucash%20Unstable%20OSX%20Readme.html";
+  }
+
+  $version=$_GET['version'];
+  if (! preg_match('/^[0-9]+\.[0-9]+\.[0-9]+$/',$version)) {
+    $version=$latest_stable;
+  }
+
+  $location=$readme_path.$version."/".$readme_file;
+//  echo $location;
+  header("Location: ".$location);
+  exit;
+?>
\ No newline at end of file



More information about the gnucash-changes mailing list