The download page of apache commons reads like there is supposed to be a KEYS column in the table. But it is now a general link, so I would apply the following changes, if you agree:
=================================================================== --- src/main/resources/commons-xdoc-templates/download-page-head.xml (Revision 1648413) +++ src/main/resources/commons-xdoc-templates/download-page-head.xml (Arbeitskopie) @@ -88,12 +88,12 @@ </form> <p> - The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> - link links to the code signing keys used to sign the product. The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. The <code>MD5</code> link downloads the checksum from the main site. Please <a href="http://www.apache.org/info/verification.html">verify the integrity</a> - of the downloaded file. + of the downloaded file against the public code signing + <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a> + used by the Apache Commons developers. </p> </subsection> </section> (also in src/site/xdoc/download_commons-build-plugin.xml) This is partially based on the wording of the apache maven download site. Gruss Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org