Author: tpalsulich
Date: Sun Feb 15 19:32:13 2015
New Revision: 1659987

URL: http://svn.apache.org/r1659987
Log:
TIKA-1550. Fix invalid PDFBox links on website.

Modified:
    tika/site/publish/0.10/parser.html
    tika/site/publish/0.5/documentation.html
    tika/site/publish/0.6/parser.html
    tika/site/publish/0.7/parser.html
    tika/site/publish/0.8/parser.html
    tika/site/publish/0.9/parser.html
    tika/site/publish/1.0/parser.html
    tika/site/publish/1.1/parser.html
    tika/site/publish/1.2/parser.html
    tika/site/publish/1.3/parser.html
    tika/site/publish/1.4/parser.html
    tika/site/publish/1.5/parser.html
    tika/site/publish/1.6/parser.html
    tika/site/publish/1.7/parser.html
    tika/site/src/site/apt/0.10/parser.apt
    tika/site/src/site/apt/0.5/documentation.apt
    tika/site/src/site/apt/0.6/parser.apt
    tika/site/src/site/apt/0.7/parser.apt
    tika/site/src/site/apt/0.8/parser.apt
    tika/site/src/site/apt/0.9/parser.apt
    tika/site/src/site/apt/1.0/parser.apt
    tika/site/src/site/apt/1.1/parser.apt
    tika/site/src/site/apt/1.2/parser.apt
    tika/site/src/site/apt/1.3/parser.apt
    tika/site/src/site/apt/1.4/parser.apt
    tika/site/src/site/apt/1.5/parser.apt
    tika/site/src/site/apt/1.6/parser.apt
    tika/site/src/site/apt/1.7/parser.apt

Modified: tika/site/publish/0.10/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/0.10/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/0.10/parser.html (original)
+++ tika/site/publish/0.10/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./apidocs/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a>
 class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/0.5/documentation.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/0.5/documentation.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/0.5/documentation.html (original)
+++ tika/site/publish/0.5/documentation.html Sun Feb 15 19:32:13 2015
@@ -169,7 +169,7 @@ try {
 <div class="section">
 <h2>Parser implementations<a name="Parser_implementations"></a></h2>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/0.6/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/0.6/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/0.6/parser.html (original)
+++ tika/site/publish/0.6/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/0.7/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/0.7/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/0.7/parser.html (original)
+++ tika/site/publish/0.7/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/0.8/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/0.8/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/0.8/parser.html (original)
+++ tika/site/publish/0.8/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/0.9/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/0.9/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/0.9/parser.html (original)
+++ tika/site/publish/0.9/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.0/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.0/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.0/parser.html (original)
+++ tika/site/publish/1.0/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.1/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.1/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.1/parser.html (original)
+++ tika/site/publish/1.1/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.2/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.2/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.2/parser.html (original)
+++ tika/site/publish/1.2/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./api/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a> 
class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.3/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.3/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.3/parser.html (original)
+++ tika/site/publish/1.3/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./apidocs/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a>
 class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.4/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.4/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.4/parser.html (original)
+++ tika/site/publish/1.4/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./apidocs/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a>
 class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.5/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.5/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.5/parser.html (original)
+++ tika/site/publish/1.5/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./apidocs/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a>
 class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.6/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.6/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.6/parser.html (original)
+++ tika/site/publish/1.6/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./apidocs/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a>
 class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div></div>
       </div>
       <div id="sidebar">

Modified: tika/site/publish/1.7/parser.html
URL: 
http://svn.apache.org/viewvc/tika/site/publish/1.7/parser.html?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/publish/1.7/parser.html (original)
+++ tika/site/publish/1.7/parser.html Sun Feb 15 19:32:13 2015
@@ -172,7 +172,7 @@ try {
 <div class="section">
 <h3>Parser implementations<a name="Parser_implementations"></a></h3>
 <p>Apache Tika comes with a number of parser classes for parsing <a 
href="./formats.html">various document formats</a>. You can also extend Tika 
with your own parsers, and of course any contributions to Tika are warmly 
welcome.</p>
-<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://www.pdfbox.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
+<p>The goal of Tika is to reuse existing parser libraries like <a 
class="externalLink" href="http://pdfbox.apache.org/";>PDFBox</a> or <a 
class="externalLink" href="http://poi.apache.org/";>Apache POI</a> as much as 
possible, and so most of the parser classes in Tika are adapters to such 
external libraries.</p>
 <p>Tika also contains some general purpose parser implementations that are not 
targeted at any specific document formats. The most notable of these is the <a 
href="./apidocs/org/apache/tika/parser/AutoDetectParser.html">AutoDetectParser</a>
 class that encapsulates all Tika functionality into a single parser that can 
handle any types of documents. This parser will automatically determine the 
type of the incoming document based on various heuristics and will then parse 
the document accordingly.</p></div>
 <div class="section">
 <h3><a name="More_Examples">More Examples</a></h3>

Modified: tika/site/src/site/apt/0.10/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.10/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/0.10/parser.apt (original)
+++ tika/site/src/site/apt/0.10/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/0.5/documentation.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.5/documentation.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/0.5/documentation.apt (original)
+++ tika/site/src/site/apt/0.5/documentation.apt Sun Feb 15 19:32:13 2015
@@ -214,7 +214,7 @@ Parser implementations
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/0.6/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.6/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/0.6/parser.apt (original)
+++ tika/site/src/site/apt/0.6/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/0.7/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.7/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/0.7/parser.apt (original)
+++ tika/site/src/site/apt/0.7/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/0.8/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.8/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/0.8/parser.apt (original)
+++ tika/site/src/site/apt/0.8/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/0.9/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/0.9/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/0.9/parser.apt (original)
+++ tika/site/src/site/apt/0.9/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.0/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.0/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.0/parser.apt (original)
+++ tika/site/src/site/apt/1.0/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.1/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.1/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.1/parser.apt (original)
+++ tika/site/src/site/apt/1.1/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.2/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.2/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.2/parser.apt (original)
+++ tika/site/src/site/apt/1.2/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.3/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.3/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.3/parser.apt (original)
+++ tika/site/src/site/apt/1.3/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.4/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.4/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.4/parser.apt (original)
+++ tika/site/src/site/apt/1.4/parser.apt Sun Feb 15 19:32:13 2015
@@ -232,7 +232,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.5/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.5/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.5/parser.apt (original)
+++ tika/site/src/site/apt/1.5/parser.apt Sun Feb 15 19:32:13 2015
@@ -233,7 +233,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.6/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.6/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.6/parser.apt (original)
+++ tika/site/src/site/apt/1.6/parser.apt Sun Feb 15 19:32:13 2015
@@ -233,7 +233,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 

Modified: tika/site/src/site/apt/1.7/parser.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.7/parser.apt?rev=1659987&r1=1659986&r2=1659987&view=diff
==============================================================================
--- tika/site/src/site/apt/1.7/parser.apt (original)
+++ tika/site/src/site/apt/1.7/parser.apt Sun Feb 15 19:32:13 2015
@@ -233,7 +233,7 @@ try {
    warmly welcome.
 
    The goal of Tika is to reuse existing parser libraries like
-   {{{http://www.pdfbox.org/}PDFBox}} or
+   {{{http://pdfbox.apache.org/}PDFBox}} or
    {{{http://poi.apache.org/}Apache POI}} as much as possible, and so most
    of the parser classes in Tika are adapters to such external libraries.
 


Reply via email to