[Gnucash-changes] r14464 - htdocs/trunk - Merge 14396:14463 from htdocs/branches/beta/ to htdocs/trunk: updated logo, site style cleanup; docs page html cleanup.

Joshua Sled jsled at cvs.gnucash.org
Tue Jul 4 14:10:41 EDT 2006


Author: jsled
Date: 2006-07-04 14:10:41 -0400 (Tue, 04 Jul 2006)
New Revision: 14464
Trac: http://svn.gnucash.org/trac/changeset/14464

Added:
   htdocs/trunk/externals/banner5.png
   htdocs/trunk/externals/logo3.png
Modified:
   htdocs/trunk/atom.php
   htdocs/trunk/docs.phtml
   htdocs/trunk/externals/footer.phtml
   htdocs/trunk/externals/gnucash.css
   htdocs/trunk/externals/header.phtml
   htdocs/trunk/news/060618-1-9-8.news
Log:
Merge 14396:14463 from htdocs/branches/beta/ to htdocs/trunk: updated logo, site style cleanup; docs page html cleanup.

Modified: htdocs/trunk/atom.php
===================================================================
--- htdocs/trunk/atom.php	2006-07-04 16:32:03 UTC (rev 14463)
+++ htdocs/trunk/atom.php	2006-07-04 18:10:41 UTC (rev 14464)
@@ -13,7 +13,7 @@
   header("Content-Type: $contentType; charset=$charset");
 
   $entry_count = 10;
