Use Velocity and Doxia to create a new site rendering tool
----------------------------------------------------------
Key: MNG-429
URL: http://jira.codehaus.org/browse/MNG-429
Project: Maven 2
Type: New Feature
Versions: 2.0-alpha-3
Reporter: Jason van Zyl
Fix For: 2.0-alpha-3
We are going to move toward using Velocity for the basic template of a page and
use doxia to render the body content. So we'll have something like:
<html>
<head/>
<body>
...
$doxia.render( $page )
</body>
</html>
Where the user can do whatever css defs/imports they like and a velocity tool
will be used to render the content of the document in question.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]