This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nutch-site.git
The following commit(s) were added to refs/heads/main by this push:
new 28fb6fcf Fix broken links (site internal, change logs)
28fb6fcf is described below
commit 28fb6fcf66e99c463b8dd7bff2eda0b5c6d5cff5
Author: Sebastian Nagel <[email protected]>
AuthorDate: Tue Apr 14 12:55:09 2026 +0200
Fix broken links (site internal, change logs)
---
content/apache.md | 2 +-
content/documentation/security.md | 22 +++++++++++-----------
content/news/nutch-0.8.1-release.md | 2 +-
content/news/nutch-0.9-release.md | 2 +-
content/news/nutch-1.0-release.md | 2 +-
content/news/nutch-1.1-release.md | 2 +-
content/news/nutch-1.10-release.md | 2 +-
content/news/nutch-1.11-release.md | 2 +-
content/news/nutch-1.12-release.md | 2 +-
content/news/nutch-1.13-release.md | 2 +-
content/news/nutch-1.14-release.md | 2 +-
content/news/nutch-1.15-release.md | 2 +-
content/news/nutch-1.16-release.md | 4 ++--
content/news/nutch-1.17-release.md | 4 ++--
content/news/nutch-1.18-release.md | 2 +-
content/news/nutch-1.19-release.md | 2 +-
content/news/nutch-1.2-release.md | 2 +-
content/news/nutch-1.22-release.md | 2 +-
content/news/nutch-1.3-release.md | 2 +-
content/news/nutch-1.4-release.md | 2 +-
content/news/nutch-1.5-release.md | 2 +-
content/news/nutch-1.5.1-release.md | 2 +-
content/news/nutch-1.6-release.md | 2 +-
content/news/nutch-1.7-release.md | 2 +-
content/news/nutch-1.8-release.md | 2 +-
content/news/nutch-2.0-release.md | 2 +-
content/news/nutch-2.1-release.md | 2 +-
content/news/nutch-2.2-release.md | 2 +-
content/news/nutch-2.2.1-release.md | 2 +-
content/news/nutch-2.3-release.md | 2 +-
content/news/nutch-2.3.1-release.md | 2 +-
content/news/nutch-2.4-release.md | 2 +-
content/news/nutch-graduates-tlp.md | 2 +-
33 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/content/apache.md b/content/apache.md
index 108a9061..e0d7a068 100644
--- a/content/apache.md
+++ b/content/apache.md
@@ -9,7 +9,7 @@ bref = ""
* Visit the [Apache Software Foundation Homepage](https://apache.org)
* Information about the [Apache Licenses](https://www.apache.org/licenses/)
-* The [Apache Security Team](https://www.apache.org/security/).<br/>Please
also visit our [Security page](/documentation/security).
+* The [Apache Security Team](https://www.apache.org/security/). <br/>Please
also visit our [Security page](/documentation/security).
* The [Apache Software Foundation Sponsorship
Program](https://www.apache.org/foundation/sponsorship.html)
* [Sponsors and Thanks](https://www.apache.org/foundation/thanks.html)
* [ASF Privacy
Policies](https://privacy.apache.org/policies/privacy-policy-public.html)
diff --git a/content/documentation/security.md
b/content/documentation/security.md
index 1274d5dc..6d2b1c35 100644
--- a/content/documentation/security.md
+++ b/content/documentation/security.md
@@ -8,7 +8,7 @@ bref = ""
+++
-### Reporting Security Issues of Apache Nutch
+# Reporting Security Issues of Apache Nutch
The Apache Software Foundation is very active in eliminating security problems
and denial-of-service attacks against its products.
@@ -18,27 +18,27 @@ Please note that the security mailing list is intended
solely for reporting undi
The private security mailing address is: [email protected]
-### Security Model
+# Security Model
Apache Nutch is designed to operate in trusted environments, either locally or
on a Hadoop cluster.
This section outlines the security model and key security considerations.
Understanding how to use and deploy Nutch in a secure manner is mandatory.
-#### Trusted Configuration
+## Trusted Configuration
The configuration files used by Nutch are loaded during job execution. These
files are treated as a trusted source and must not involve any user-supplied
input at runtime.
-#### Nutch Runtime
+## Nutch Runtime
Nutch can be run on a local instance or on a Hadoop cluster. For both
runtimes, it is mandatory that access to the runtime must be restricted to
trusted users. Securing the Nutch runtime is essential. For information on
securing a Hadoop cluster, please refer to the [Apache Hadoop security
page](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SecureMode.html).
-#### Nutch Server and REST API
+## Nutch Server and REST API
Nutch releases which packaged the legacy JAX-RS Nutch service/server/REST API
did not provide any authentication and/or authorization. Therefore the service
must not be publicly available. Access should only be granted to trusted users.
Granting access to the service is equivalent to granting access to the instance
where the service is running. This includes permissions to write to the local
filesystem and run any Java class available on the service's class path.
The legacy JAX-RS Nutch service was removed in Nutch 1.23.
-#### Information Leakage
+## Information Leakage
By default, Nutch is configured to "crawl" the local file system and intranet
resources. Feeding an intranet search is a common use case for Nutch.
Additionally, Nutch can crawl web sites that require authorization. If the
crawled data is exposed to the public, whether as a search index or in any
other data formats (e.g., WARC files), it is mandatory to ensure that no
private resources are included in the given crawl.
@@ -50,18 +50,18 @@ Measures to prevent information leakage include:
An attacker may place arbitrary links on pages visited by the crawler, for
example a link to `file:///etc/passwd`. The crawler configuration must ensure
that such links are not followed.
-### Security-Related Questions
+# Security-Related Questions
If you have security-related questions, please contact the Nutch team over the
[dev](mailto:[email protected]) or [user](mailto:[email protected])
mailing list. See [Mailing Lists](/community/mailing-lists/) for more
information.
-### Known Security Vulnerabilities
+# Known Security Vulnerabilities
The following security vulnerabilities are known:
- See the section about the [Nutch Server and REST
API](#nutch-server-and-rest-api).
-### Nutch CVE List
+# Nutch CVE List
-#### [CVE-2021-23901](https://nvd.nist.gov/vuln/detail/CVE-2021-23901)
+## [CVE-2021-23901](https://nvd.nist.gov/vuln/detail/CVE-2021-23901)
Type: XXE injection<br/>
Affects Nutch version (up to): 1.17<br/>
@@ -69,7 +69,7 @@ Fixed Nutch version: 1.18<br/>
Publicly announced on
[2021-01-24](https://lists.apache.org/thread/y1onyktyk5cbz3nofor1goko177hh2vt)<br/>
Reporter / Thanks To: Martin Heyden
-#### [CVE-2016-6809](https://nvd.nist.gov/vuln/detail/CVE-2016-6809)
+## [CVE-2016-6809](https://nvd.nist.gov/vuln/detail/CVE-2016-6809)
Type: deserialization of untrusted data<br/>
Affects Nutch version (up to): 2.3.1<br/>
Fixed Nutch version: 2.4<br/>
diff --git a/content/news/nutch-0.8.1-release.md
b/content/news/nutch-0.8.1-release.md
index 629a8969..671ac875 100644
--- a/content/news/nutch-0.8.1-release.md
+++ b/content/news/nutch-0.8.1-release.md
@@ -8,4 +8,4 @@ description = "24 September 2006 - Nutch 0.8.1 Released"
weight = 10
+++
-The 0.8.1 release of Nutch is now available. This is a maintenance release to
0.8 branch fixing many serous bugs found in version 0.8. See [list of
changes](http://www.apache.org/dist/nutch/CHANGES-0.8.1.txt) made in this
version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
+The 0.8.1 release of Nutch is now available. This is a maintenance release to
0.8 branch fixing many serous bugs found in version 0.8. See [list of
changes](https://archive.apache.org/dist/nutch/CHANGES-0.8.1.txt) made in this
version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
diff --git a/content/news/nutch-0.9-release.md
b/content/news/nutch-0.9-release.md
index 8f7203b0..44ea4a0f 100644
--- a/content/news/nutch-0.9-release.md
+++ b/content/news/nutch-0.9-release.md
@@ -8,4 +8,4 @@ description = "2 April 2007 - Nutch 0.9 Released"
weight = 10
+++
-The 0.9 release of Nutch is now available. This is the second release of Nutch
based entirely on the underlying Hadoop platform. This release includes several
critical bug fixes, as well as key speedups described in more detail at [Sami
Siren's blog](http://blog.foofactory.fi/2007/03/twice-speed-half-size.html).
See [list of changes](http://www.apache.org/dist/nutch/CHANGES-0.9.txt) made in
this version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
+The 0.9 release of Nutch is now available. This is the second release of Nutch
based entirely on the underlying Hadoop platform. This release includes several
critical bug fixes, as well as key speedups described in more detail at [Sami
Siren's blog](http://blog.foofactory.fi/2007/03/twice-speed-half-size.html).
See [list of changes](https://archive.apache.org/dist/nutch/CHANGES-0.9.txt)
made in this version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
diff --git a/content/news/nutch-1.0-release.md
b/content/news/nutch-1.0-release.md
index 218b1dbc..2803c454 100644
--- a/content/news/nutch-1.0-release.md
+++ b/content/news/nutch-1.0-release.md
@@ -8,4 +8,4 @@ description = "23 March 2009 - Apache Nutch 1.0 Released"
weight = 10
+++
-The 1.0 release of Nutch is now available. This release includes several major
feature improvements such as new indexing framework, new scoring framework,
Apache Solr integration just to mention a few. See [list of
changes](http://www.apache.org/dist/nutch/CHANGES-1.0.txt) made in this
version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
+The 1.0 release of Nutch is now available. This release includes several major
feature improvements such as new indexing framework, new scoring framework,
Apache Solr integration just to mention a few. See [list of
changes](https://archive.apache.org/dist/nutch/CHANGES-1.0.txt) made in this
version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
diff --git a/content/news/nutch-1.1-release.md
b/content/news/nutch-1.1-release.md
index 6171acea..054df439 100644
--- a/content/news/nutch-1.1-release.md
+++ b/content/news/nutch-1.1-release.md
@@ -8,4 +8,4 @@ description = "06 June 2010 - Apache Nutch 1.1 Released"
weight = 10
+++
-The 1.1 release of Nutch is now available. This release includes several major
upgrades of existing libraries (Hadoop, Solr, Tika, etc.) on which Nutch
depends. Various bug fixes, and speedups (e.g., to Fetcher2) have also been
included. See [list of
changes](http://www.apache.org/dist/nutch/CHANGES-1.1.txt) made in this
version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
+The 1.1 release of Nutch is now available. This release includes several major
upgrades of existing libraries (Hadoop, Solr, Tika, etc.) on which Nutch
depends. Various bug fixes, and speedups (e.g., to Fetcher2) have also been
included. See [list of
changes](https://archive.apache.org/dist/nutch/CHANGES-1.1.txt) made in this
version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
diff --git a/content/news/nutch-1.10-release.md
b/content/news/nutch-1.10-release.md
index b75a2519..ce5523a0 100644
--- a/content/news/nutch-1.10-release.md
+++ b/content/news/nutch-1.10-release.md
@@ -16,4 +16,4 @@ This release is the result of many months of work and well
over 100 issues addre
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven Central](https://search.maven.org/) as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
diff --git a/content/news/nutch-1.11-release.md
b/content/news/nutch-1.11-release.md
index 78920005..75de7dc8 100644
--- a/content/news/nutch-1.11-release.md
+++ b/content/news/nutch-1.11-release.md
@@ -16,4 +16,4 @@ This release is the result of many months of work and around
100 issues addresse
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch&core=gav)
as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
diff --git a/content/news/nutch-1.12-release.md
b/content/news/nutch-1.12-release.md
index 54e5b7ee..cd422160 100644
--- a/content/news/nutch-1.12-release.md
+++ b/content/news/nutch-1.12-release.md
@@ -16,4 +16,4 @@ This release is the result of many months of work and over 40
issues addressed.
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch&core=gav)
as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
diff --git a/content/news/nutch-1.13-release.md
b/content/news/nutch-1.13-release.md
index 3bdc7a8c..05f3b716 100644
--- a/content/news/nutch-1.13-release.md
+++ b/content/news/nutch-1.13-release.md
@@ -16,4 +16,4 @@ An account of the CHANGES in this release can be seen in the
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch&core=gav)
as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
diff --git a/content/news/nutch-1.14-release.md
b/content/news/nutch-1.14-release.md
index 6286cf33..a7cf0a76 100644
--- a/content/news/nutch-1.14-release.md
+++ b/content/news/nutch-1.14-release.md
@@ -16,4 +16,4 @@ An account of the CHANGES in this release can be seen in the
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch&core=gav)
as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
diff --git a/content/news/nutch-1.15-release.md
b/content/news/nutch-1.15-release.md
index 52404898..1c6b8e08 100644
--- a/content/news/nutch-1.15-release.md
+++ b/content/news/nutch-1.15-release.md
@@ -16,4 +16,4 @@ An account of the CHANGES in this release can be seen in the
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch&core=gav)
as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
diff --git a/content/news/nutch-1.16-release.md
b/content/news/nutch-1.16-release.md
index 85805285..b3061893 100644
--- a/content/news/nutch-1.16-release.md
+++ b/content/news/nutch-1.16-release.md
@@ -13,8 +13,8 @@ current users and developers of the 1.X series to upgrade to
this release.
An account of the CHANGES in this release can be seen in the
[release
report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10680&version=12343430).
-Breaking changes are listed in the
[changelog](https://apache.org/dist/nutch/1.16/CHANGES.txt).
+Breaking changes are listed in the
[changelog](https://archive.apache.org/dist/nutch/1.16/CHANGES.txt).
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch%20AND%20v:1.16)
as a Maven dependency.
-The release is available from our [downloads page](/downloads.html).
+The release is available from our [downloads page](/download/).
diff --git a/content/news/nutch-1.17-release.md
b/content/news/nutch-1.17-release.md
index eb5c0dbb..a4c6af8b 100644
--- a/content/news/nutch-1.17-release.md
+++ b/content/news/nutch-1.17-release.md
@@ -13,8 +13,8 @@ current users and developers of the 1.X series to upgrade to
this release.
An account of the CHANGES in this release can be seen in the
[release
report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10680&version=12346090).
-Breaking changes are listed in the
[changelog](https://apache.org/dist/nutch/1.17/CHANGES.txt).
+Breaking changes are listed in the
[changelog](https://archive.apache.org/dist/nutch/1.17/CHANGES.txt).
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch%20AND%20v:1.17)
as a Maven dependency.
-The release is available from our [downloads page](/downloads.html).
+The release is available from our [downloads page](/download/).
diff --git a/content/news/nutch-1.18-release.md
b/content/news/nutch-1.18-release.md
index 7414e03d..c1836b3b 100644
--- a/content/news/nutch-1.18-release.md
+++ b/content/news/nutch-1.18-release.md
@@ -13,7 +13,7 @@ current users and developers of the 1.X series to upgrade to
this release.
An account of the CHANGES in this release can be seen in the
[release report](https://s.apache.org/lqara).
-Breaking changes are listed in the
[changelog](https://apache.org/dist/nutch/1.18/CHANGES.txt).
+Breaking changes are listed in the
[changelog](https://archive.apache.org/dist/nutch/1.18/CHANGES.txt).
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch%20AND%20v:1.18)
as a Maven dependency.
diff --git a/content/news/nutch-1.19-release.md
b/content/news/nutch-1.19-release.md
index 537bb0c5..85742ab7 100644
--- a/content/news/nutch-1.19-release.md
+++ b/content/news/nutch-1.19-release.md
@@ -13,7 +13,7 @@ current users and developers of the 1.X series to upgrade to
this release.
An account of the CHANGES in this release can be seen in the
[release report](https://s.apache.org/lf6li).
-Breaking changes are listed in the
[changelog](https://apache.org/dist/nutch/1.19/CHANGES.txt).
+Breaking changes are listed in the
[changelog](https://archive.apache.org/dist/nutch/1.19/CHANGES.txt).
As usual in the 1.X series, release artifacts are made available as both
source and binary and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch%20AND%20v:1.19)
as a Maven dependency.
diff --git a/content/news/nutch-1.2-release.md
b/content/news/nutch-1.2-release.md
index 52d9757b..7be6affb 100644
--- a/content/news/nutch-1.2-release.md
+++ b/content/news/nutch-1.2-release.md
@@ -8,4 +8,4 @@ description = "24 September 2010 - Apache Nutch 1.2 Released"
weight = 10
+++
-The 1.2 release of Nutch is now available. This release includes several
improvements (addition of parse-html as a selectable parser again, configurable
per-field indexing), new features (including adding timing information to all
Tool classes, and implementation of parser timeouts), and bug fixes (fixing an
NPE in distributed search, fixing of XML formatting issues per Document
fields). Please see the [list of
changes](http://www.apache.org/dist/nutch/CHANGES-1.2.txt) made in this versi
[...]
+The 1.2 release of Nutch is now available. This release includes several
improvements (addition of parse-html as a selectable parser again, configurable
per-field indexing), new features (including adding timing information to all
Tool classes, and implementation of parser timeouts), and bug fixes (fixing an
NPE in distributed search, fixing of XML formatting issues per Document
fields). Please see the [list of
changes](https://archive.apache.org/dist/nutch/CHANGES-1.2.txt) made in this
[...]
diff --git a/content/news/nutch-1.22-release.md
b/content/news/nutch-1.22-release.md
index bd2cba48..3a2e8eec 100644
--- a/content/news/nutch-1.22-release.md
+++ b/content/news/nutch-1.22-release.md
@@ -14,6 +14,6 @@ The <a
href="https://projects.apache.org/committee.html?nutch" target="_blank">A
<a class="button primary big" href="/download"
onclick="_gaq.push(['_trackEvent', 'kube', 'download']);">Download Nutch
1.22</a>
</div>
-You may also be interested in the <a href="https://s.apache.org/1ip89 "
target="_blank">1.22 release report</a>.
+You may also be interested in the <a href="https://s.apache.org/1ip89"
target="_blank">1.22 release report</a>.
In the 1.X series, release artifacts are made available as both source and
binary and also available within <a
href="https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch%20AND%20v:1.22"
target="_blank">Maven Central</a>.
diff --git a/content/news/nutch-1.3-release.md
b/content/news/nutch-1.3-release.md
index 5ec2b3a8..0fb01e6d 100644
--- a/content/news/nutch-1.3-release.md
+++ b/content/news/nutch-1.3-release.md
@@ -8,4 +8,4 @@ description = "7 June 2011 - Apache Nutch 1.3 Released"
weight = 10
+++
-The 1.3 release of Nutch is now available. This release includes several
improvements (improved RSS parsing support, tighter integration with Apache
Tika, external parsing support, improved language identification and an order
of magnitude smaller source release tarball -- only about 2MB!). Please see the
[list of changes](http://www.apache.org/dist/nutch/CHANGES-1.3.txt) made in
this version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
+The 1.3 release of Nutch is now available. This release includes several
improvements (improved RSS parsing support, tighter integration with Apache
Tika, external parsing support, improved language identification and an order
of magnitude smaller source release tarball -- only about 2MB!). Please see the
[list of changes](https://archive.apache.org/dist/nutch/CHANGES-1.3.txt) made
in this version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
diff --git a/content/news/nutch-1.4-release.md
b/content/news/nutch-1.4-release.md
index 09a86fa9..9863b2fd 100644
--- a/content/news/nutch-1.4-release.md
+++ b/content/news/nutch-1.4-release.md
@@ -8,4 +8,4 @@ description = "26 November 2011 - Apache Nutch 1.4 Released"
weight = 10
+++
-The 1.4 release of Nutch is now available. This release includes several
improvements including allowing Parsers to declare support for multiple MIME
types, configurable Fetcher Queue depth, Fetcher speed improvements, tigther
Tika integration, and support for HTTP auth in Solr indexing. Please see the
[list of changes](http://www.apache.org/dist/nutch/CHANGES-1.4.txt) made in
this version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
+The 1.4 release of Nutch is now available. This release includes several
improvements including allowing Parsers to declare support for multiple MIME
types, configurable Fetcher Queue depth, Fetcher speed improvements, tigther
Tika integration, and support for HTTP auth in Solr indexing. Please see the
[list of changes](https://archive.apache.org/dist/nutch/CHANGES-1.4.txt) made
in this version. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
diff --git a/content/news/nutch-1.5-release.md
b/content/news/nutch-1.5-release.md
index f1818cb5..3410a993 100644
--- a/content/news/nutch-1.5-release.md
+++ b/content/news/nutch-1.5-release.md
@@ -8,4 +8,4 @@ description = "07 June 2012 - Apache Nutch 1.5 Released"
weight = 10
+++
-The 1.5 release of Nutch is now available. This release includes several
improvements including upgrades of several major components including Tika 1.1
and Hadoop 1.0.0, improvements to LinkRank and WebGraph elements as well as a
number of new plugins covering blacklisting, filering and parsing to name a
few. Please see the [list of
changes](http://www.apache.org/dist/nutch/CHANGES-1.5.txt) made in this version
for a full breakdown of the 50 odd improvements the release boasts. The relea
[...]
+The 1.5 release of Nutch is now available. This release includes several
improvements including upgrades of several major components including Tika 1.1
and Hadoop 1.0.0, improvements to LinkRank and WebGraph elements as well as a
number of new plugins covering blacklisting, filering and parsing to name a
few. Please see the [list of
changes](https://archive.apache.org/dist/nutch/CHANGES-1.5.txt) made in this
version for a full breakdown of the 50 odd improvements the release boasts. The
[...]
diff --git a/content/news/nutch-1.5.1-release.md
b/content/news/nutch-1.5.1-release.md
index 5bb413d0..13405909 100644
--- a/content/news/nutch-1.5.1-release.md
+++ b/content/news/nutch-1.5.1-release.md
@@ -8,4 +8,4 @@ description = "10 July 2012 - Apache Nutch v1.5.1 Released"
weight = 10
+++
-The Apache Nutch PMC are very pleased to announce the release of Apache Nutch
v1.5.1. This release is a maintainence release of the popular 1.5.X mainstream
version of Nutch which has been widely adopted within the community. Please see
the [list of changes](http://www.apache.org/dist/nutch/1.5.1/CHANGES.txt) made
in this version for a full breakdown. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
+The Apache Nutch PMC are very pleased to announce the release of Apache Nutch
v1.5.1. This release is a maintainence release of the popular 1.5.X mainstream
version of Nutch which has been widely adopted within the community. Please see
the [list of changes](https://archive.apache.org/dist/nutch/1.5.1/CHANGES.txt)
made in this version for a full breakdown. The release is available
[here](http://www.apache.org/dyn/closer.cgi/nutch/).
diff --git a/content/news/nutch-1.6-release.md
b/content/news/nutch-1.6-release.md
index 32fd65d8..ae72d508 100644
--- a/content/news/nutch-1.6-release.md
+++ b/content/news/nutch-1.6-release.md
@@ -8,4 +8,4 @@ description = "06 December 2012 - Apache Nutch v1.6 Released"
weight = 10
+++
-The Apache Nutch PMC are extremely pleased to announce the release of Apache
Nutch v1.6. This release includes over 20 bug fixes, the same in improvements,
as well as new functionalities including a new HostNormalizer, the ability to
dynamically set fetchInterval by MIME-type and functional enhancements to the
Indexer API inluding the normalization of URL's and the deletion of robots
noIndex documents. Other notable improvements include the upgrade of key
dependencies to [Tika 1.2](https [...]
+The Apache Nutch PMC are extremely pleased to announce the release of Apache
Nutch v1.6. This release includes over 20 bug fixes, the same in improvements,
as well as new functionalities including a new HostNormalizer, the ability to
dynamically set fetchInterval by MIME-type and functional enhancements to the
Indexer API inluding the normalization of URL's and the deletion of robots
noIndex documents. Other notable improvements include the upgrade of key
dependencies to [Tika 1.2](https [...]
diff --git a/content/news/nutch-1.7-release.md
b/content/news/nutch-1.7-release.md
index fc68e7ed..c993c275 100644
--- a/content/news/nutch-1.7-release.md
+++ b/content/news/nutch-1.7-release.md
@@ -8,4 +8,4 @@ description = "24th June 2013 - Apache Nutch v1.7 Released"
weight = 10
+++
-The Apache Nutch PMC are extremely pleased to announce the immediate release
of Apache Nutch v1.7. This release includes over 20 bug fixes, as many
improvements; most noticeably featuring a new [pluggable indexing
architecture](https://issues.apache.org/jira/browse/NUTCH-1047) which currently
supports [Apache Solr](http://lucene.apache.org/solr) and [Elastic
Search](http://www.elasticsearch.org/). Shadowing the recent Nutch 2.2 release,
parsing of Robots.txt is now delegated to [Crawler- [...]
+The Apache Nutch PMC are extremely pleased to announce the immediate release
of Apache Nutch v1.7. This release includes over 20 bug fixes, as many
improvements; most noticeably featuring a new [pluggable indexing
architecture](https://issues.apache.org/jira/browse/NUTCH-1047) which currently
supports [Apache Solr](http://lucene.apache.org/solr) and [Elastic
Search](http://www.elasticsearch.org/). Shadowing the recent Nutch 2.2 release,
parsing of Robots.txt is now delegated to [Crawler- [...]
diff --git a/content/news/nutch-1.8-release.md
b/content/news/nutch-1.8-release.md
index e3d677b3..f5c82bce 100644
--- a/content/news/nutch-1.8-release.md
+++ b/content/news/nutch-1.8-release.md
@@ -8,4 +8,4 @@ description = "17 March 2014 - Apache Nutch v1.8 Released"
weight = 10
+++
-The Apache Nutch PMC are pleased to announce the immediate release of Apache
Nutch v1.8, we advise all current users and developers of the 1.X series to
upgrade to this release. Alhough this release includes library upgrades to
[Crawler Commons](http://code.google.com/p/crawler-commons/) 0.3 and [Apache
Tika](https://tika.apache.org/) 1.5, it also provides over 30 bug fixes as well
as 18 improvements. Please see the [list of
changes](http://www.apache.org/dist/nutch/1.8/CHANGES.txt) for [...]
+The Apache Nutch PMC are pleased to announce the immediate release of Apache
Nutch v1.8, we advise all current users and developers of the 1.X series to
upgrade to this release. Alhough this release includes library upgrades to
[Crawler Commons](http://code.google.com/p/crawler-commons/) 0.3 and [Apache
Tika](https://tika.apache.org/) 1.5, it also provides over 30 bug fixes as well
as 18 improvements. Please see the [list of
changes](https://archive.apache.org/dist/nutch/1.8/CHANGES.txt) [...]
diff --git a/content/news/nutch-2.0-release.md
b/content/news/nutch-2.0-release.md
index 375ae5e0..2b075467 100644
--- a/content/news/nutch-2.0-release.md
+++ b/content/news/nutch-2.0-release.md
@@ -8,4 +8,4 @@ description = "07 July 2012 - Apache Nutch v2.0 Released"
weight = 10
+++
-The Apache Nutch PMC are very pleased to announce the release of Apache Nutch
v2.0. This release offers users an edition focused on large scale crawling
which builds on storage abstraction (via Apache Gora™) for big data stores such
as Apache Accumulo™, Apache Avro™, Apache Cassandra™, Apache HBase™, HDFS™, an
in memory data store and various high profile SQL stores. After some two years
of development Nutch v2.0 also offers all of the mainstream Nutch functionality
and it builds on Apac [...]
+The Apache Nutch PMC are very pleased to announce the release of Apache Nutch
v2.0. This release offers users an edition focused on large scale crawling
which builds on storage abstraction (via Apache Gora™) for big data stores such
as Apache Accumulo™, Apache Avro™, Apache Cassandra™, Apache HBase™, HDFS™, an
in memory data store and various high profile SQL stores. After some two years
of development Nutch v2.0 also offers all of the mainstream Nutch functionality
and it builds on Apac [...]
diff --git a/content/news/nutch-2.1-release.md
b/content/news/nutch-2.1-release.md
index d1529ded..3cb33bd9 100644
--- a/content/news/nutch-2.1-release.md
+++ b/content/news/nutch-2.1-release.md
@@ -8,4 +8,4 @@ description = "05 October 2012 - Apache Nutch v2.1 Released"
weight = 10
+++
-The Apache Nutch PMC are very pleased to announce the release of Apache Nutch
v2.1. This release continues to provide Nutch users with a simplified Nutch
distribution building on the 2.x development drive which is growing in
popularity amongst the community. As well as addressing ~20 bugs this release
also offers improved properties for better
[Solr](http://lucene.apache.org/solr/) configuration, upgrades to various
[Gora](https://gora.apache.org/) dependencies and the introduction of th [...]
+The Apache Nutch PMC are very pleased to announce the release of Apache Nutch
v2.1. This release continues to provide Nutch users with a simplified Nutch
distribution building on the 2.x development drive which is growing in
popularity amongst the community. As well as addressing ~20 bugs this release
also offers improved properties for better
[Solr](http://lucene.apache.org/solr/) configuration, upgrades to various
[Gora](https://gora.apache.org/) dependencies and the introduction of th [...]
diff --git a/content/news/nutch-2.2-release.md
b/content/news/nutch-2.2-release.md
index 77a626ab..2fdcb1dd 100644
--- a/content/news/nutch-2.2-release.md
+++ b/content/news/nutch-2.2-release.md
@@ -8,4 +8,4 @@ description = "08 June 2013 - Apache Nutch v2.2 Released"
weight = 10
+++
-The Apache Nutch PMC are extremely pleased to announce the immediate release
of Apache Nutch v2.2. This release includes over 30 bug fixes and over 25
improvements representing the third release of increasingly popular 2.x Nutch
series. This release features inclusion of
[Crawler-Commons](http://code.google.com/p/crawler-commons/) which Nutch now
utilizes for improved robots.txt parsing, library upgrades to [Apache
Hadoop](https://hadoop.apache.org/) 1.1.1, [Apache Gora](https://gora.apa [...]
+The Apache Nutch PMC are extremely pleased to announce the immediate release
of Apache Nutch v2.2. This release includes over 30 bug fixes and over 25
improvements representing the third release of increasingly popular 2.x Nutch
series. This release features inclusion of
[Crawler-Commons](http://code.google.com/p/crawler-commons/) which Nutch now
utilizes for improved robots.txt parsing, library upgrades to [Apache
Hadoop](https://hadoop.apache.org/) 1.1.1, [Apache Gora](https://gora.apa [...]
diff --git a/content/news/nutch-2.2.1-release.md
b/content/news/nutch-2.2.1-release.md
index ff55d99f..d98362cb 100644
--- a/content/news/nutch-2.2.1-release.md
+++ b/content/news/nutch-2.2.1-release.md
@@ -8,4 +8,4 @@ description = "02 July 2013 - Apache Nutch v2.2.1 Released"
weight = 10
+++
-The Apache Nutch PMC are pleased to announce the immediate release of Apache
Nutch v2.2.1, we advise all current users and developers of the 2.X series to
upgrade to this release ASAP. Although this release includes library upgrades
to [Apache Hadoop](https://hadoop.apache.org/) 1.2.0 and [Apache
Tika](https://tika.apache.org/) 1.3, it is predominantly a bug fix for
[NUTCH-1591 - Incorrect conversion of ByteBuffer to
String](https://issues.apache.org/jira/browse/NUTCH-1591). Please see t [...]
+The Apache Nutch PMC are pleased to announce the immediate release of Apache
Nutch v2.2.1, we advise all current users and developers of the 2.X series to
upgrade to this release ASAP. Although this release includes library upgrades
to [Apache Hadoop](https://hadoop.apache.org/) 1.2.0 and [Apache
Tika](https://tika.apache.org/) 1.3, it is predominantly a bug fix for
[NUTCH-1591 - Incorrect conversion of ByteBuffer to
String](https://issues.apache.org/jira/browse/NUTCH-1591). Please see t [...]
diff --git a/content/news/nutch-2.3-release.md
b/content/news/nutch-2.3-release.md
index e78aa3c6..0e7247f2 100644
--- a/content/news/nutch-2.3-release.md
+++ b/content/news/nutch-2.3-release.md
@@ -19,7 +19,7 @@ This release is the result of many months of work and 143
issues addressed. For
As usual in the 2.x series, this release is made available only as source, but
is also available within
[Maven Central](https://search.maven.org/) as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
The supported [Apache Gora](https://gora.apache.org/) v0.5 backends are;
diff --git a/content/news/nutch-2.3.1-release.md
b/content/news/nutch-2.3.1-release.md
index 0c3dfe41..e9fc2765 100644
--- a/content/news/nutch-2.3.1-release.md
+++ b/content/news/nutch-2.3.1-release.md
@@ -16,7 +16,7 @@ This bug fix release contains around 40 issues addressed. For
a complete overvie
As usual in the 2.X series, release artifacts are made available as only
source and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch&core=gav)
as a Maven dependency.
-The release is available from our [DOWNLOADS PAGE](/downloads.html).
+The release is available from our [DOWNLOADS PAGE](/download/).
The recommended Gora backends for this Nutch release are
diff --git a/content/news/nutch-2.4-release.md
b/content/news/nutch-2.4-release.md
index 754a85b8..43b8722d 100644
--- a/content/news/nutch-2.4-release.md
+++ b/content/news/nutch-2.4-release.md
@@ -16,7 +16,7 @@ issues please see the [release
report](https://issues.apache.org/jira/secure/Rel
As usual in the 2.X series, release artifacts are made available as only
source and also available within
[Maven
Central](https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch%20AND%20v:2.4)
as a Maven dependency.
-The release is available from our [downloads page](/downloads.html).
+The release is available from our [downloads page](/download/).
We expect that v2.4 is the last release on the 2.X series. We've decided to
freeze the development on the 2.X branch for now, as no committer is
actively working on it.
diff --git a/content/news/nutch-graduates-tlp.md
b/content/news/nutch-graduates-tlp.md
index 919080ed..89012185 100644
--- a/content/news/nutch-graduates-tlp.md
+++ b/content/news/nutch-graduates-tlp.md
@@ -8,4 +8,4 @@ description = "21 April 2010 - Apache Nutch graduates to TLP"
weight = 10
+++
-[Passed by unanimous approval of the Apache
Board](http://www.apache.org/foundation/records/minutes/2010/board_minutes_2010_04_21.txt),
Nutch graduated to TLP status. We are in the process of updating the website,
and moving things around, so if you notice anything out of place, [please let
us know.](./mailing_lists.html)
+[Passed by unanimous approval of the Apache
Board](http://www.apache.org/foundation/records/minutes/2010/board_minutes_2010_04_21.txt),
Nutch graduated to TLP status. We are in the process of updating the website,
and moving things around, so if you notice anything out of place, [please let
us know.](/community/mailing-lists/)