This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 2472371c Adjust links for Javadoc
2472371c is described below
commit 2472371c30b2a27619c3cf70319251a4f89ff2e9
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 22 15:47:51 2025 -0500
Adjust links for Javadoc
---
src/main/javadoc/overview.html | 60 +++++++++++++++++++++---------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index ccb716d8..742cd129 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -32,7 +32,7 @@
<caption>Binary Encoders</caption>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/binary/Base32.html">Base32
+
href="org/apache/commons/codec/binary/Base32.html">Base32
</a></td>
<td>Provides Base32 encoding and decoding as
defined by <a
href="https://www.ietf.org/rfc/rfc4648.txt">RFC 4648</a>
@@ -40,14 +40,14 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/binary/Base32InputStream.html">Base32InputStream
+
href="org/apache/commons/codec/binary/Base32InputStream.html">Base32InputStream
</a></td>
<td>Provides Base32 encoding and decoding in a
streaming
fashion (unlimited size).</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/binary/Base64.html">
+
href="org/apache/commons/codec/binary/Base64.html">
Base64 </a></td>
<td>Provides Base64 encoding and decoding as
defined by <a
href="https://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
@@ -55,19 +55,19 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/binary/Base64InputStream.html">Base64InputStream
+
href="org/apache/commons/codec/binary/Base64InputStream.html">Base64InputStream
</a></td>
<td>Provides Base64 encoding and decoding in a
streaming
fashion (unlimited size).</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/binary/BinaryCodec.html">
+
href="org/apache/commons/codec/binary/BinaryCodec.html">
BinaryCodec </a></td>
<td>Converts between byte arrays and strings of
"0"s and "1"s.</td>
</tr>
<tr>
- <td><a
href="apidocs/org/apache/commons/codec/binary/Hex.html">
+ <td><a
href="org/apache/commons/codec/binary/Hex.html">
Hex </a></td>
<td>Converts hexadecimal Strings.</td>
</tr>
@@ -84,7 +84,7 @@
<caption>Digest Encoders</caption>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/Blake3.html">Blake3</a>
+
href="org/apache/commons/codec/digest/Blake3.html">Blake3</a>
</td>
<td>Provides a pure Java implementation of the
<a
href="https://github.com/BLAKE3-team/BLAKE3">Blake3 hash
@@ -107,13 +107,13 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/Crypt.html">Crypt</a>
+
href="org/apache/commons/codec/digest/Crypt.html">Crypt</a>
</td>
<td>GNU libc crypt(3) compatible hash
method.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/DigestUtils.html">DigestUtils</a>
+
href="org/apache/commons/codec/digest/DigestUtils.html">DigestUtils</a>
</td>
<td>Simplifies common <a
href="https://docs.oracle.com/javase/6/docs/api/java/security/MessageDigest.html">MessageDigest</a>
@@ -123,7 +123,7 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/HmacUtils.html">HmacUtils</a>
+
href="org/apache/commons/codec/digest/HmacUtils.html">HmacUtils</a>
</td>
<td>Simplifies common <a
href="https://docs.oracle.com/javase/6/docs/api/javax/crypto/Mac.html">Mac</a>
@@ -134,35 +134,35 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/Md5Crypt.html">Md5Crypt</a>
+
href="org/apache/commons/codec/digest/Md5Crypt.html">Md5Crypt</a>
</td>
<td>The libc crypt() "$1$" and Apache "$apr1$"
MD5-based hash
algorithm.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/MurmurHash1.html">MurmurHash1</a>
+
href="org/apache/commons/codec/digest/MurmurHash1.html">MurmurHash1</a>
</td>
<td>Implementation of the MurmurHash1 32-bit
and 64-bit hash
functions.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/MurmurHash3.html">MurmurHash3</a>
+
href="org/apache/commons/codec/digest/MurmurHash3.html">MurmurHash3</a>
</td>
<td>Implementation of the MurmurHash3 32-bit
and 128-bit hash
functions.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/PureJavaCrc32.html">PureJavaCrc32</a>
+
href="org/apache/commons/codec/digest/PureJavaCrc32.html">PureJavaCrc32</a>
</td>
<td>A pure-java implementation of the CRC32
checksum that uses
the same polynomial as the built-in
native CRC32.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/PureJavaCrc32C.html">PureJavaCrc32C</a>
+
href="org/apache/commons/codec/digest/PureJavaCrc32C.html">PureJavaCrc32C</a>
</td>
<td>A pure-java implementation of the CRC32
checksum that uses
the CRC32-C polynomial, the same
polynomial used by iSCSI and
@@ -170,20 +170,20 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/Sha2Crypt.html">Sha2Crypt</a>
+
href="org/apache/commons/codec/digest/Sha2Crypt.html">Sha2Crypt</a>
</td>
<td>SHA2-based Unix crypt implementation.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/UnixCrypt.html">UnixCrypt</a>
+
href="org/apache/commons/codec/digest/UnixCrypt.html">UnixCrypt</a>
</td>
<td>Unix crypt(3) algorithm implementation.
This class only
implements the traditional 56 bit DES
based algorithm.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/digest/XXHash32.html">XXHash32</a>
+
href="org/apache/commons/codec/digest/XXHash32.html">XXHash32</a>
</td>
<td>Implementation of the xxHash32 hash
algorithm.</td>
</tr>
@@ -195,43 +195,43 @@
<caption>Language Encoders</caption>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/language/Caverphone1.html">Caverphone
+
href="org/apache/commons/codec/language/Caverphone1.html">Caverphone
1.0 </a></td>
<td>Encodes a string into a Caverphone 1.0
value.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/language/Caverphone2.html">Caverphone
+
href="org/apache/commons/codec/language/Caverphone2.html">Caverphone
2.0 </a></td>
<td>Encodes a string into a Caverphone 2.0
value.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/language/ColognePhonetic.html">Cologne
+
href="org/apache/commons/codec/language/ColognePhonetic.html">Cologne
Phonetic </a></td>
<td>Encodes a string into a Cologne Phonetic
value.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/language/DoubleMetaphone.html">Double
+
href="org/apache/commons/codec/language/DoubleMetaphone.html">Double
Metaphone </a></td>
<td>Encodes a string into a double metaphone
value.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/language/Metaphone.html">Metaphone
+
href="org/apache/commons/codec/language/Metaphone.html">Metaphone
</a></td>
<td>Encodes a string into a Metaphone
value.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/language/RefinedSoundex.html">Refined
+
href="org/apache/commons/codec/language/RefinedSoundex.html">Refined
Soundex </a></td>
<td>Encodes a string into a Refined Soundex
value.</td>
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/language/Soundex.html">Soundex
+
href="org/apache/commons/codec/language/Soundex.html">Soundex
</a></td>
<td>Encodes a string into a Soundex value.</td>
</tr>
@@ -242,7 +242,7 @@
<table>
<caption>Network Encoders</caption>
<tr>
- <td><a
href="apidocs/org/apache/commons/codec/net/BCodec.html">
+ <td><a
href="org/apache/commons/codec/net/BCodec.html">
BCodec </a></td>
<td>Identical to the Base64 encoding defined by
<a
href="https://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and allows
@@ -251,13 +251,13 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/net/PercentCodec.html">
+
href="org/apache/commons/codec/net/PercentCodec.html">
PercentCodec </a></td>
<td>Implements the Percent-Encoding scheme, as
described in
HTTP 1.1 specification.</td>
</tr>
<tr>
- <td><a
href="apidocs/org/apache/commons/codec/net/QCodec.html">
+ <td><a
href="org/apache/commons/codec/net/QCodec.html">
QCodec </a></td>
<td>Similar to the Quoted-Printable
content-transfer-encoding
defined in <a
href="https://www.ietf.org/rfc/rfc1521.txt">RFC
@@ -267,7 +267,7 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/net/QuotedPrintableCodec.html">
+
href="org/apache/commons/codec/net/QuotedPrintableCodec.html">
QuotedPrintableCodec </a></td>
<td>Codec for the Quoted-Printable section of <a
href="https://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> .
@@ -275,7 +275,7 @@
</tr>
<tr>
<td><a
-
href="apidocs/org/apache/commons/codec/net/URLCodec.html">
+
href="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.