jon 00/10/15 20:07:21
Modified: xdocs design.xml
Log:
make the WM credit a bit more clear.
Revision Changes Path
1.7 +8 -5 jakarta-velocity/xdocs/design.xml
Index: design.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/design.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- design.xml 2000/10/05 06:56:03 1.6
+++ design.xml 2000/10/16 03:07:21 1.7
@@ -71,12 +71,15 @@
Velocity uses a grammar-based parser generated by
<link href="http://www.metamata.com/javacc/">JavaCC</link> (Java Compiler
Compiler) using the JJTree extension to create an Abstract Syntax Tree.
- Its concept was borrowed from
- <link href="http://www.webmacro.org/">WebMacro</link>. Those involved in
- the Velocity project acknowledge and appreciate the development and design
- work that went into the WebMacro project.
</p>
-
+
+ <p>
+ Velocity's design concept is borrowed from <link
+ href="http://www.webmacro.org/">WebMacro</link>. Those involved in the
+ Velocity project acknowledge and appreciate the development and design work
+ that went into the WebMacro project.
+ </p>
+
</s1>
</body>