You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/09/26 16:22:17 UTC

cvs commit: jakarta-commons/codec/xdocs index.xml

tobrien     2003/09/26 07:22:17

  Modified:    codec    TODO
               codec/xdocs index.xml
  Log:
  Updated index to include references to DoubleMetaphone and RefinedSoundex
  
  Revision  Changes    Path
  1.2       +0 -2      jakarta-commons/codec/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/TODO,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TODO	25 Apr 2003 17:50:55 -0000	1.1
  +++ TODO	26 Sep 2003 14:22:17 -0000	1.2
  @@ -11,8 +11,6 @@
   
   * Add a btoa encode and decode to binary package
   
  -* Add a BinHex endode and decode to binary package
  -
   * Add a uu encode and decode to binary package
   
   * Add a Rot13 implementation to text package 
  
  
  
  1.7       +23 -19    jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml	31 Jul 2003 20:48:54 -0000	1.6
  +++ index.xml	26 Sep 2003 14:22:17 -0000	1.7
  @@ -62,9 +62,9 @@
      <subsection name="Common Encoders">
      	<table>
        <tr>
  -      <td>
  +      <td width="125">
          <a href="apidocs/org/apache/commons/codec/binary/Base64.html">
  -       	org.apache.commons.codec.binary.Base64</a>
  +       	Base64</a>
         </td>
         <td>
          Provides Base64 content-transfer-encoding as defined in 
  @@ -72,55 +72,59 @@
          encoder can optionally create 76 character chunked output
          for strict adherence to RFC 2045.
         </td>
  -      <td>
  -       Production
  -      </td>
        </tr>
        <tr>
         <td>
          <a href="apidocs/org/apache/commons/codec/binary/Hex.html">
  -       	org.apache.commons.codec.binary.Hex</a>
  +       	Hex</a>
         </td>
         <td>
          Converts an array of bytes into an array of characters representing the
          hexadecimal values of each byte in order
         </td>
  -      <td>
  -       Production
  -      </td>
        </tr>
       </table>
      </subsection>
      
      <subsection name="Language Encoders">
  -   	<p>
  -	 Codec contains a number of commonly used language and phonetic encoders
  -    </p>
       <table>
        <tr>
  -      <td>
  +      <td width="125">
          <a href="apidocs/org/apache/commons/codec/language/Soundex.html">
  -       	org.apache.commons.codec.language.Soundex</a>
  +       	Soundex</a>
         </td>
         <td>
          Implementation of the Soundex algorithm.
         </td>
  -      <td>
  -       Production
  -      </td>
        </tr>
        <tr>
         <td>
          <a href="apidocs/org/apache/commons/codec/language/Metaphone.html">
  -       	org.apache.commons.codec.language.Metaphone</a>
  +       	Metaphone</a>
         </td>
         <td>
          Implementation of the Metaphone algorithm.
         </td>
  +     </tr>
  +     <tr>
  +      <td>
  +       <a href="apidocs/org/apache/commons/codec/language/RefinedSoundex.html">
  +       	Refined Soundex</a>
  +      </td>
  +      <td>
  +       Alternative implementation of the Soundex algorithm.
  +      </td>
  +     </tr>
  +     <tr>
  +      <td>
  +       <a href="apidocs/org/apache/commons/codec/language/DoubleMetaphone.html">
  +       	Double Metaphone</a>
  +      </td>
         <td>
  -       Production
  +       Alternative implementation of the Metaphone algorithm.
         </td>
        </tr>
  +
       </table>
      </subsection>
      
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org