From: Jeff M. <cus...@us...> - 2002-09-02 11:40:00
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv23661/html Modified Files: template.txt Log Message: Move FAG to about section and todo to developers Index: template.txt =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/html/template.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- template.txt 2 Sep 2002 10:26:25 -0000 1.3 +++ template.txt 2 Sep 2002 11:39:57 -0000 1.4 @@ -37,7 +37,7 @@ <h4>About</h4> <a href="./index.html" class="menu">Home</a><br> - <a href="./todo.html" class="menu">Roadmap/Todo</a><br> + <a href="./faq.html" class="menu">FAQ</a><br> <a href="./changes.html" class="menu">Changes</a><br> <a href="./license.html" class="menu">License</a><br> @@ -46,7 +46,6 @@ <h4>Documentation</h4> <a href="./endotesting.html" class="menu">Introduction</a><br> - <a href="./faq.html" class="menu">FAQ</a><br> <a href="./papers.html" class="menu">Papers</a><br> <a href="./naming_conventions.html" class="menu">Naming conventions</a><br> <a target="" href="javadoc/index.html" class="menu">API Reference</a><br> @@ -56,6 +55,7 @@ <a target="" href="http://sourceforge.net/mail/?group_id=18189" class="menu">Mailing list</a><br> <h4>Developers</h4> + <a href="./todo.html" class="menu">Roadmap/Todo</a><br> <a target="" href="http://sourceforge.net/cvs/?group_id=18189" class="menu">CVS</a><br> <a href="./coding_conventions.html" class="menu">Coding conventions</a><br> <a href="./release_process.html" class="menu">Release process</a><br> |