bayard 02/02/21 21:27:33 Modified: codec STATUS.html Log: Added my name and the two new types of codecs. Revision Changes Path 1.2 +4 -1 jakarta-commons-sandbox/codec/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/codec/STATUS.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- STATUS.html 24 Jan 2002 05:25:20 -0000 1.1 +++ STATUS.html 22 Feb 2002 05:27:33 -0000 1.2 @@ -7,7 +7,7 @@ <div align="center"> <h1>The Jakarta Commons <em>Codec</em> Component</h1> -$Id: STATUS.html,v 1.1 2002/01/24 05:25:20 sanders Exp $<br /> +$Id: STATUS.html,v 1.2 2002/02/22 05:27:33 bayard Exp $<br /> <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a> <a href="#Release Info">[Release Info]</a> @@ -25,6 +25,8 @@ The following classes are included:</p> <ul> <li><strong>Base64</strong> - Encoding/decoding of the popular base64 format.</li> +<li><strong>Soundex</strong> - Encoding of Strings to soundex values.</li> +<li><strong>Metaphone</strong> - Encoding of Strings to metaphone values, a more advanced soundex-like algorithm.</li> </ul> @@ -61,6 +63,7 @@ component to ensure that it continues to meet a variety of needs.</p> <ul> <li><a href="mailto:[EMAIL PROTECTED]">Scott Sanders</a></li> +<li><a href="mailto:[EMAIL PROTECTED]">Henri Yandell</a></li> <li>Fancy volunteering? We need you!</li> </ul>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
