This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
commit 8464551d304bb4668d780d961cc039fe84e7895b Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Tue Nov 23 16:46:35 2021 +0100 same preamble as in https://jspwiki-wiki.apache.org/Wiki.jsp?page=Downloads --- src/main/jbake/content/general/downloads.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/jbake/content/general/downloads.md b/src/main/jbake/content/general/downloads.md index 935b67c..9c02bdc 100755 --- a/src/main/jbake/content/general/downloads.md +++ b/src/main/jbake/content/general/downloads.md @@ -3,14 +3,17 @@ status=published title=Downloads type=page ~~~~~~ +Apache JSPWiki is distributed in source format, under the <a class="external" href="http://www.apache.org/licenses/">Apache License, version 2.0</a>. **Current source and binary distributions** are available through the <a class="external" href="https://www.apache.org/dyn/closer.lua/jspwiki/2.11.0/">Apache mirrors</a>. +You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors. + Note: When downloading from a mirror, please be sure to verify that checksums and signatures are correct. To do so, use the checksum and <br/>signature files from the main Apache site at https://downloads.apache.org/jspwiki. Find here the <a class="external" href="https://downloads.apache.org/jspwiki/KEYS">KEYS</a> file, which contains all OpenPGP keys <br/>we use to sign releases. -<br/> **Previous source and binary distributions** are available through the <a class="external" href="https://archive.apache.org/dist/jspwiki/"> Apache archives</a>. +**Previous source and binary distributions** are available through the <a class="external" href="https://archive.apache.org/dist/jspwiki/"> Apache archives</a>. -<br/> **Source, javadocs and build artifacts** are also available via <a class="external" href="https://search.maven.org/#search|ga|1|org.apache.jspwiki">Central repo</a>, <br/>under `org.apache.jspwiki` groupId. +**Source, javadocs and build artifacts** are also available via <a class="external" href="https://search.maven.org/#search|ga|1|org.apache.jspwiki">Central repo</a>, under `org.apache.jspwiki` groupId. If you want to build directly from the sources, please check the [Get and Build Source][] page.
