xref: /aosp_15_r20/external/apache-commons-lang/src/site/xdoc/download_lang.xml (revision 455610af95f3bf5f4bc8a9eda520f57e389a4c42)
1<?xml version="1.0"?>
2<!--
3Licensed to the Apache Software Foundation (ASF) under one or more
4contributor license agreements.  See the NOTICE file distributed with
5this work for additional information regarding copyright ownership.
6The 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
8the License.  You may obtain a copy of the License at
9
10     http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations 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 Lang</title>
62    <author email="[email protected]">Apache Commons Documentation Team</author>
63  </properties>
64  <body>
65    <section name="Download Apache Commons Lang">
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    <section name="Apache Commons Lang 3.12.0 (Java 8+)">
117      <subsection name="Binaries">
118        <table>
119          <tr>
120              <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz">commons-lang3-3.12.0-bin.tar.gz</a></td>
121              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz.sha512">sha512</a></td>
122              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz.asc">pgp</a></td>
123          </tr>
124          <tr>
125              <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.12.0-bin.zip">commons-lang3-3.12.0-bin.zip</a></td>
126              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.zip.sha512">sha512</a></td>
127              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.zip.asc">pgp</a></td>
128          </tr>
129        </table>
130      </subsection>
131      <subsection name="Source">
132        <table>
133          <tr>
134              <td><a href="[preferred]/commons/lang/source/commons-lang3-3.12.0-src.tar.gz">commons-lang3-3.12.0-src.tar.gz</a></td>
135              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.tar.gz.sha512">sha512</a></td>
136              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.tar.gz.asc">pgp</a></td>
137          </tr>
138          <tr>
139              <td><a href="[preferred]/commons/lang/source/commons-lang3-3.12.0-src.zip">commons-lang3-3.12.0-src.zip</a></td>
140              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.zip.sha512">sha512</a></td>
141              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.zip.asc">pgp</a></td>
142          </tr>
143        </table>
144      </subsection>
145    </section>
146    <section name="Apache Commons Lang 2.6 (Requires Java 1.2 or later)">
147      <subsection name="Binaries">
148        <table>
149          <tr>
150              <td><a href="[preferred]/commons/lang/binaries/commons-lang-2.6-bin.tar.gz">commons-lang-2.6-bin.tar.gz</a></td>
151              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.sha512">sha512</a></td>
152              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.asc">pgp</a></td>
153          </tr>
154          <tr>
155              <td><a href="[preferred]/commons/lang/binaries/commons-lang-2.6-bin.zip">commons-lang-2.6-bin.zip</a></td>
156              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.zip.sha512">sha512</a></td>
157              <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.zip.asc">pgp</a></td>
158          </tr>
159        </table>
160      </subsection>
161      <subsection name="Source">
162        <table>
163          <tr>
164              <td><a href="[preferred]/commons/lang/source/commons-lang-2.6-src.tar.gz">commons-lang-2.6-src.tar.gz</a></td>
165              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.tar.gz.sha512">sha512</a></td>
166              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.tar.gz.asc">pgp</a></td>
167          </tr>
168          <tr>
169              <td><a href="[preferred]/commons/lang/source/commons-lang-2.6-src.zip">commons-lang-2.6-src.zip</a></td>
170              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.zip.sha512">sha512</a></td>
171              <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.zip.asc">pgp</a></td>
172          </tr>
173        </table>
174      </subsection>
175    </section>
176    <section name="Archives">
177        <p>
178          Older releases can be obtained from the archives.
179        </p>
180        <ul>
181          <li class="download"><a href="[preferred]/commons/lang/">browse download area</a></li>
182          <li><a href="https://archive.apache.org/dist/commons/lang/">archives...</a></li>
183        </ul>
184    </section>
185  </body>
186</document>
187