You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2005/05/26 00:26:21 UTC

[jira] Created: (MNG-429) Use Velocity and Doxia to create a new site rendering tool

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-429) Use Velocity and Doxia to create a new site rendering tool

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-429?page=all ]
     
Emmanuel Venisse closed MNG-429:
--------------------------------

    Resolution: Fixed

Done with plexus-site-renderer

> 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
>     Assignee: Emmanuel Venisse
>      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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org