ggregory 2004/03/23 14:40:35
Modified: codec/xdocs index.xml
Log:
Add QuotedPrintableCodec and fix link to nightly builds.
Revision Changes Path
1.14 +15 -6 jakarta-commons/codec/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- index.xml 23 Feb 2004 07:32:50 -0000 1.13
+++ index.xml 23 Mar 2004 22:40:35 -0000 1.14
@@ -70,7 +70,7 @@
Version <a href="http://www.apache.org/dist/jakarta/commons/codec/">1.1</a>
</li>
<li>
- Current <a href="http://www.apache.org/dist/jakarta/commons/codec/">nightly
build</a>
+ Current <a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-codec/">1.3-dev
nightly build</a>
</li>
</ul>
</section>
@@ -85,7 +85,7 @@
<subsection name="Binary Encoders">
<table>
<tr>
- <td width="125">
+ <td width="150">
<a href="apidocs/org/apache/commons/codec/binary/Base64.html">
Base64</a>
</td>
@@ -97,7 +97,7 @@
</td>
</tr>
<tr>
- <td width="125">
+ <td width="150">
<a href="apidocs/org/apache/commons/codec/binary/Binary.html">
Binary</a>
</td>
@@ -122,7 +122,7 @@
<subsection name="Language Encoders">
<table>
<tr>
- <td width="125">
+ <td width="150">
<a href="apidocs/org/apache/commons/codec/language/Soundex.html">
Soundex</a>
</td>
@@ -164,7 +164,7 @@
<subsection name="Digest Encoders">
<table>
<tr>
- <td width="125">
+ <td width="150">
<a href="apidocs/org/apache/commons/codec/digest/DigestUtils.html">
DigestUtils</a>
</td>
@@ -178,12 +178,21 @@
<subsection name="Network Encoders">
<table>
<tr>
- <td width="125">
+ <td width="150">
<a href="apidocs/org/apache/commons/codec/net/URLCodec.html">
URLCodec</a>
</td>
<td>
Implements the <code>www-form-urlencoded</code> encoding scheme, also
misleadingly known as URL encoding.
+ </td>
+ </tr>
+ <tr>
+ <td width="150">
+ <a href="apidocs/org/apache/commons/codec/net/QuotedPrintableCodec.html">
+ QuotedPrintableCodec</a>
+ </td>
+ <td>
+ Codec for RFC 1521 MIME (Multipurpose Internet Mail Extensions) Part One.
Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet
</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]