r21884 - htdocs/trunk - Use anchor for the documentation development note.

Cristian Marchi cmarchi at code.gnucash.org
Tue Jan 24 08:53:58 EST 2012


Author: cmarchi
Date: 2012-01-24 08:53:58 -0500 (Tue, 24 Jan 2012)
New Revision: 21884
Trac: http://svn.gnucash.org/trac/changeset/21884

Modified:
   htdocs/trunk/docs.phtml
Log:
Use anchor for the documentation development note.

Modified: htdocs/trunk/docs.phtml
===================================================================
--- htdocs/trunk/docs.phtml	2012-01-24 13:40:57 UTC (rev 21883)
+++ htdocs/trunk/docs.phtml	2012-01-24 13:53:58 UTC (rev 21884)
@@ -18,12 +18,12 @@
 
 <p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>
 
-<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at irc.gnome.org channel <b>#gnucash</b> 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> <span class=\"gnucash\">GnuCash</span> wikis.</p>");?></p>
+<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at irc.gnome.org channel <b>#gnucash</b> 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> <span class=\"gnucash\">GnuCash</span> wikis.</p>");?></p>
 
-<p class="justify"><?php echo T_("You can also 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 <b>Help Manual</b> or the <b>Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");?></p>
+<p class="justify"><?php echo T_("You can also 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 <b>Help Manual</b> or the <b>Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");?></p>
 
 <div class="dialog note">
-<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span>'s documentation has been created by its community. See <a href=\"http://wiki.gnucash.org/wiki/Documentation_Update_Instructions\">Documentation Development</a> guidelines if you are interested in contributing to this effort.");?></p>
+<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span>'s documentation has been created by its community. See <a href=\"#docsdevel\">Documentation Development</a> guidelines if you are interested in contributing to this effort.");?></p>
 </div>
 
 <div class="featurecontainer">
@@ -233,7 +233,7 @@
 
 <div class="featurecontainer">
 <div class="featureborder">
-<h2 class="featuretitle"><?php echo T_("Documentation Development");?></h2>
+<h2 class="featuretitle"><a name="docsdevel"><?php echo T_("Documentation Development");?></a></h2>
 </div>
 
 <h3><?php echo T_("Introduction");?></h3>



More information about the gnucash-changes mailing list