You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ho...@locus.apache.org on 2000/09/11 23:36:12 UTC

cvs commit: jakarta-taglibs/utility/doc/web ToDo.html

horwat      00/09/11 14:36:12

  Added:       utility/doc/web ToDo.html
  Log:
  Start of utility taglib ToDo list.
  
  Revision  Changes    Path
  1.1                  jakarta-taglibs/utility/doc/web/ToDo.html
  
  Index: ToDo.html
  ===================================================================
  <html>
  <head>
  <title>Utility Taglib To Do List</title>
  </head>
  <body bgcolor="white">
  
  <div align="center">
    <h1>Utility Taglib To Do List </h1>
  </div>
  
  <p>This To Do list includes tags that people may find interesting and useful. 
    Volunteers who wish to help are welcome as are additional ideas.</p>
  
  <p>&nbsp;</p>
  
  <table border="1" width="100%">
    <tr> 
      <th width="20%">Tag</th>
      <th width="60%">Description</th>
      <th width="20%">Volunteer</th>
    </tr>
    <tr> 
      <td align="center">switch/case</td>
      <td>switch and case decision making tag</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr> 
      <td align="center">debug</td>
      <td>lets you include debugging information at run-time</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr> 
      <td align="center">log viewer</td>
      <td>pretty prints tomcat log files</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr> 
      <td align="center">xml form</td>
      <td>form tag that returns xml output</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr> 
      <td align="center">url builder</td>
      <td>build url from parameters</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr> 
      <td align="center">browser info</td>
      <td>determine browser capabilities: javascript, applet, flash, etc</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr>
      <td align="center">international date</td>
      <td>select different date display formats</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr>
      <td align="center">international currency</td>
      <td>select different currency display formats</td>
      <td align="center">&nbsp;</td>
    </tr>
    <tr> 
      <td align="center">navigation</td>
      <td>based on xml hierarchy set next and previous document navigation tags. 
        Useful for anyone writing html documents that reference each other. Can 
        set references in an xml file.</td>
      <td align="center">&nbsp;</td>
    </tr>
  </table>
  
  
  <p>&nbsp;</p><h2>&nbsp; </h2>
  
  </body>
  </html>