tobrien     2003/08/22 10:55:03

  Modified:    codec/src/java/org/apache/commons/codec package.html
  Log:
  This package.html had file urls pointing to someone's c: drive.  I removed
  these references.
  
  Revision  Changes    Path
  1.4       +81 -66    
jakarta-commons/codec/src/java/org/apache/commons/codec/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html      18 Aug 2003 01:49:49 -0000      1.3
  +++ package.html      22 Aug 2003 17:55:03 -0000      1.4
  @@ -1,69 +1,84 @@
   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <html>
  -<head>
  -</head>
  -<body>
  -<p>The types in this package define a small set of interfaces used by
  -the
  -various implementations in the sub-packages.</p>
  -<p>Definitive implementations of commonly used encoders and decoders.</p>
  -<p>Codec is currently comprised of a modest set of utilities and a
  -simple framework for String encoding and decoding in three categories:
  -Binary Encoders, Language Encoders, and Network Encoders. </p>
  -<h4><a name="Common Encoders">Binary Encoders</a> </h4>
  -<table border="1" width="100%" cellspacing="2" cellpadding="3">
  -  <tbody>
  -    <tr>
  -      <td> <a href="binary/Base64.html">org.apache.commons.codec.binary.Base64</a>
  -      </td>
  -      <td> Provides Base64 content-transfer-encoding as defined in <a
  - href="http://www.ietf.org/rfc/rfc2045.txt";> RFC 2045</a> </td>
  -      <td>Production</td>
  -    </tr>
  -    <tr>
  -      <td> <a href="binary/Hex.html">org.apache.commons.codec.binary.Hex</a>
  -      </td>
  -      <td> Converts an array of bytes into an array of characters
  -representing the hexidecimal values of each byte in order </td>
  -      <td>Production</td>
  -    </tr>
  -  </tbody>
  -</table>
  -<h4> <a name="Language Encoders">Language Encoders</a> </h4>
  -<p> Codec contains a number of commonly used language and phonetic
  -encoders </p>
  -<table border="1" width="100%" cellspacing="2" cellpadding="3">
  -  <tbody>
  -    <tr>
  -      <td> <a
  - 
href="file:///C:/cvs-store/apache.org/jakarta/commons/codec/src/java/org/apache/commons/codec/language/Soundex.html">org.apache.commons.codec.language.Soundex</a>
  -      </td>
  -      <td>Implementation of the Soundex algorithm.</td>
  -      <td>Production</td>
  -    </tr>
  -    <tr>
  -      <td> <a
  - 
href="file:///C:/cvs-store/apache.org/jakarta/commons/codec/src/java/org/apache/commons/codec/language/Metaphone.html">org.apache.commons.codec.language.Metaphone</a>
  -      </td>
  -      <td>Implementation of the Metaphone algorithm.</td>
  -      <td>Production</td>
  -    </tr>
  -  </tbody>
  -</table>
  -<h4><a name="Network_Encoders">Network Encoders</a></h4>
  -<h4> </h4>
  -<p> Codec contains network related encoders </p>
  -<table border="1" width="100%" cellspacing="2" cellpadding="3">
  -  <tbody>
  -    <tr>
  -      <td> <a
  - 
href="file:///C:/cvs-store/apache.org/jakarta/commons/codec/src/java/org/apache/commons/codec/net/URLCodec.html">org.apache.commons.codec.net.URLCodec</a>
  -      </td>
  -      <td>Implements the 'www-form-urlencoded' encoding scheme.</td>
  -      <td>Production</td>
  -    </tr>
  -  </tbody>
  -</table>
  -<br>
  -</body>
  +  <head>
  +  </head>
  +  <body>
  +    <p>The types in this package define a small set of interfaces used by
  +    the various implementations in the sub-packages.</p>
  +
  +    <p>Definitive implementations of commonly used encoders and decoders.</p>
  +
  +    <p>Codec is currently comprised of a modest set of utilities and a
  +    simple framework for String encoding and decoding in three categories:
  +    Binary Encoders, Language Encoders, and Network Encoders. </p>
  +
  +    <h4><a name="Common Encoders">Binary Encoders</a></h4>
  +
  +    <table border="1" width="100%" cellspacing="2" cellpadding="3">
  +       <tbody>
  +        <tr>
  +          <td> 
  +            <a href="binary/Base64.html">
  +              org.apache.commons.codec.binary.Base64</a>
  +          </td>
  +          <td> 
  +            Provides Base64 content-transfer-encoding as defined in 
  +            <a href="http://www.ietf.org/rfc/rfc2045.txt";> RFC 2045</a> 
  +          </td>
  +          <td>Production</td>
  +        </tr>
  +        <tr>
  +          <td>
  +           <a href="binary/Hex.html">
  +             org.apache.commons.codec.binary.Hex</a>
  +          </td>
  +          <td> 
  +            Converts an array of bytes into an array of characters
  +            representing the hexidecimal values of each byte in order 
  +          </td>
  +          <td>Production</td>
  +        </tr>
  +      </tbody>
  +    </table>
  +    <h4> 
  +      <a name="Language Encoders">Language Encoders</a> 
  +    </h4>
  +    <p> 
  +      Codec contains a number of commonly used language and phonetic
  +      encoders
  +    </p>
  +    <table border="1" width="100%" cellspacing="2" cellpadding="3">
  +      <tbody>
  +        <tr>
  +          <td> 
  +            <a href="#">org.apache.commons.codec.language.Soundex</a>
  +          </td>
  +          <td>Implementation of the Soundex algorithm.</td>
  +          <td>Production</td>
  +        </tr>
  +        <tr>
  +          <td> 
  +            <a href="#">org.apache.commons.codec.language.Metaphone</a>
  +          </td>
  +          <td>Implementation of the Metaphone algorithm.</td>
  +          <td>Production</td>
  +        </tr>
  +      </tbody>
  +    </table>
  +    <h4><a name="Network_Encoders">Network Encoders</a></h4>
  +    <h4> </h4>
  +    <p> Codec contains network related encoders </p>
  +    <table border="1" width="100%" cellspacing="2" cellpadding="3">
  +      <tbody>
  +        <tr>
  +          <td> 
  +            <a href="#">org.apache.commons.codec.net.URLCodec</a>
  +          </td>
  +          <td>Implements the 'www-form-urlencoded' encoding scheme.</td>
  +          <td>Production</td>
  +        </tr>
  +      </tbody>
  +    </table>
  +    <br>
  +  </body>
   </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to