Skip to content

Commit fd81999

Browse files
committed
New commons:download-page for version 1.11.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1811900 13f79535-47bb-0310-9956-ffa450edef68
1 parent 710b02c commit fd81999

1 file changed

Lines changed: 33 additions & 17 deletions

File tree

src/site/xdoc/download_codec.xml

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,21 @@ limitations under the License.
3131
| 2) Set the following properties in the component's pom: |
3232
| - commons.componentid (required, alphabetic, lower case) |
3333
| - commons.release.version (required) |
34-
| - commons.binary.suffix (optional) |
34+
| - commons.release.name (required) |
35+
| - commons.binary.suffix (optional) |
3536
| (defaults to "-bin", set to "" for pre-maven2 releases) |
37+
| - commons.release.desc (optional) |
38+
| - commons.release.subdir (optional) |
39+
| |
40+
| - commons.release.2/3.version (conditional) |
41+
| - commons.release.2/3.name (conditional) |
42+
| - commons.release.2/3.binary.suffix (optional) |
43+
| - commons.release.2/3.desc (optional) |
44+
| - commons.release.2/3.subdir (optional) |
3645
| |
3746
| 3) Example Properties |
47+
| (commons.release.name inherited by parent: |
48+
| ${project.artifactId}-${commons.release.version} |
3849
| |
3950
| <properties> |
4051
| <commons.componentid>math</commons.componentid> |
@@ -46,17 +57,17 @@ limitations under the License.
4657
<document>
4758
<properties>
4859
<title>Download Apache Commons Codec</title>
49-
<author email="dev@commons.apache.org">Commons Documentation Team</author>
60+
<author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
5061
</properties>
5162
<body>
5263
<section name="Download Apache Commons Codec">
5364
<subsection name="Using a Mirror">
5465
<p>
5566
We recommend you use a mirror to download our release
56-
builds, but you <strong>must</strong> verify the integrity of
67+
builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of
5768
the downloaded files using signatures downloaded from our main
5869
distribution directories. Recent releases (48 hours) may not yet
59-
be available from the mirrors.
70+
be available from all the mirrors.
6071
</p>
6172

6273
<p>
@@ -88,10 +99,15 @@ limitations under the License.
8899
</form>
89100

90101
<p>
91-
The <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a>
92-
link links to the code signing keys used to sign the product.
93-
The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
94-
The <code>MD5</code> link downloads the checksum from the main site.
102+
It is essential that you
103+
<a href="https://www.apache.org/info/verification.html">verify the integrity</a>
104+
of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
105+
failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files).
106+
</p>
107+
<p>
108+
The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
109+
file contains the public PGP keys used by Apache Commons developers
110+
to sign releases.
95111
</p>
96112
</subsection>
97113
</section>
@@ -100,27 +116,27 @@ limitations under the License.
100116
<table>
101117
<tr>
102118
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.tar.gz">commons-codec-1.11-bin.tar.gz</a></td>
103-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.md5">md5</a></td>
104-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.asc">pgp</a></td>
119+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.md5">md5</a></td>
120+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.asc">pgp</a></td>
105121
</tr>
106122
<tr>
107123
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.zip">commons-codec-1.11-bin.zip</a></td>
108-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.md5">md5</a></td>
109-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.asc">pgp</a></td>
124+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.md5">md5</a></td>
125+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.asc">pgp</a></td>
110126
</tr>
111127
</table>
112128
</subsection>
113129
<subsection name="Source">
114130
<table>
115131
<tr>
116132
<td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.tar.gz">commons-codec-1.11-src.tar.gz</a></td>
117-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.md5">md5</a></td>
118-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.asc">pgp</a></td>
133+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.md5">md5</a></td>
134+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.asc">pgp</a></td>
119135
</tr>
120136
<tr>
121137
<td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.zip">commons-codec-1.11-src.zip</a></td>
122-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.md5">md5</a></td>
123-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.asc">pgp</a></td>
138+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.md5">md5</a></td>
139+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.asc">pgp</a></td>
124140
</tr>
125141
</table>
126142
</subsection>
@@ -131,7 +147,7 @@ limitations under the License.
131147
</p>
132148
<ul>
133149
<li class="download"><a href="[preferred]/commons/codec/">browse download area</a></li>
134-
<li><a href="http://archive.apache.org/dist/commons/codec/">archives...</a></li>
150+
<li><a href="https://archive.apache.org/dist/commons/codec/">archives...</a></li>
135151
</ul>
136152
</section>
137153
</body>

0 commit comments

Comments
 (0)