gnucash-htdocs master: Review of "and developer documentation"

Frank H.Ellenberger fell at code.gnucash.org
Sat Feb 11 16:15:29 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/69fb6b1a (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/cf95fe27 (commit)



commit 69fb6b1acbfb620b61def81a8e93e395dc8f731f
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Sat Feb 11 22:15:25 2017 +0100

    Review of "and developer documentation"

diff --git a/docs.phtml b/docs.phtml
index d7b7085..98a7d43 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -34,7 +34,7 @@ include("externals/menu.phtml");
 <div class="featureborder">
 <h2 class="featuretitle"><?php printf (T_("GnuCash v%s"), $major_stable)?> <?php echo T_("(current stable release)");?></h2>
 </div>
-<h3><?= T_("Current <em>stable</em> user documentation and developer documentation");?></h3>
+<h3><?= T_("Current <em>stable</em> user documentation");?></h3>
 <div id="stabledoc">
 <div style="float:left;">
 <h2 class="download-title"><?php echo T_("Download");?> (<em><?php echo T_("Stable");?></em>)</h2>
@@ -168,7 +168,7 @@ if ($old_stable) { ?>
 <div class="featureborder">
 <h2 class="featuretitle"><?php printf (T_("GnuCash v%s"), $major_old_stable)?> <?php echo T_("(old stable release)");?></h2>
 </div>
-<h3><?= T_("Old <em>stable</em> user documentation and developer documentation");?></h3>
+<h3><?= T_("Old <em>stable</em> user documentation");?></h3>
 <div id="stabledoc">
 <div style="float:left;">
 <h2 class="download-title"><?php echo T_("Download");?> (<em><?php echo T_("Stable");?></em>)</h2>
@@ -394,6 +394,20 @@ if ($old_stable) { ?>
     </tbody>
     </table>
   </li>
+  <li><b><?= T_("API") ?></b>
+    <table class="doctable">
+    <tbody>
+      <tr class="doctr">
+      <td><a href="http://code.gnucash.org/docs/MAINT">MAINT</a> :</td><td> |
+        <?php echo T_("current bugfix branch");?>
+      </td></tr>
+      <tr class="doctr">
+      <td><a href="http://code.gnucash.org/docs/MASTER">MASTER</a> :</td><td> |
+        <?php echo T_("future feature branch");?>
+      </td></tr>
+    </tbody>
+    </table>
+  </li>
 </ul>
 </div>
 
@@ -402,7 +416,6 @@ if ($old_stable) { ?>
 </div>
 
 </div>
-
 <p class="justify"><?php echo T_("Every night a server builds the documentation from the current contents of the <span class=\"gnucash\">GnuCash</span> git repository. This includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User Documentation</b> for the current <em>stable</em> version of <span class=\"gnucash\">GnuCash</span>.");?></p>
 </div>
 



Summary of changes:
 docs.phtml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list