Add unit tests to demonstrate resolving client dependencies automatically and supplyi...
[castle.git] / docs / NVelocityIntro.html
blobde58864618dc515a486130c2d84a010b1d4d115f
1 <html><!-- InstanceBegin template="/Templates/template1.dwt.asp" codeOutsideHTMLIsLocked="false" -->
2 <head>
3 <!-- InstanceBeginEditable name="doctitle" -->
4 <title>NVelocity</title>
5 <!-- InstanceEndEditable -->
6 <link rel="stylesheet" type="text/css" href="styles/presentation.css" />
7 </head>
9 <body>
11 <div id="header">
12 <table id="topTable">
13 <tr id="headerTableRow1">
14 <td align="left">
15 <span id="runningHeaderText">Castle Project</span>
16 </td>
17 </tr>
18 <tr id="headerTableRow2">
19 <td align="left"><!-- InstanceBeginEditable name="Title" -->NVelocity<!-- InstanceEndEditable --></td>
20 </tr>
21 </table>
22 </div>
23 <div id="mainSection">
24 <div id="mainBody">
25 <h1 class="heading"><!-- InstanceBeginEditable name="MainHeading" -->Castle NVelocity<!-- InstanceEndEditable --></h1>
27 <!-- InstanceBeginEditable name="Content" -->
28 <!-- @SortOrder 9 -->
30 <p>
31 NVelocity is a port of the excellent Apache Jakarta Velocity project.
32 It is a very simple, easy to learn and extensible template engine.
33 </p>
35 <p>
36 Due to the lack of releases, support and bug fixes on the original port,
37 the Castle Team decided to fork the project, bringing it to our code repository,
38 fixing the bugs and improving it with more features.
39 </p>
41 <p>
42 NVelocity resources:
43 </p>
45 <ul>
46 <li> <a href="http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html" target="_blank">The official Velocity User Guide</a> </li>
47 <li> <a href="http://velocity.apache.org/engine/releases/velocity-1.5/vtl-reference-guide.html" target="_blank">The official Velocity VTL reference</a> </li>
48 <li> <a href="http://www.castleproject.org/others/nvelocity/improvements.html" target="_blank">Improvements</a> </li>
49 <li> <a href="http://www.castleproject.org/others/nvelocity/usingit.html" target="_blank">Using it</a> </li>
50 <li> <a href="http://www.castleproject.org/others/nvelocity/problems.html" target="_blank">Caveats and Problems</a> </li>
51 </ul>
53 <!-- InstanceEndEditable --></div>
54 </div>
56 <div id="footer">
57 <div class="footerLine">
58 <img width="100%" height="3px" src="icons/footer.gif" alt="Footer image"/>
59 </div>
60 <div id="footer">
61 <include item="comments"/>
62 <include item="copyright"/>
63 </div>
64 </div>
65 </body>
66 <!-- InstanceEnd --></html>