geirm       01/10/24 04:13:26

  Modified:    xdocs    powered.xml
               docs     powered.html
  Log:
  Edits and additions, and new section for the misc and in-progress.
  
  Revision  Changes    Path
  1.13      +72 -4     jakarta-velocity/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/powered.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- powered.xml       2001/10/17 23:39:59     1.12
  +++ powered.xml       2001/10/24 11:13:26     1.13
  @@ -58,12 +58,14 @@
   
      <tr>
       <td>
  -     <a href="http://www.geocities.com/vamp201/index.html";>Venus Application 
Publisher (Vamp)</a>
  +     <a href="http://www.vamphq.com/";>Venus Application Publisher (Vamp)</a>
       </td>
       <td>
  -      Venus Application Publisher is a user-friendly tool that helps you
  -      package, sign and publish Java (TM) Network Launching Protocol
  -      (JNLP) software.
  +        Vamp is a user-friendly tool that helps you package, sign and publish Web
  +        Start/Java Network Launching Protocol (JNLP) software. Vamp uses Velocity
  +        heavily to create parts of the gooey (GUI) in XUL or HTML or to create 
  +        documents such as JNLP startup files, web app config files or
  +        HTML info pages.
       </td>
      </tr>
   
  @@ -88,6 +90,26 @@
       </td>
      </tr>
   
  + <tr>
  +    <td>
  +     <a href="http://www.vamphq.com/hazel.html";>
  +     Hazel - Web Start/JNLP app catalog creator (jnlp2html)</a>
  +    </td>
  +    <td>
  +    <p>
  +    Hazel allows you to create your own Web Start/JNLP app catalogs.
  +    Hazel extracts all JNLP links from HTML documents and creates an
  +    informative, neat looking HTML document listing all WebStart/JNLP apps along
  +    with their vendor, version, description, homepage and more. Hazel comes with
  +    built-in templates, but also allows you to use your very own.
  +    </p>
  +    <p>
  +    Hazel uses Velocity as its template engine and, therefore, spares you from
  +    learning yet another proprietary template syntax.
  +    </p>
  +    </td>
  +   </tr>
  +
    </table>
    
    </section>
  @@ -311,6 +333,52 @@
       </td>
      </tr>
   
  +
  +  </table>
  + </section>
  +
  +<section name="Miscellaneous and In-Progress">
  + <p>
  +  This is a list of products and projects that don't quite fit into the
  +  categeories above or aren't yet complete, but warrant mention.
  + </p>
  +
  + <p>
  +  If you want your Velocity-powered project 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="ftp://ftp.binarix.com/pub/pump/pump.tar.gz";>Pump Servlet</a>
  +    </td>
  +    <td>
  +       <a href="mailto:[EMAIL PROTECTED]";>Bojan Smojver's</a> PumpServlet is an
  +       alternative to the core VelocityServlet to use as a baseclass for 
  +       developing Velocity-powered servlets.  See the documentation included
  +       in the download for more information. (That should motivate Bojan...)
  +    </td>
  +   </tr>
  +
  +   <tr>
  +    <td>
  +     <a href="http://edencrm.sf.net";>EdenCRM</a>
  +    </td>
  +    <td>
  +        EdenCRM is an open source java application for Customer Relationship 
  +        Management which is designed specifically for small businesses. 
  +        It runs on the desktop and does not require any server software 
  +        (unless you want to have multiple users use a shared database for
  +        tickets and history entries).
  +    </td>
  +   </tr>
   
     </table>
    </section>
  
  
  
  1.19      +108 -4    jakarta-velocity/docs/powered.html
  
  Index: powered.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/powered.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- powered.html      2001/10/24 10:35:10     1.18
  +++ powered.html      2001/10/24 11:13:26     1.19
  @@ -205,16 +205,18 @@
                           <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
                   
  -     <a href="http://www.geocities.com/vamp201/index.html";>Venus Application 
Publisher (Vamp)</a>
  +     <a href="http://www.vamphq.com/";>Venus Application Publisher (Vamp)</a>
       
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
                   
  -      Venus Application Publisher is a user-friendly tool that helps you
  -      package, sign and publish Java (TM) Network Launching Protocol
  -      (JNLP) software.
  +        Vamp is a user-friendly tool that helps you package, sign and publish Web
  +        Start/Java Network Launching Protocol (JNLP) software. Vamp uses Velocity
  +        heavily to create parts of the gooey (GUI) in XUL or HTML or to create 
  +        documents such as JNLP startup files, web app config files or
  +        HTML info pages.
       
               </font>
   </td>
  @@ -254,6 +256,33 @@
               </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.vamphq.com/hazel.html";>
  +     Hazel - Web Start/JNLP app catalog creator (jnlp2html)</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +    <p>
  +    Hazel allows you to create your own Web Start/JNLP app catalogs.
  +    Hazel extracts all JNLP links from HTML documents and creates an
  +    informative, neat looking HTML document listing all WebStart/JNLP apps along
  +    with their vendor, version, description, homepage and more. Hazel comes with
  +    built-in templates, but also allows you to use your very own.
  +    </p>
  +    <p>
  +    Hazel uses Velocity as its template engine and, therefore, spares you from
  +    learning yet another proprietary template syntax.
  +    </p>
  +    
  +            </font>
  +</td>
  +            </tr>
               </table>
                               </blockquote>
           </p>
  @@ -635,6 +664,81 @@
       The basic idea is to separate the site programmers' and site designers' 
       tasks.  WebWork now supports Velocity with their 1.0 release (currently
       in Release Candidate 1).
  +    
  +            </font>
  +</td>
  +            </tr>
  +            </table>
  +                            </blockquote>
  +        </p>
  +      </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="Miscellaneous and In-Progress"><strong>Miscellaneous and 
In-Progress</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +  This is a list of products and projects that don't quite fit into the
  +  categeories above or aren't yet complete, but warrant mention.
  + </p>
  +                                                <p>
  +  If you want your Velocity-powered project 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="ftp://ftp.binarix.com/pub/pump/pump.tar.gz";>Pump Servlet</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +       <a href="mailto:[EMAIL PROTECTED]";>Bojan Smojver's</a> PumpServlet is an
  +       alternative to the core VelocityServlet to use as a baseclass for 
  +       developing Velocity-powered servlets.  See the documentation included
  +       in the download for more information. (That should motivate Bojan...)
  +    
  +            </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://edencrm.sf.net";>EdenCRM</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +        EdenCRM is an open source java application for Customer Relationship 
  +        Management which is designed specifically for small businesses. 
  +        It runs on the desktop and does not require any server software 
  +        (unless you want to have multiple users use a shared database for
  +        tickets and history entries).
       
               </font>
   </td>
  
  
  


Reply via email to