|
1 | | -<?xml version="1.0"?> |
2 | | -<!-- |
3 | | -Licensed to the Apache Software Foundation (ASF) under one or more |
4 | | -contributor license agreements. See the NOTICE file distributed with |
5 | | -this work for additional information regarding copyright ownership. |
6 | | -The ASF licenses this file to You under the Apache License, Version 2.0 |
7 | | -(the "License"); you may not use this file except in compliance with |
8 | | -the License. You may obtain a copy of the License at |
9 | | -
|
10 | | - http://www.apache.org/licenses/LICENSE-2.0 |
11 | | -
|
12 | | -Unless required by applicable law or agreed to in writing, software |
13 | | -distributed under the License is distributed on an "AS IS" BASIS, |
14 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
15 | | -See the License for the specific language governing permissions and |
16 | | -limitations under the License. |
17 | | ---> |
18 | | -<!-- |
19 | | - +======================================================================+ |
20 | | - |**** ****| |
21 | | - |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****| |
22 | | - |**** DO NOT EDIT DIRECTLY ****| |
23 | | - |**** ****| |
24 | | - +======================================================================+ |
25 | | - | TEMPLATE FILE: download-page-template.xml | |
26 | | - | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | |
27 | | - +======================================================================+ |
28 | | - | | |
29 | | - | 1) Re-generate using: mvn commons-build:download-page | |
30 | | - | | |
31 | | - | 2) Set the following properties in the component's pom: | |
32 | | - | - commons.componentid (required, alphabetic, lower case) | |
33 | | - | - commons.release.version (required) | |
34 | | - | - commons.release.name (required) | |
35 | | - | - commons.binary.suffix (optional) | |
36 | | - | (defaults to "-bin", set to "" for pre-maven2 releases) | |
37 | | - | - commons.release.desc (optional) | |
38 | | - | - commons.release.subdir (optional) | |
39 | | - | - commons.release.hash (optional, lowercase, default sha512) | |
40 | | - | | |
41 | | - | - commons.release.[234].version (conditional) | |
42 | | - | - commons.release.[234].name (conditional) | |
43 | | - | - commons.release.[234].binary.suffix (optional) | |
44 | | - | - commons.release.[234].desc (optional) | |
45 | | - | - commons.release.[234].subdir (optional) | |
46 | | - | - commons.release.[234].hash (optional, lowercase, [sha512])| |
47 | | - | | |
48 | | - | 3) Example Properties | |
49 | | - | (commons.release.name inherited by parent: | |
50 | | - | ${project.artifactId}-${commons.release.version} | |
51 | | - | | |
52 | | - | <properties> | |
53 | | - | <commons.componentid>math</commons.componentid> | |
54 | | - | <commons.release.version>1.2</commons.release.version> | |
55 | | - | </properties> | |
56 | | - | | |
57 | | - +======================================================================+ |
58 | | ---> |
59 | | -<document> |
60 | | - <properties> |
61 | | - <title>Download Apache Commons Math</title> |
62 | | - <author email="dev@commons.apache.org">Apache Commons Documentation Team</author> |
63 | | - </properties> |
64 | | - <body> |
65 | | - <section name="Download Apache Commons Math"> |
66 | | - <subsection name="Using a Mirror"> |
67 | | - <p> |
68 | | - We recommend you use a mirror to download our release |
69 | | - builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of |
70 | | - the downloaded files using signatures downloaded from our main |
71 | | - distribution directories. Recent releases (48 hours) may not yet |
72 | | - be available from all the mirrors. |
73 | | - </p> |
74 | | - |
75 | | - <p> |
76 | | - You are currently using <b>[preferred]</b>. If you |
77 | | - encounter a problem with this mirror, please select another |
78 | | - mirror. If all mirrors are failing, there are <i>backup</i> |
79 | | - mirrors (at the end of the mirrors list) that should be |
80 | | - available. |
81 | | - <br></br> |
82 | | - [if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end] |
83 | | - </p> |
84 | | - |
85 | | - <form action="[location]" method="get" id="SelectMirror"> |
86 | | - <p> |
87 | | - Other mirrors: |
88 | | - <select name="Preferred"> |
89 | | - [if-any http] |
90 | | - [for http]<option value="[http]">[http]</option>[end] |
91 | | - [end] |
92 | | - [if-any ftp] |
93 | | - [for ftp]<option value="[ftp]">[ftp]</option>[end] |
94 | | - [end] |
95 | | - [if-any backup] |
96 | | - [for backup]<option value="[backup]">[backup] (backup)</option>[end] |
97 | | - [end] |
98 | | - </select> |
99 | | - <input type="submit" value="Change"></input> |
100 | | - </p> |
101 | | - </form> |
102 | | - |
103 | | - <p> |
104 | | - It is essential that you |
105 | | - <a href="https://www.apache.org/info/verification.html">verify the integrity</a> |
106 | | - of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); |
107 | | - failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files). |
108 | | - </p> |
109 | | - <p> |
110 | | - The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> |
111 | | - file contains the public PGP keys used by Apache Commons developers |
112 | | - to sign releases. |
113 | | - </p> |
114 | | - </subsection> |
115 | | - </section> |
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | +Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | +contributor license agreements. See the NOTICE file distributed with |
| 5 | +this work for additional information regarding copyright ownership. |
| 6 | +The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | +(the "License"); you may not use this file except in compliance with |
| 8 | +the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | +Unless required by applicable law or agreed to in writing, software |
| 13 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +See the License for the specific language governing permissions and |
| 16 | +limitations under the License. |
| 17 | +--> |
| 18 | +<!-- |
| 19 | + +======================================================================+ |
| 20 | + |**** ****| |
| 21 | + |**** THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN ****| |
| 22 | + |**** DO NOT EDIT DIRECTLY ****| |
| 23 | + |**** ****| |
| 24 | + +======================================================================+ |
| 25 | + | TEMPLATE FILE: download-page-template.xml | |
| 26 | + | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates | |
| 27 | + +======================================================================+ |
| 28 | + | | |
| 29 | + | 1) Re-generate using: mvn commons-build:download-page | |
| 30 | + | | |
| 31 | + | 2) Set the following properties in the component's pom: | |
| 32 | + | - commons.componentid (required, alphabetic, lower case) | |
| 33 | + | - commons.release.version (required) | |
| 34 | + | - commons.release.name (required) | |
| 35 | + | - commons.binary.suffix (optional) | |
| 36 | + | (defaults to "-bin", set to "" for pre-maven2 releases) | |
| 37 | + | - commons.release.desc (optional) | |
| 38 | + | - commons.release.subdir (optional) | |
| 39 | + | - commons.release.hash (optional, lowercase, default sha512) | |
| 40 | + | | |
| 41 | + | - commons.release.[234].version (conditional) | |
| 42 | + | - commons.release.[234].name (conditional) | |
| 43 | + | - commons.release.[234].binary.suffix (optional) | |
| 44 | + | - commons.release.[234].desc (optional) | |
| 45 | + | - commons.release.[234].subdir (optional) | |
| 46 | + | - commons.release.[234].hash (optional, lowercase, [sha512])| |
| 47 | + | | |
| 48 | + | 3) Example Properties | |
| 49 | + | (commons.release.name inherited by parent: | |
| 50 | + | ${project.artifactId}-${commons.release.version} | |
| 51 | + | | |
| 52 | + | <properties> | |
| 53 | + | <commons.componentid>math</commons.componentid> | |
| 54 | + | <commons.release.version>1.2</commons.release.version> | |
| 55 | + | </properties> | |
| 56 | + | | |
| 57 | + +======================================================================+ |
| 58 | +--> |
| 59 | +<document> |
| 60 | + <properties> |
| 61 | + <title>Download Apache Commons Math</title> |
| 62 | + <author email="dev@commons.apache.org">Apache Commons Documentation Team</author> |
| 63 | + </properties> |
| 64 | + <body> |
| 65 | + <section name="Download Apache Commons Math"> |
| 66 | + <subsection name="Using a Mirror"> |
| 67 | + <p> |
| 68 | + We recommend you use a mirror to download our release |
| 69 | + builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of |
| 70 | + the downloaded files using signatures downloaded from our main |
| 71 | + distribution directories. Recent releases (48 hours) may not yet |
| 72 | + be available from all the mirrors. |
| 73 | + </p> |
| 74 | + |
| 75 | + <p> |
| 76 | + You are currently using <b>[preferred]</b>. If you |
| 77 | + encounter a problem with this mirror, please select another |
| 78 | + mirror. If all mirrors are failing, there are <i>backup</i> |
| 79 | + mirrors (at the end of the mirrors list) that should be |
| 80 | + available. |
| 81 | + <br></br> |
| 82 | + [if-any logo]<a href="[link]"><img align="right" src="[logo]" border="0"></img></a>[end] |
| 83 | + </p> |
| 84 | + |
| 85 | + <form action="[location]" method="get" id="SelectMirror"> |
| 86 | + <p> |
| 87 | + Other mirrors: |
| 88 | + <select name="Preferred"> |
| 89 | + [if-any http] |
| 90 | + [for http]<option value="[http]">[http]</option>[end] |
| 91 | + [end] |
| 92 | + [if-any ftp] |
| 93 | + [for ftp]<option value="[ftp]">[ftp]</option>[end] |
| 94 | + [end] |
| 95 | + [if-any backup] |
| 96 | + [for backup]<option value="[backup]">[backup] (backup)</option>[end] |
| 97 | + [end] |
| 98 | + </select> |
| 99 | + <input type="submit" value="Change"></input> |
| 100 | + </p> |
| 101 | + </form> |
| 102 | + |
| 103 | + <p> |
| 104 | + It is essential that you |
| 105 | + <a href="https://www.apache.org/info/verification.html">verify the integrity</a> |
| 106 | + of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); |
| 107 | + failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files). |
| 108 | + </p> |
| 109 | + <p> |
| 110 | + The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> |
| 111 | + file contains the public PGP keys used by Apache Commons developers |
| 112 | + to sign releases. |
| 113 | + </p> |
| 114 | + </subsection> |
| 115 | + </section> |
116 | 116 | <section name="Apache Commons Math 4.0-beta1 (requires Java 8+)"> |
117 | 117 | <subsection name="Binaries"> |
118 | 118 | <table> |
|
0 commit comments