-  $newsdir = "${top_dir}/news/";
+  $newsdir = "${top_dir}/news";
 
   /**
    * In php5, this is simply: date(DATE_ATOM, strtotime($news_date)).
@@ -60,7 +60,7 @@
   <entry>
     <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
     <title><?= $title ?></title>
-    <link rel="alternate" href="<?=${top_dir}?>/#<?=generate_anchor($key);?>" />
+    <link rel="alternate" href="http://www.gnucash.org/#<?=generate_anchor($key);?>" />
     <author>
       <name>GnuCash Developers</name>
       <email>gnucash-devel at gnucash.org</email>

Modified: htdocs/trunk/docs.phtml
===================================================================
--- htdocs/trunk/docs.phtml	2006-07-04 16:32:03 UTC (rev 14463)
+++ htdocs/trunk/docs.phtml	2006-07-04 18:10:41 UTC (rev 14464)
@@ -14,126 +14,85 @@
 
 <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="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[document icon]" />
-         <b><?php echo _("GnuCash v1.9 (current unstable)");?></b>
-     </div>
-     <div class="newsinner">
-       <p>A nightly build of the <a href="http://svn.gnucash.org/docs/guide/">current unstable-branch Concepts Guide</a> is available.</p>
-       <p>A nightly build of the <a href="http://svn.gnucash.org/docs/help/help.html">current unstable-branch Help</a> is also available.</p>
-     </div>
-</div>
+<h2><?= _("GnuCash v1.9 (current unstable)");?></h2>
 
-<br />
+<p>A nightly build of the <a href="http://svn.gnucash.org/docs/guide/">current unstable-branch Concepts Guide</a> is available.</p>
+<p>A nightly build of the <a href="http://svn.gnucash.org/docs/help/help.html">current unstable-branch Help</a> is also available.</p>
 
-<div class="tblborder">
-     <div class="frametitle">
-         <img src="<?=$top_dir?>/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/v1.8/C/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/v1.8/C/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>
+<h2><?=_("GnuCash v1.8 (current stable release)");?></h2>
 
-<div>&nbsp;</div>
+<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 class="tblborder">
-     <div class="frametitle">
-         <img src="<?=$top_dir?>/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><?php echo _("Help Manual");?>
     <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>
+    <li><a href="docs/v1.8/C/gnucash-help/help.html"><?php echo _("English");?> (HTML)</a></li>
+    <li><a href="docs/v1.8/de_DE/gnucash-help/help.html"><?php echo _("Deutsch");?> (HTML)</a></li>
+    <li><a href="docs/gnucash-help.pdf"><?php echo _("English");?> (PDF)</a></li>
     </ul>
-    </div>
-</div>
+    </li>
+  </li>
+  <li><?= _("Concepts Guide") ?>
+    <ul>
+      <li><a href="docs/v1.8/C/gnucash-guide/"><?php echo _("English");?> (HTML)</a></li>
+      <li><a href="docs/gnucash-guide.pdf"><?php echo _("English");?> (PDF)</a></li>
+    </ul>
+  </li>
+</ul>
 
-<div>&nbsp;</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 class="tblborder">
-     <div class="frametitle">
-         <img src="<?=$top_dir?>/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>
-   </div>
-</div>
+<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>
+  <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>
+  <li><a href="http://www.ncsysadmin.org/july2001/ncsa-gnucash-talk.html"><?php
+	echo _("Joe Mack's Tutorial");?></a></li>
+  <li><a href="http://www.object-refinery.com/gnucash/index.html"><?php
+	echo _("Dave Gilbert's User Guide (PDF)");?></a></li>
+</ul>
 
-<div>&nbsp;</div>
+<h2><?php echo _("Older GnuCash Documentation");?></h2>
+<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>
 
-<div class="tblborder">
-     <div class="frametitle">
-         <img src="<?=$top_dir?>/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>
+<h2><?php echo _("Documentation Development");?></h2>
 
-</div>
+<h3><?php echo _("Interesting Links");?></h3>
+<?php echo _("The following links are for further sites that can help with the documentation and review process.");?>
+<ul>
+<li><a href='http://www.docbook.org'> DocBook: The Definitive Guide.</a></li>
+<li><a href='http://www.sagehill.net/docbookxsl/'>DocBook XSL: The Complete Guide</a>.</li>
+<li><a href='http://developer.gnome.org/projects/gup/hig/1.0/'> GNOME Human Interface Guidelines</a></li>
+</ul>
 
+<h3><?php echo _("For both reviewers and documentation writers");?></h3>
+<?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>
+<ul>
+<li><a href='http://developer.gnome.org/projects/gdp/styleguide.html'>The GNOME Documentation Style Guide</a></li>
+<li><a href='http://developer.gnome.org/projects/gdp/handbook.html'>The GNOME Handbook of Writing Software Documentation</a></li>
+</ul>
+<p><?php echo _("We suggest also subscribing to ");?><a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a>.</p>
+
+<h3><?php echo _("Reviewers");?></h3>
+<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>
+
+<h3><?php echo _("Writers");?></h3>
+<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>
 <?php include("externals/footer.phtml"); ?>
 

Copied: htdocs/trunk/externals/banner5.png (from rev 14463, htdocs/branches/beta/externals/banner5.png)

Modified: htdocs/trunk/externals/footer.phtml
===================================================================
--- htdocs/trunk/externals/footer.phtml	2006-07-04 16:32:03 UTC (rev 14463)
+++ htdocs/trunk/externals/footer.phtml	2006-07-04 18:10:41 UTC (rev 14464)
@@ -1,9 +1,8 @@
 <div id="tail">
-<p id="validation"><a href="http://validator.w3.org/check/referer"><img src="<?=$top_dir?>/images/valid-html40.png" alt="valid HTML" width="88" height="31" /></a></p>
 <p id="rss"><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/externals/feed-icon-32x32.png" alt="[atom syndication feed]" width="32" height="32" /></a></p>
-<p style="text-align:center;"><b>Copyright &copy; 2001-2006 The GnuCash Project</b></p>
-<p style="text-align:center;"><?= _("Server &amp; email outage reports to: ")?><a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
-<p style="text-align:center;"><?= _("Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-devel at gnucash.org</b></a>");?></p>
+<p>Copyright &copy; 2001-2006 The GnuCash Project</p>
+<p><?= _("Server &amp; email outage reports to: ")?><a href="mailto:gnucash-devel at gnucash.org">gnucash-devel at gnucash.org</a></p>
+<p><?= _("Translation problems? Contact: <a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-devel at gnucash.org</b></a>");?></p>
 </div>
 </body>
 </html>

Modified: htdocs/trunk/externals/gnucash.css
===================================================================
--- htdocs/trunk/externals/gnucash.css	2006-07-04 16:32:03 UTC (rev 14463)
+++ htdocs/trunk/externals/gnucash.css	2006-07-04 18:10:41 UTC (rev 14464)
@@ -72,8 +72,14 @@
    color: black;
 }
 
-#head {
-   background-color: #666699;
+A[href], A[href]:visited
+{
+  color: rgb(8, 0, 109);
+}
+
+#head
+{
+   background-color: #7F7FAA;
    color: white;
    font-size: small;
    padding: 0.5em;
@@ -81,15 +87,15 @@
 
 #head A, #tail A
 {
-   background-color: #666699;
    color: white;
 }
 
 #tail {
    font-size: small;
+   text-align: center;
    clear: both;
    float: none;
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
    margin-left: 0;
    margin-right: 0;
@@ -100,12 +106,12 @@
    border-style: ridge;
    border-color: silver;
    border-width: 1px;
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
 }
 
 .tblheader {
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
    border-width: 1px;
    border-color: silver;
@@ -120,7 +126,7 @@
 }
 
 .frametitle {
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
    padding: 5px;
    border-width: 2px;
@@ -193,12 +199,6 @@
    margin-bottom: 2em;
 }
 
-#tail P#validation
-{
-  float: right;
-  margin-right: 1em;
-}
-
 #tail P#rss
 {
   float: left;
@@ -207,5 +207,5 @@
 
 H1
 {
-  border-bottom: solid thin #666699;
+  border-bottom: solid thin #7F7FAA;
 }

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2006-07-04 16:32:03 UTC (rev 14463)
+++ htdocs/trunk/externals/header.phtml	2006-07-04 18:10:41 UTC (rev 14464)
@@ -1,7 +1,6 @@
 <!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" />
@@ -18,7 +17,9 @@
 <body>
 
 <div id="head">
-<a href="<?=$home?>/"><img src="<?=$top_dir?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/></a>
+<a href="<?=$home?>/"><!--img src="<?=$top_dir?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/ -->
+<img src="<?=$top_dir?>/externals/banner5.png" width="453" height="45" />
+</a>
 <br/>
 <span id="language">
 <?= _("Language"); ?>:
@@ -31,9 +32,9 @@
 | <a class="nav" href="<?=$top_dir;?>/pl/">Polska</a>
 | <a class="nav" href="<?=$top_dir;?>/pt_PT/">Portugu&ecirc;s</a>
 </span>
-<span id="location"><?= _("Continent"); ?>:
+<span id="location">&nbsp; <!-- <?= _("Continent"); ?>:
  (<a class="nav" href="http://www.gnucash.org/">US</a>)
  (<a class="nav" href="http://www.at.gnucash.org/">EU</a>)
- (<a class="nav" href="http://www.au.gnucash.org/">AU</a>)
+ (<a class="nav" href="http://www.au.gnucash.org/">AU</a>) -->
 </span>
 </div>

Copied: htdocs/trunk/externals/logo3.png (from rev 14463, htdocs/branches/beta/externals/logo3.png)

Modified: htdocs/trunk/news/060618-1-9-8.news
===================================================================
--- htdocs/trunk/news/060618-1-9-8.news	2006-07-04 16:32:03 UTC (rev 14463)
+++ htdocs/trunk/news/060618-1-9-8.news	2006-07-04 18:10:41 UTC (rev 14464)
@@ -10,20 +10,21 @@
 
 <h2>What's New in GnuCash 1.9.8?</h2>
 
-<p>o PLEASE TEST any and all features important
+<ul>
+<li>PLEASE TEST any and all features important
   to you. Then post any bugs you find to bugzilla
-  http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</p>
-<p>o We would like to encourage people to test this and any further
+  <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a></li>
+<li>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.0.0 release
-  in a few weeks.</p>
-<p>o If you have the urge to help beyond testing please get involved in
+  in a few weeks.</li>
+<li>If you have the urge to help beyond testing please get involved in
   the discussions on the GnuCash mailing lists which you will find at
-  http://www.gnucash.org. We especially need people to help with
+  <a href="http://www.gnucash.org">http://www.gnucash.org</a>. We especially need people to help with
   updating the documentation.
-  Please see http://wiki.gnucash.org/wiki/Development on how to
-  get involved.</p>
-<p>o Major bugfixes include -</p> 
+  Please see <a href="http://wiki.gnucash.org/wiki/Development">http://wiki.gnucash.org/wiki/Development</a> on how to
+  get involved.</li>
+<li>Major bugfixes include:
 <ul>
 <li>More Register fixes.</li>
 <li>Restore the business reports menu.</li>
@@ -31,6 +32,7 @@
 <li>Fixes for currencies.</li>
 <li>Fixes to business invoices.</li>
 <li>General UI fixes.</li>
+</ul></li>
 </ul>
 
 



More information about the gnucash-changes mailing list