jvanzyl 00/10/21 19:06:27
Modified: xdocs site-book.xml
Added: xdocs migration.xml
Log:
- adding WM to Velocity Migration docs.
Revision Changes Path
1.5 +2 -0 jakarta-velocity/xdocs/site-book.xml
Index: site-book.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/site-book.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- site-book.xml 2000/10/19 16:23:01 1.4
+++ site-book.xml 2000/10/22 02:06:27 1.5
@@ -15,4 +15,6 @@
<page id="user-guide" label="User's Guide" source="user-guide.xml"/>
<page id="developer-guide" label="Developer's Guide"
source="developer-guide.xml"/>
<page id="vtl-reference-guide" label="VTL Reference Guide"
source="vtl-reference-guide.xml"/>
+ <separator/>
+ <page id="migration" label="Migration To Velocity" source="migration.xml"/>
</book>
1.1 jakarta-velocity/xdocs/migration.xml
Index: migration.xml
===================================================================
<?xml version="1.0"?>
<document>
<header>
<title>Migration To Velocity</title>
<subtitle>Migration To Velocity</subtitle>
<authors>
<person name="Jason van Zyl" email="[EMAIL PROTECTED]"/>
</authors>
</header>
<body>
<s1 title="Converting Templates">
<p>
We have tried to make using your existing templates with
Velocity as simple as possible. Right now we only have a WebMacro
to Velocity template converter, but we hope to have a
Tea to Velocity template converter, and a FreeMarker to Velocity
template converter.
</p>
<p>
There is a script in the convert directory called
convert-wm.sh that can convert a single WebMacro template
to a Velocity template, or convert an entire directory
structure of WebMacro templates to Velocity templates.
To use the script simply provide the template, or directory
of templates to convert:
</p>
<p>
<source><![CDATA[
./convert-wm.sh template.wm
or
./convert-wm.sh <directory structure of templates>
]]></source>
</p>
</s1>
</body>
</document>