This repository was archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathdownload.xml.vm
More file actions
220 lines (203 loc) · 15.5 KB
/
Copy pathdownload.xml.vm
File metadata and controls
220 lines (203 loc) · 15.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Apache Any23 - Download</title>
<author email="dev@any23.apache.org">Apache Any23 Team</author>
</properties>
<body>
<section name="Download Apache Any23">
<p>Apache Any23 is distributed in several formats for your convenience. Use a source archive if you intend to build Apache Any23 yourself. Otherwise, simply pick a ready-made binary distribution and follow the installation instructions given inside the archives.</p>
<p>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.</p>
<p>In order to guard against corrupted downloads/installations, it is highly recommended to <a href="https://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a> of the release bundles against the public <a href="https://apache.org/dist/any23/KEYS">KEYS</a> used by the Apache Any23 developers.</p>
<p>Apache Any23 is distributed under the <a href="https://any23.apache.org/license.html">Apache License, version 2.0</a>.</p>
<subsection name="Apache Any23 Maven Artifacts">
<p>You can use Any23 as a <a href="https://maven.apache.org">Maven</a> dependency. See the most recent release artifacts on <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.any23%22">Maven Central</a>. For example you could add the <code>apache-any23-core</code> artifact to your project POM as follows:</p>
<code>
<dependency><br />
<groupId>org.apache.any23</groupId><br />
<artifactId>apache-any23-core</artifactId><br />
<version>${latestStableRelease}</version><br />
</dependency>
</code>
<p>Also see <a href="./dependency-info.html">dependency information</a> for defining Any23 as a dependency in other popular build systems.</p>
</subsection>
<subsection name="Apache Any23 Sources">
<table>
<thead>
<tr>
<th></th>
<th>Mirror Download</th>
<th>ASCII Signature</th>
<th>SHA512 Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apache Any23 ${latestStableRelease} (Source tar.gz)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.tar.gz"> apache-any23-${latestStableRelease}-src.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.tar.gz.asc"> apache-any23-${latestStableRelease}-src.tar.gz.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.tar.gz.sha512"> apache-any23-${latestStableRelease}-src.tar.gz.sha512</a></td>
</tr>
<tr>
<td>Apache Any23 ${latestStableRelease} (Source zip)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.zip"> apache-any23-${latestStableRelease}-src.zip</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.zip.asc"> apache-any23-${latestStableRelease}-src.zip.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-${latestStableRelease}-src.zip.sha512"> apache-any23-${latestStableRelease}-src.zip.sha512</a></td>
</tr>
</tbody>
</table>
</subsection>
<subsection name="Apache Any23 Command Line Interface">
<table>
<thead>
<tr>
<th></th>
<th>Mirror Download</th>
<th>ASCII Signature</th>
<th>SHA512 Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apache Any23 ${latestStableRelease} CLI (Binary tar.gz)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.tar.gz"> apache-any23-cli-${latestStableRelease}.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.tar.gz.asc"> apache-any23-cli-${latestStableRelease}.tar.gz.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.tar.gz.sha512"> apache-any23-cli-${latestStableRelease}.tar.gz.sha512</a></td>
</tr>
<tr>
<td>Apache Any23 ${latestStableRelease} CLI (Binary zip)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.zip"> apache-any23-cli-${latestStableRelease}.zip</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.zip.asc"> apache-any23-cli-${latestStableRelease}.zip.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-cli-${latestStableRelease}.zip.sha512"> apache-any23-cli-${latestStableRelease}.zip.sha512</a></td>
</tr>
</tbody>
</table>
</subsection>
</section>
<section name="Apache Any23 Plugins">
<subsection name="plugins">
<p>Various plugins were made available for Any23 releases prior to 2.4. As of 2.4, this is not longer the case. Reasoning behind this relates to the size of the artifcts post introduction of the <a href="https://github.com/apache/any23-plugins/tree/master/openie">Open Information Extraction (Open IE) module</a>. This grew the artifacts to ~1GB which became too large to distribute across the Apache global mirror network.</p>
<p>Any23 plugins can be obtained by <a href="https://github.com/apache/any23-plugins">downloading and building from source</a>.</p>
<p>Plugin artifacts prior to 2.4 can be found in the <a href="http://archive.apache.org/dist/any23/">Apache Any23 Artifact Archive</a>.</p>
</subsection>
<!--subsection name="Apache Any23 Basic Crawler">
<table>
<thead>
<tr>
<th></th>
<th>Mirror Download</th>
<th>ASCII Signature</th>
<th>SHA512 Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apache Any23 Basic Crawler ${latestStableRelease} (Binary tar.gz)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.tar.gz"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.tar.gz.asc"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.tar.gz.sha512"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.sha512</a></td>
</tr>
<tr>
<td>Apache Any23 Basic Crawler ${latestStableRelease} (Binary zip)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.zip"> apache-any23-basic-crawler-${latestStableRelease}.zip</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.zip.asc"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-basic-crawler-${latestStableRelease}.zip.sha512"> apache-any23-basic-crawler-${latestStableRelease}.tar.gz.sha512</a></td>
</tr>
</tbody>
</table>
</subsection>
<subsection name="Apache Any23 HTML Scraper">
<table>
<thead>
<tr>
<th></th>
<th>Mirror Download</th>
<th>ASCII Signature</th>
<th>SHA512 Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apache Any23 HTML Scraper ${latestStableRelease} (Binary tar.gz)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.tar.gz"> apache-any23-html-scraper-${latestStableRelease}.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.tar.gz.asc"> apache-any23-html-scraper-${latestStableRelease}.tar.gz.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.tar.gz.sha512"> apache-any23-html-scraper-${latestStableRelease}.tar.gz.sha512</a></td>
</tr>
<tr>
<td>Apache Any23 HTML Scraper ${latestStableRelease} (Binary zip)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.zip"> apache-any23-html-scraper-${latestStableRelease}.zip</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.zip.asc"> apache-any23-html-scraper-${latestStableRelease}.zip.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-html-scraper-${latestStableRelease}.zip.sha512"> apache-any23-html-scraper-${latestStableRelease}.zip.sha512</a></td>
</tr>
</tbody>
</table>
</subsection>
<subsection name="Apache Any23 Office Scraper">
<table>
<thead>
<tr>
<th></th>
<th>Mirror Download</th>
<th>ASCII Signature</th>
<th>SHA512 Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apache Any23 Office Scraper ${latestStableRelease} (Binary tar.gz)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.tar.gz"> apache-any23-office-scraper-${latestStableRelease}.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.tar.gz.asc"> apache-any23-office-scraper-${latestStableRelease}.tar.gz.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.tar.gz.sha512"> apache-any23-office-scraper-${latestStableRelease}.tar.gz.sha512</a></td>
</tr>
<tr>
<td>Apache Any23 Office Scraper ${latestStableRelease} (Binary zip)</td>
<td><a href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip"> apache-any23-office-scraper-${latestStableRelease}.zip</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip.asc"> apache-any23-office-scraper-${latestStableRelease}.zip.asc</a></td>
<td><a href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip.sha512"> apache-any23-office-scraper-${latest.stable.released}.zip.sha512</a></td>
</tr>
</tbody>
</table>
</subsection-->
</section>
<section name="Apache Any23 Service">
<subsection name="WAR packages">
<p>Various WAR artifacts were made available for Any23 releases prior to 2.2. Post 2.2, this is not longer the case. Reasoning behind this relates to the size of the WAR artifcts post introduction of the <a href="https://github.com/apache/any23-plugins/tree/master/openie">Open Information Extraction (Open IE) module</a>. This grew the artifacts to ~1GB which became too large to distribute across the Apache global mirror network.</p>
<p>The Any23 WAR artifact can be obtained by <a href="https://github.com/apache/any23-server">downloading ans building from source</a>.</p>
<p>WAR artifacts prior to 2.2 can be found in the <a href="http://archive.apache.org/dist/any23/">Apache Any23 Artifact Archive</a>.</p>
<p>For users merely wanting to see what the Any23 Service looks like and does, visit <b><a href="http://any23.org"></a></b>.</p>
</subsection>
</section>
<section name="Verify Releases">
<subsection>
<p>It is essential that you verify the integrity of the downloaded files using the PGP, and/or SHA signatures. published with every Any23 release. Please read <a href="http://httpd.apache.org/dev/verification.html">Verifying Apache HTTP Server Releases</a> for more information on why you should verify our releases. We strongly recommend you verify your downloads with at least PGP Guidance for doing so is provided below.</p>
</subsection>
<subsection name="PGP Signatures">
<p>The PGP signatures can be verified using PGP or GPG. First download the <a href="https://www.apache.org/dist/any23/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. <b>N.B.</b> Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using the following example</p>
<code>$ gpg --import KEYS</code><br />
<code>$ gpg --verify apache-any23-${latestStableRelease}-src.tar.gz.asc apache-any23-${latestStableRelease}-src.tar.gz</code>
<p>The files in the most recent release are signed by Lewis John McGibbney (CODE SIGNING KEY) lewismc@apache.org 48BAEBF6</p>
</subsection>
<subsection name="SHA512 Signatures">
<p>Alternatively, you can verify the SHA512 signatures on the files. A unix program called md5 or md5sum is included in many unix distributions. Use the following example</p>
<code>$ sha512sum apache-any23-${latestStableRelease}-src.tar.gz</code>
<p>... output should match the string in <b>apache-any23-${latestStableRelease}-src.tar.gz.sha512</b></p>
</subsection>
</section>
</body>
</document>