[Javamatch-cvs] javamatch/docs/website/templates page.vm,1.4,1.5
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-09-14 13:42:44
|
Update of /cvsroot/javamatch/javamatch/docs/website/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27345/docs/website/templates Modified Files: page.vm Log Message: Restructured website Index: page.vm =================================================================== RCS file: /cvsroot/javamatch/javamatch/docs/website/templates/page.vm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** page.vm 13 Sep 2004 07:17:37 -0000 1.4 --- page.vm 14 Sep 2004 13:42:35 -0000 1.5 *************** *** 8,19 **** #end - #macro ( writeDisclaimer ) - <tr><td class="disclaimer" colspan="2"> - <div class="disclaimer"> - WARNING! This engine is in a very early stage. The API is still very likely to change. - </div> - </td></tr> - #end - #macro ( makeProject ) #set ($pages = $xpath.applyTo("document/page", $root)) --- 8,11 ---- *************** *** 30,34 **** hosted by <a href="http://sourceforge.net/projects/javamatch"> ! <img src="http://sourceforge.net/sflogo.php?group_id=116811&type=1" width="88" height="31" border="0" alt="SourceForge.net"/> </a> </p> --- 22,26 ---- hosted by <a href="http://sourceforge.net/projects/javamatch"> ! <img src="http://sourceforge.net/sflogo.php?group_id=116811&type=1" width="88" height="31" alt="SourceForge.net"/> </a> </p> *************** *** 65,69 **** </td> </tr> - #writeDisclaimer() <tr> <!-- NAVIGATION BAR --> --- 57,60 ---- |