commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8768 - in trunk/www: utils/webhelpers web/faq


From: jan
Subject: [gnue] r8768 - in trunk/www: utils/webhelpers web/faq
Date: Thu, 12 Oct 2006 07:13:24 -0500 (CDT)

Author: jan
Date: 2006-10-12 07:13:21 -0500 (Thu, 12 Oct 2006)
New Revision: 8768

Modified:
   trunk/www/utils/webhelpers/tools.py
   trunk/www/web/faq/index.php
   trunk/www/web/faq/minifaq.php
Log:
Fix FAQ entries on webpage

Modified: trunk/www/utils/webhelpers/tools.py
===================================================================
--- trunk/www/utils/webhelpers/tools.py 2006-10-12 12:08:15 UTC (rev 8767)
+++ trunk/www/utils/webhelpers/tools.py 2006-10-12 12:13:21 UTC (rev 8768)
@@ -232,7 +232,7 @@
 
     html = '<h1><a href="../..">%s</a> FAQ</h1>\n' % name
     if tool != "common":
-      html += """<p>If your question isn't answered here, you may wish to 
refer to GNUe Common's <a href="../../common/docs/faq.php">FAQ</a> or the main 
project <a href="../../../docs/faq.php">FAQ</a></p>"""
+      html += """<p>If your question isn't answered here, you may wish to 
refer to GNUe Common's <a href="../../common/docs/faq.php">FAQ</a> or the main 
project <a href="../../../faq/faq.php">FAQ</a></p>"""
 
     if not mod.faq.sectionOrder:
       html  += "<p>There are no entries in this faq.</p>"

Modified: trunk/www/web/faq/index.php
===================================================================
--- trunk/www/web/faq/index.php 2006-10-12 12:08:15 UTC (rev 8767)
+++ trunk/www/web/faq/index.php 2006-10-12 12:13:21 UTC (rev 8768)
@@ -5,7 +5,8 @@
 
 <div id="body">
 <h1>Frequently Asked Questions</h1>
-
+
+<h2>Project</h2>
 <p>
 <!-- <img src="../e_ball.png"> --><a href="faq.php">Official FAQ</a><br />
 <!-- <img src="../e_ball.png"> --><a href="minifaq.php">Mini FAQ</a><br />
@@ -13,8 +14,19 @@
     to ask your proprietary ERP salesman.<br />
 <!-- <img src="../e_ball.png"> -->What if <a 
href="toothbrush.php">Toothbrushes</a>
     were sold like proprietary ERP software?
-<p>
+<p>
+
+<h2>Tools</h2>
+<p>
+<!-- <img src="../e_ball.png"> --><a 
href="../tools/common/docs/faq.php">Common Library FAQ</a><br />
+<!-- <img src="../e_ball.png"> --><a href="../tools/forms/docs/faq.php">Forms 
FAQ</a><br />
+<!-- <img src="../e_ball.png"> --><a 
href="../tools/reports/docs/faq.php">Reports FAQ</a><br />
+<!-- <img src="../e_ball.png"> --><a 
href="../tools/appserver/docs/faq.php">Application Server FAQ</a><br />
+<!-- <img src="../e_ball.png"> --><a 
href="../tools/navigator/docs/faq.php">Navigator FAQ</a><br />
+<!-- <img src="../e_ball.png"> --><a 
href="../tools/designer/docs/faq.php">Designer FAQ</a><br />
+</p>   
 
+
 </div>
 
 <?php include "$BASEDIR/shared/_footer.php"; ?>

Modified: trunk/www/web/faq/minifaq.php
===================================================================
--- trunk/www/web/faq/minifaq.php       2006-10-12 12:08:15 UTC (rev 8767)
+++ trunk/www/web/faq/minifaq.php       2006-10-12 12:13:21 UTC (rev 8768)
@@ -12,7 +12,7 @@
 applications and tools to support accounting, supply 
 chain, human resources, sales, manufacturing, and other
 business processes. A more complete FAQ may be found at 
-<a href="../faq.html">http://www.gnuenterprise.org/faq.php</a>.</p>
+<a href="faq.php">http://www.gnuenterprise.org/faq/faq.php</a>.</p>
 
 <h3>2. How do I get help with GNUe?</h3>
 
@@ -36,7 +36,7 @@
 <h3>4. Where is the real FAQ?</h3>
 
 <p>The real FAQ may be found at 
-<a href="../faq.html">http://www.gnuenterprise.org/faq.php</a>.</p>
+<a href="faq.php">http://www.gnuenterprise.org/faq/faq.php</a>.</p>
 
 <h3>5. Is GNUe Usable now?</h3>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]