geirm       01/06/16 18:48:56

  Modified:    xdocs    powered.xml
               docs     powered.html
  Log:
  Added section on frameworks
  
  Revision  Changes    Path
  1.4       +74 -0     jakarta-velocity/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/powered.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- powered.xml       2001/06/11 00:26:00     1.3
  +++ powered.xml       2001/06/17 01:48:55     1.4
  @@ -107,5 +107,79 @@
     </table>
    </section>
   
  +<section name="Frameworks that support Velocity">
  + <p>
  +  This is a list of web frameworks that include support for 
  +  Velocity 'out of the box'.  While many web frameworks are
  +  being used with Velocity, such as the 
  +  <a href="http://jakarta.apache.org/struts/";>Jakarta Struts</a>
  +  project, the following include support for Velocity within the
  +  package.
  + </p>
  +
  + <p>
  +  If you want your Velocity-powered framework listed here, please post a message on
  +  the Velocity user
  +  <a href="http://jakarta.apache.org/site/mail.html";>mailing list</a>.
  + </p>
  +
  + <table>
  +   <tr>
  +    <td><b>Name</b></td>
  +    <td><b>Description</b></td>
  +   </tr>
  +
  +   <tr>
  +    <td>
  +     <a href="http://jakarta.apache.org/turbine/";>Jakarta Turbine</a>
  +    </td>
  +    <td>
  +     One of the early servlet-based web frameworks, and currently in version 2.1,
  +     Turbine is a framework that allows experienced 
  +     Java developers to quickly build secure web applications.  While Turbines
  +     primary templating technology is Velocity, it also supports JSP, WebMacro,
  +     FreeMarker, ECS and others.
  +    </td>
  +   </tr>
  +
  +   <tr>
  +    <td></td>
  +    <td></td>
  +   </tr>
  +
  +   <tr>
  +    <td>
  +     <a href="http://www.melati.org";>Melati</a>
  +    </td>
  +    <td>
  +     Melati is a tool for building Java-programmed websites backed by a database.
  +    </td>
  +   </tr>
  +
  +   <tr>
  +    <td>
  +     <a href="http://jpublish.sourceforge.net/";>JPublish</a>
  +    </td>
  +    <td>
  +     JPublish is a web publishing framework which merges the Velocity template 
engine 
  +     with a content repository and application control framework.
  +    </td>
  +   </tr>
  +
  + <tr>
  +    <td>
  +     <a href="http://mav.sourceforge.net";>Maverick</a>
  +    </td>
  +    <td>
  +    Maverick is a Model-View-Controller framework for publishing web applications. 
  +    It is a simple, minimalist framework which offers the ability to render views 
  +    with JSP, Velocity, or XSLT directly. 
  +    </td>
  +   </tr>
  +  
  +  </table>
  + </section>
  +
    </body>
   </document>
  +
  
  
  
  1.4       +124 -0    jakarta-velocity/docs/powered.html
  
  Index: powered.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/powered.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- powered.html      2001/06/11 00:26:00     1.3
  +++ powered.html      2001/06/17 01:48:56     1.4
  @@ -274,6 +274,130 @@
         </td></tr>
         <tr><td><br/></td></tr>
       </table>
  +                                                <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="Frameworks that support Velocity"><strong>Frameworks that 
support Velocity</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +  This is a list of web frameworks that include support for 
  +  Velocity 'out of the box'.  While many web frameworks are
  +  being used with Velocity, such as the 
  +  <a href="http://jakarta.apache.org/struts/";>Jakarta Struts</a>
  +  project, the following include support for Velocity within the
  +  package.
  + </p>
  +                                                <p>
  +  If you want your Velocity-powered framework listed here, please post a message on
  +  the Velocity user
  +  <a href="http://jakarta.apache.org/site/mail.html";>mailing list</a>.
  + </p>
  +                                                <table>
  +                        <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                <b>Name</b>
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                <b>Description</b>
  +            </font>
  +</td>
  +            </tr>
  +                                <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     <a href="http://jakarta.apache.org/turbine/";>Jakarta Turbine</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     One of the early servlet-based web frameworks, and currently in version 2.1,
  +     Turbine is a framework that allows experienced 
  +     Java developers to quickly build secure web applications.  While Turbines
  +     primary templating technology is Velocity, it also supports JSP, WebMacro,
  +     FreeMarker, ECS and others.
  +    
  +            </font>
  +</td>
  +            </tr>
  +                                <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                &nbsp;
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                &nbsp;
  +            </font>
  +</td>
  +            </tr>
  +                                <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     <a href="http://www.melati.org";>Melati</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     Melati is a tool for building Java-programmed websites backed by a database.
  +    
  +            </font>
  +</td>
  +            </tr>
  +                                <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     <a href="http://jpublish.sourceforge.net/";>JPublish</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     JPublish is a web publishing framework which merges the Velocity template 
engine 
  +     with a content repository and application control framework.
  +    
  +            </font>
  +</td>
  +            </tr>
  +                                <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     <a href="http://mav.sourceforge.net";>Maverick</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +    Maverick is a Model-View-Controller framework for publishing web applications. 
  +    It is a simple, minimalist framework which offers the ability to render views 
  +    with JSP, Velocity, or XSLT directly. 
  +    
  +            </font>
  +</td>
  +            </tr>
  +            </table>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
                                           </td>
                   </tr>
   
  
  
  

Reply via email to