r21002 - htdocs/branches/beta - More fixes for validation errors.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 09:56:19 EDT 2011


Author: cmarchi
Date: 2011-07-30 09:56:18 -0400 (Sat, 30 Jul 2011)
New Revision: 21002
Trac: http://svn.gnucash.org/trac/changeset/21002

Modified:
   htdocs/branches/beta/docs.phtml
Log:
More fixes for validation errors.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2011-07-30 13:52:23 UTC (rev 21001)
+++ htdocs/branches/beta/docs.phtml	2011-07-30 13:56:18 UTC (rev 21002)
@@ -187,14 +187,13 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Unofficial documentation");?></h2>
 </div>
-<p class="justify"><?php echo T_("Some people have written HOWTO guides or tutorials.");?>
+<p class="justify"><?php echo T_("Some people have written HOWTO guides or tutorials.");?></p>
 <ul>
   <li><a href="http://www.austintek.com/gnucash/ncsa-gnucash-talk.html"><?php
 	echo T_("Joe Mack's Tutorial");?></a></li>
   <li><a href="http://www.object-refinery.com/gnucash/index.html"><?php
 	echo T_("Dave Gilbert's User Guide (Pdf)");?></a></li>
 </ul>
-</p>
 
 <div class="dialog note">
 <p class="justify"><?php echo T_("<b>NOTE:</b> the information presented in these sources may or may not be updated to the most recent version of <span class=\"gnucash\">Gnucash</span>. If you are interested in doing development work on these documents, you should contact the original authors.");?></p>
@@ -209,14 +208,14 @@
 <h3><?php echo T_("Introduction");?></h3>
 <p class="justify"><?php echo T_("The <span class=\"gnucash\">Gnucash</span> documentation is stored in <b>xml</b> files. More precisely, it uses the <b>GNOME2 XML docbook system</b>. This is a relatively flexible system that takes xml files as input and can generate documentation in several different output formats (html, pdf,...).");?></p>
 <p class="justify"><?php echo T_("If you wish to review or write <span class=\"gnucash\">Gnucash</span> documentation, you will need to know xml. Some basic knowledge of the docbook system may be useful as well");?></p>
-<p class="justify"><?php echo T_("The following links are for further sites that can help with the documentation and review process.");?>
+<p class="justify"><?php echo T_("The following links are for further sites that can help with the documentation and review process.");?></p>
 <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://library.gnome.org/devel/hig-book/stable/'> GNOME Human Interface Guidelines</a></li>
 <li><a href='http://wiki.gnucash.org/wiki/Translation#How_to_translate_the_GnuCash_guide_and.2For_help_files'>How_to_translate_the_GnuCash_guide_and/or_help_files</a>: <?php echo T_("While this <span class=\"gnucash\">Gnucash</span> wiki page is really about translating the documentation, it holds some useful information on working with docbook files.");?></li>
 <li><a href='http://wiki.gnucash.org/wiki/Documentation_Update_Instructions'> Documentation_Update_Instructions</a>: <?php echo T_("A detailed guide on how to work with documentation (update and maintenance).");?></li>
-</ul></p>
+</ul>
 <p class="justify"><?php echo T_("We suggest also subscribing to");?> <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a>.</p>
 
 <h3><?php echo T_("Gnome Documentation guidelines");?></h3>



More information about the gnucash-changes mailing list