Added: lucene/tika/site/pmd.xml
URL: http://svn.apache.org/viewvc/lucene/tika/site/pmd.xml?rev=756054&view=auto
==============================================================================
--- lucene/tika/site/pmd.xml (added)
+++ lucene/tika/site/pmd.xml Thu Mar 19 15:46:02 2009
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pmd version="4.2.2" timestamp="2009-03-19T06:55:16.681">
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/gui/ParsingTransferHandler.java">
+<violation beginline="50" endline="51" begincolumn="12" endcolumn="10" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.gui" 
class="ParsingTransferHandler" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+<violation beginline="117" endline="118" begincolumn="15" endcolumn="13" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.gui" 
class="ParsingTransferHandler" method="uriToFileList" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/gui/TikaGUI.java">
+<violation beginline="20" endline="20" begincolumn="1" endcolumn="20" 
rule="UnusedImports" ruleset="Import Statement Rules" 
package="org.apache.tika.gui" 
externalInfoUrl="http://pmd.sourceforge.net/rules/imports.html#UnusedImports"; 
priority="4">
+Avoid unused imports such as 'java.io.File'
+</violation>
+<violation beginline="21" endline="21" begincolumn="1" endcolumn="31" 
rule="UnusedImports" ruleset="Import Statement Rules" 
package="org.apache.tika.gui" 
externalInfoUrl="http://pmd.sourceforge.net/rules/imports.html#UnusedImports"; 
priority="4">
+Avoid unused imports such as 'java.io.FileInputStream'
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/metadata/Metadata.java">
+<violation beginline="171" endline="171" begincolumn="18" endcolumn="33" 
rule="OverrideBothEqualsAndHashcode" ruleset="Basic Rules" 
package="org.apache.tika.metadata" class="Metadata" method="equals" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#OverrideBothEqualsAndHashcode";
 priority="3">
+Ensure you override both equals() and hashCode()
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/metadata/SpellCheckedMetadata.java">
+<violation beginline="67" endline="69" begincolumn="13" endcolumn="11" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.metadata" 
class="SpellCheckedMetadata" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/mime/MimeType.java">
+<violation beginline="157" endline="159" begincolumn="40" endcolumn="9" 
rule="EmptyIfStmt" ruleset="Basic Rules" package="org.apache.tika.mime" 
class="MimeType" method="setSuperType" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt"; 
priority="3">
+Avoid empty if statements
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/mime/MimeTypes.java">
+<violation beginline="504" endline="506" begincolumn="15" endcolumn="13" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.mime" 
class="MimeTypes" method="detect" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/mime/MimeTypesReader.java">
+<violation beginline="264" endline="266" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.mime" 
class="MimeTypesReader" method="readMatch" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+<violation beginline="269" endline="271" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.mime" 
class="MimeTypesReader" method="readMatch" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/mime/Patterns.java">
+<violation beginline="94" endline="96" begincolumn="71" endcolumn="9" 
rule="EmptyIfStmt" ruleset="Basic Rules" package="org.apache.tika.mime" 
class="Patterns" method="addName" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt"; 
priority="3">
+Avoid empty if statements
+</violation>
+<violation beginline="109" endline="111" begincolumn="71" endcolumn="9" 
rule="EmptyIfStmt" ruleset="Basic Rules" package="org.apache.tika.mime" 
class="Patterns" method="addExtension" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt"; 
priority="3">
+Avoid empty if statements
+</violation>
+<violation beginline="122" endline="124" begincolumn="71" endcolumn="9" 
rule="EmptyIfStmt" ruleset="Basic Rules" package="org.apache.tika.mime" 
class="Patterns" method="addGlob" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt"; 
priority="3">
+Avoid empty if statements
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/ExternalParser.java">
+<violation beginline="112" endline="113" begincolumn="19" endcolumn="17" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.parser" 
class="ExternalParser" method="run" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+<violation beginline="133" endline="134" begincolumn="19" endcolumn="17" 
rule="EmptyCatchBlock" ruleset="Basic Rules" package="org.apache.tika.parser" 
class="ExternalParser" method="run" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/audio/AudioParser.java">
+<violation beginline="79" endline="83" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.audio" class="AudioParser" method="parse" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/audio/MidiParser.java">
+<violation beginline="88" endline="92" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.audio" class="MidiParser" method="parse" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/microsoft/ExcelExtractor.java">
+<violation beginline="303" endline="305" begincolumn="39" endcolumn="13" 
rule="EmptyIfStmt" ruleset="Basic Rules" 
package="org.apache.tika.parser.microsoft" 
class="ExcelExtractor$TikaHSSFListener" method="addCell" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt"; 
priority="3">
+Avoid empty if statements
+</violation>
+<violation beginline="305" endline="307" begincolumn="38" endcolumn="13" 
rule="EmptyIfStmt" ruleset="Basic Rules" 
package="org.apache.tika.parser.microsoft" 
class="ExcelExtractor$TikaHSSFListener" method="addCell" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt"; 
priority="3">
+Avoid empty if statements
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/microsoft/OfficeParser.java">
+<violation beginline="70" endline="72" begincolumn="52" endcolumn="13" 
rule="EmptyIfStmt" ruleset="Basic Rules" 
package="org.apache.tika.parser.microsoft" class="OfficeParser" method="parse" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt"; 
priority="3">
+Avoid empty if statements
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/opendocument/OpenOfficeContentParser.java">
+<violation beginline="230" endline="233" begincolumn="25" endcolumn="25" 
rule="CollapsibleIfStatements" ruleset="Basic Rules" 
package="org.apache.tika.parser.opendocument" class="OpenOfficeContentParser" 
method="endElement" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements";
 priority="3">
+These nested if statements could be combined
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java">
+<violation beginline="134" endline="136" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.pdf" class="PDF2XHTML" 
method="getWordSeparator" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+<violation beginline="145" endline="147" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.pdf" class="PDF2XHTML" 
method="getLineSeparator" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/pdf/PDFParser.java">
+<violation beginline="45" endline="47" begincolumn="19" endcolumn="17" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.pdf" class="PDFParser" method="parse" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+<violation beginline="69" endline="71" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.pdf" class="PDFParser" method="extractMetadata" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+<violation beginline="75" endline="77" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.pdf" class="PDFParser" method="extractMetadata" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/pkg/PackageParser.java">
+<violation beginline="97" endline="99" begincolumn="11" endcolumn="9" 
rule="EmptyCatchBlock" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg" class="PackageParser" method="parseEntry" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyCatchBlock"; 
priority="3">
+Avoid empty catch blocks
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/pkg/bzip2/CBZip2InputStream.java">
+<violation beginline="969" endline="981" begincolumn="15" endcolumn="9" 
rule="UnnecessaryFinalModifier" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.bzip2" class="CBZip2InputStream$Data" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#UnnecessaryFinalModifier";
 priority="3">
+Unnecessary final modifier in final class
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/pkg/tar/TarBuffer.java">
+<violation beginline="200" endline="202" begincolumn="13" endcolumn="13" 
rule="CollapsibleIfStatements" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.tar" class="TarBuffer" method="skipRecord" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements";
 priority="3">
+These nested if statements could be combined
+</violation>
+<violation beginline="225" endline="227" begincolumn="13" endcolumn="13" 
rule="CollapsibleIfStatements" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.tar" class="TarBuffer" method="readRecord" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements";
 priority="3">
+These nested if statements could be combined
+</violation>
+<violation beginline="297" endline="301" begincolumn="17" endcolumn="17" 
rule="CollapsibleIfStatements" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.tar" class="TarBuffer" method="readBlock" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements";
 priority="3">
+These nested if statements could be combined
+</violation>
+<violation beginline="456" endline="460" begincolumn="13" endcolumn="13" 
rule="CollapsibleIfStatements" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.tar" class="TarBuffer" method="close" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements";
 priority="3">
+These nested if statements could be combined
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/pkg/tar/TarConstants.java">
+<violation beginline="68" endline="68" begincolumn="22" endcolumn="34" 
rule="AvoidUsingOctalValues" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.tar" class="TarConstants" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#AvoidUsingOctalValues";
 priority="3">
+Do not start a literal by 0 unless it's an octal value
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/parser/pkg/tar/TarEntry.java">
+<violation beginline="128" endline="128" begincolumn="48" endcolumn="53" 
rule="AvoidUsingOctalValues" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.tar" class="TarEntry" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#AvoidUsingOctalValues";
 priority="3">
+Do not start a literal by 0 unless it's an octal value
+</violation>
+<violation beginline="131" endline="131" begincolumn="49" endcolumn="55" 
rule="AvoidUsingOctalValues" ruleset="Basic Rules" 
package="org.apache.tika.parser.pkg.tar" class="TarEntry" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#AvoidUsingOctalValues";
 priority="3">
+Do not start a literal by 0 unless it's an octal value
+</violation>
+</file>
+<file 
name="/Users/mattmann/src/tika/trunk/src/main/java/org/apache/tika/utils/RereadableInputStream.java">
+<violation beginline="180" endline="182" begincolumn="33" endcolumn="13" 
rule="EmptyWhileStmt" ruleset="Basic Rules" package="org.apache.tika.utils" 
class="RereadableInputStream" method="rewind" 
externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyWhileStmt"; 
priority="3">
+Avoid empty while statements
+</violation>
+</file>
+</pmd>
\ No newline at end of file

Propchange: lucene/tika/site/pmd.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: lucene/tika/site/project-info.html
URL: 
http://svn.apache.org/viewvc/lucene/tika/site/project-info.html?rev=756054&r1=756053&r2=756054&view=diff
==============================================================================
--- lucene/tika/site/project-info.html (original)
+++ lucene/tika/site/project-info.html Thu Mar 19 15:46:02 2009
@@ -1,201 +1,265 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
-
-
-
-
-
-
-
-
-
-<html>
-  <head>
-    <title>Apache Tika - Project Information</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1" />
-      </head>
-  <body class="composite">
-    <div id="banner">
-                  <a href="" id="bannerLeft">
-    
-                                            <img src="tika.png" alt="Apache 
Tika" />
-    
-            </a>
-                        <a href="../" id="bannerRight">
-    
-                                    <img 
src="http://incubator.apache.org/images/apache-incubator-logo.png"; alt="Apache 
Incubator" />
-    
-            </a>
-            <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-  
-
-  
-    
-  
-  
-              <div class="xright">      <a 
href="http://www.apache.org/";>Apache</a>
-          |
-          <a href="../">Incubator</a>
-          |
-          <a href="http://lucene.apache.org/";>Lucene</a>
-          
-  
-
-  
-    
-  
-  
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-  
-
-  
-    
-  
-  
-                   <h5>Apache Tika</h5>
-        <ul>
-              
-    <li class="none">
-              <a href="index.html">Introduction</a>
-        </li>
-              
-    <li class="none">
-              <a href="download.html">Download</a>
-        </li>
-          </ul>
-          <h5>Project Documentation</h5>
-        <ul>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-            <li class="expanded">
-              <strong>Project Information</strong>
-                <ul>
-                  
-    <li class="none">
-              <a href="integration.html">Continuous Integration</a>
-        </li>
-                  
-    <li class="none">
-              <a href="dependencies.html">Dependencies</a>
-        </li>
-                  
-    <li class="none">
-              <a href="issue-tracking.html">Issue Tracking</a>
-        </li>
-                  
-    <li class="none">
-              <a href="mail-lists.html">Mailing Lists</a>
-        </li>
-                  
-    <li class="none">
-              <a href="license.html">Project License</a>
-        </li>
-                  
-    <li class="none">
-              <a href="project-summary.html">Project Summary</a>
-        </li>
-                  
-    <li class="none">
-              <a href="team-list.html">Project Team</a>
-        </li>
-                  
-    <li class="none">
-              <a href="source-repository.html">Source Repository</a>
-        </li>
-              </ul>
-        </li>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-              <a href="project-reports.html">Project Reports</a>
-              </li>
-          </ul>
-                                       <a href="http://maven.apache.org/"; 
title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" 
src="./images/logos/maven-feather.png"></img>
-          </a>
-                       
-  
-
-  
-    
-  
-  
-        </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section"><h2>Project Information</h2><p>This document 
provides an overview of the various documents and links that are part of this 
project's general information. All of this content is automatically generated 
by <a href="http://maven.apache.org";>Maven</a> on behalf of the 
project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr 
class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a 
href="integration.html">Continuous Integration</a></td><td>This is a link to 
the definitions of all continuous integration processes that builds and tests 
code on a frequent, regular basis.</td></tr><tr class="a"><td><a 
href="dependencies.html">Dependencies</a></td><td>This document lists the 
projects dependencies and provides information on each dependency.</td></tr><tr 
class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is 
a link to the issue management system for this project. Issues (bugs, features, 
change req
 uests) can be created and queried using this link.</td></tr><tr 
class="a"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document 
provides subscription and archive information for this project's mailing 
lists.</td></tr><tr class="b"><td><a href="license.html">Project 
License</a></td><td>This is a link to the definitions of project 
licenses.</td></tr><tr class="a"><td><a href="project-summary.html">Project 
Summary</a></td><td>This document lists other related information of this 
project</td></tr><tr class="b"><td><a href="team-list.html">Project 
Team</a></td><td>This document provides information on the members of this 
project. These are the individuals who have contributed to the project in one 
form or another.</td></tr><tr class="a"><td><a 
href="source-repository.html">Source Repository</a></td><td>This is a link to 
the online source repository that can be viewed via a web 
browser.</td></tr></table></div></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">&#169;  
-          2008
-    
-          The Apache Software Foundation
-          
-  
-
-  
-    
-  
-  
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <title>Apache Tika - Project Information</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
+        <meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1" />
+                                                    
+<link href="http://lucene.apache.org/tika/tikaNoText16.png"; type="image/png" 
rel="icon"/>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="" id="bannerLeft">
+    
+                                            <img src="tika.png" alt="Apache 
Tika" />
+    
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img 
src="../images/lucene_green_300.gif" alt="Apache Lucene" />
+    
+            </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+    
+              <div class="xright">            <a href="http://www.apache.org/"; 
class="externalLink">Apache</a>
+            |
+                <a href="../">Lucene</a>
+            
+  
+
+  
+    
+  
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+    
+                   <h5>Apache Tika</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">Introduction</a>
+          </li>
+              
+    <li class="none">
+                    <a href="download.html">Download</a>
+          </li>
+              
+    <li class="none">
+                    <a href="documentation.html">Documentation</a>
+          </li>
+              
+    <li class="none">
+                    <a href="formats.html">Supported Formats</a>
+          </li>
+              
+    <li class="none">
+                    <a href="gettingstarted.html">Getting Started</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <strong>Project Information</strong>
+                <ul>
+                  
+    <li class="none">
+                    <a href="integration.html">Continuous Integration</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="issue-tracking.html">Issue Tracking</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/"; 
title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" 
src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Information</h2>
+<p>This document provides an overview of the various documents and links that 
are part of this project's general information. All of this content is 
automatically generated by <a href="http://maven.apache.org"; 
class="externalLink">Maven</a>
+ on behalf of the project.</p>
+<div class="section"><h3>Overview</h3>
+<table class="bodyTable"><tr class="a"><th>Document</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><a href="integration.html">Continuous Integration</a>
+</td>
+<td>This is a link to the definitions of all continuous integration processes 
that builds and tests code on a frequent, regular basis.</td>
+</tr>
+<tr class="a"><td><a href="dependencies.html">Dependencies</a>
+</td>
+<td>This document lists the projects dependencies and provides information on 
each dependency.</td>
+</tr>
+<tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a>
+</td>
+<td>This is a link to the issue management system for this project. Issues 
(bugs, features, change requests) can be created and queried using this 
link.</td>
+</tr>
+<tr class="a"><td><a href="mail-lists.html">Mailing Lists</a>
+</td>
+<td>This document provides subscription and archive information for this 
project's mailing lists.</td>
+</tr>
+<tr class="b"><td><a href="license.html">Project License</a>
+</td>
+<td>This is a link to the definitions of project licenses.</td>
+</tr>
+<tr class="a"><td><a href="project-summary.html">Project Summary</a>
+</td>
+<td>This document lists other related information of this project</td>
+</tr>
+<tr class="b"><td><a href="team-list.html">Project Team</a>
+</td>
+<td>This document provides information on the members of this project. These 
are the individuals who have contributed to the project in one form or 
another.</td>
+</tr>
+<tr class="a"><td><a href="source-repository.html">Source Repository</a>
+</td>
+<td>This is a link to the online source repository that can be viewed via a 
web browser.</td>
+</tr>
+</table>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2009
+    
+          The Apache Software Foundation
+          
+  
+
+  
+    
+  
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: lucene/tika/site/project-info.html
            ('svn:eol-style' removed)

Modified: lucene/tika/site/project-reports.html
URL: 
http://svn.apache.org/viewvc/lucene/tika/site/project-reports.html?rev=756054&r1=756053&r2=756054&view=diff
==============================================================================
--- lucene/tika/site/project-reports.html (original)
+++ lucene/tika/site/project-reports.html Thu Mar 19 15:46:02 2009
@@ -9,7 +9,8 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Apache Tika - Generated Reports</title>
     <style type="text/css" media="all">
@@ -19,7 +20,9 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
         <meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1" />
-      </head>
+                                                    
+<link href="http://lucene.apache.org/tika/tikaNoText16.png"; type="image/png" 
rel="icon"/>
+                    </head>
   <body class="composite">
     <div id="banner">
                   <a href="" id="bannerLeft">
@@ -29,7 +32,7 @@
             </a>
                         <a href="../" id="bannerRight">
     
-                                    <img 
src="http://incubator.apache.org/images/apache-incubator-logo.png"; alt="Apache 
Incubator" />
+                                            <img 
src="../images/lucene_green_300.gif" alt="Apache Lucene" />
     
             </a>
             <div class="clear">
@@ -44,18 +47,18 @@
     
   
   
-              <div class="xright">      <a 
href="http://www.apache.org/";>Apache</a>
-          |
-          <a href="../">Incubator</a>
-          |
-          <a href="http://lucene.apache.org/";>Lucene</a>
-          
+    
+              <div class="xright">            <a href="http://www.apache.org/"; 
class="externalLink">Apache</a>
+            |
+                <a href="../">Lucene</a>
+            
   
 
   
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -70,19 +73,32 @@
     
   
   
+    
                    <h5>Apache Tika</h5>
-        <ul>
+            <ul>
               
     <li class="none">
-              <a href="index.html">Introduction</a>
-        </li>
+                    <a href="index.html">Introduction</a>
+          </li>
               
     <li class="none">
-              <a href="download.html">Download</a>
-        </li>
+                    <a href="download.html">Download</a>
+          </li>
+              
+    <li class="none">
+                    <a href="documentation.html">Documentation</a>
+          </li>
+              
+    <li class="none">
+                    <a href="formats.html">Supported Formats</a>
+          </li>
+              
+    <li class="none">
+                    <a href="gettingstarted.html">Getting Started</a>
+          </li>
           </ul>
-          <h5>Project Documentation</h5>
-        <ul>
+              <h5>Project Documentation</h5>
+            <ul>
               
                 
               
@@ -103,8 +119,8 @@
       
               
         <li class="collapsed">
-              <a href="project-info.html">Project Information</a>
-              </li>
+                    <a href="project-info.html">Project Information</a>
+                </li>
               
                 
               
@@ -121,42 +137,54 @@
       
             
       
+            
+      
+            
+      
               
             <li class="expanded">
               <strong>Project Reports</strong>
                 <ul>
                   
     <li class="none">
-              <a href="checkstyle.html">Checkstyle</a>
-        </li>
+                    <a href="checkstyle.html">Checkstyle</a>
+          </li>
                   
     <li class="none">
-              <a href="findbugs.html">FindBugs Report</a>
-        </li>
+                    <a href="cpd.html">CPD Report</a>
+          </li>
                   
     <li class="none">
-              <a href="apidocs/index.html">JavaDocs</a>
-        </li>
+                    <a href="findbugs.html">FindBugs Report</a>
+          </li>
                   
     <li class="none">
-              <a href="surefire-report.html">Maven Surefire Report</a>
-        </li>
+                    <a href="apidocs/index.html">JavaDocs</a>
+          </li>
                   
     <li class="none">
-              <a href="rat-report.html">RAT Report</a>
-        </li>
+                    <a href="surefire-report.html">Maven Surefire Report</a>
+          </li>
                   
     <li class="none">
-              <a href="xref/index.html">Source Xref</a>
-        </li>
+                    <a href="pmd.html">PMD Report</a>
+          </li>
                   
     <li class="none">
-              <a href="xref-test/index.html">Test Source Xref</a>
-        </li>
+                    <a href="rat-report.html">RAT Report</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref/index.html">Source Xref</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="xref-test/index.html">Test Source Xref</a>
+          </li>
               </ul>
         </li>
           </ul>
-                                       <a href="http://maven.apache.org/"; 
title="Built by Maven" id="poweredBy">
+                                           <a href="http://maven.apache.org/"; 
title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" 
src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -166,11 +194,58 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Generated Reports</h2><p>This document 
provides an overview of the various reports that are automatically generated by 
<a href="http://maven.apache.org";>Maven</a> Each report is briefly described 
below.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr 
class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a 
href="checkstyle.html">Checkstyle</a></td><td>Report on coding style 
conventions.</td></tr><tr class="a"><td><a href="findbugs.html">FindBugs 
Report</a></td><td>Generates a source code report with the FindBugs 
Library.</td></tr><tr class="b"><td><a 
href="apidocs/index.html">JavaDocs</a></td><td>JavaDoc API 
documentation.</td></tr><tr class="a"><td><a href="surefire-report.html">Maven 
Surefire Report</a></td><td>Report on the test results of the 
project.</td></tr><tr class="b"><td><a href="rat-report.html">RAT 
Report</a></td><td>Report on compliance to license related source code 
policies</td></tr><tr cl
 ass="a"><td><a href="xref/index.html">Source Xref</a></td><td>HTML based, 
cross-reference version of Java source code.</td></tr><tr class="b"><td><a 
href="xref-test/index.html">Test Source Xref</a></td><td>HTML based, 
cross-reference version of Java test source code.</td></tr></table></div></div>
+        <div class="section"><h2>Generated Reports</h2>
+<p>This document provides an overview of the various reports that are 
automatically generated by <a href="http://maven.apache.org"; 
class="externalLink">Maven</a>
+ Each report is briefly described below.</p>
+<div class="section"><h3>Overview</h3>
+<table class="bodyTable"><tr class="a"><th>Document</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><a href="checkstyle.html">Checkstyle</a>
+</td>
+<td>Report on coding style conventions.</td>
+</tr>
+<tr class="a"><td><a href="cpd.html">CPD Report</a>
+</td>
+<td>Duplicate code detection.</td>
+</tr>
+<tr class="b"><td><a href="findbugs.html">FindBugs Report</a>
+</td>
+<td>Generates a source code report with the FindBugs Library.</td>
+</tr>
+<tr class="a"><td><a href="apidocs/index.html">JavaDocs</a>
+</td>
+<td>JavaDoc API documentation.</td>
+</tr>
+<tr class="b"><td><a href="surefire-report.html">Maven Surefire Report</a>
+</td>
+<td>Report on the test results of the project.</td>
+</tr>
+<tr class="a"><td><a href="pmd.html">PMD Report</a>
+</td>
+<td>Verification of coding rules.</td>
+</tr>
+<tr class="b"><td><a href="rat-report.html">RAT Report</a>
+</td>
+<td>Report on compliance to license related source code policies</td>
+</tr>
+<tr class="a"><td><a href="xref/index.html">Source Xref</a>
+</td>
+<td>HTML based, cross-reference version of Java source code.</td>
+</tr>
+<tr class="b"><td><a href="xref-test/index.html">Test Source Xref</a>
+</td>
+<td>HTML based, cross-reference version of Java test source code.</td>
+</tr>
+</table>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -178,7 +253,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2008
+          2009
     
           The Apache Software Foundation
           
@@ -188,6 +263,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: lucene/tika/site/project-summary.html
URL: 
http://svn.apache.org/viewvc/lucene/tika/site/project-summary.html?rev=756054&r1=756053&r2=756054&view=diff
==============================================================================
--- lucene/tika/site/project-summary.html (original)
+++ lucene/tika/site/project-summary.html Thu Mar 19 15:46:02 2009
@@ -1,201 +1,272 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
-
-
-
-
-
-
-
-
-
-<html>
-  <head>
-    <title>Apache Tika - Project Summary</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-        <meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1" />
-      </head>
-  <body class="composite">
-    <div id="banner">
-                  <a href="" id="bannerLeft">
-    
-                                            <img src="tika.png" alt="Apache 
Tika" />
-    
-            </a>
-                        <a href="../" id="bannerRight">
-    
-                                    <img 
src="http://incubator.apache.org/images/apache-incubator-logo.png"; alt="Apache 
Incubator" />
-    
-            </a>
-            <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-          
-  
-
-  
-    
-  
-  
-              <div class="xright">      <a 
href="http://www.apache.org/";>Apache</a>
-          |
-          <a href="../">Incubator</a>
-          |
-          <a href="http://lucene.apache.org/";>Lucene</a>
-          
-  
-
-  
-    
-  
-  
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-           
-  
-
-  
-    
-  
-  
-                   <h5>Apache Tika</h5>
-        <ul>
-              
-    <li class="none">
-              <a href="index.html">Introduction</a>
-        </li>
-              
-    <li class="none">
-              <a href="download.html">Download</a>
-        </li>
-          </ul>
-          <h5>Project Documentation</h5>
-        <ul>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-            
-            
-      
-            
-      
-              
-            <li class="expanded">
-              <a href="project-info.html">Project Information</a>
-                <ul>
-                  
-    <li class="none">
-              <a href="integration.html">Continuous Integration</a>
-        </li>
-                  
-    <li class="none">
-              <a href="dependencies.html">Dependencies</a>
-        </li>
-                  
-    <li class="none">
-              <a href="issue-tracking.html">Issue Tracking</a>
-        </li>
-                  
-    <li class="none">
-              <a href="mail-lists.html">Mailing Lists</a>
-        </li>
-                  
-    <li class="none">
-              <a href="license.html">Project License</a>
-        </li>
-                  
-    <li class="none">
-              <strong>Project Summary</strong>
-        </li>
-                  
-    <li class="none">
-              <a href="team-list.html">Project Team</a>
-        </li>
-                  
-    <li class="none">
-              <a href="source-repository.html">Source Repository</a>
-        </li>
-              </ul>
-        </li>
-              
-                
-              
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-              
-        <li class="collapsed">
-              <a href="project-reports.html">Project Reports</a>
-              </li>
-          </ul>
-                                       <a href="http://maven.apache.org/"; 
title="Built by Maven" id="poweredBy">
-            <img alt="Built by Maven" 
src="./images/logos/maven-feather.png"></img>
-          </a>
-                       
-  
-
-  
-    
-  
-  
-        </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <div class="section"><h2>Project Summary</h2><div 
class="section"><h3>Project Information</h3><table class="bodyTable"><tr 
class="a"><th>Field</th><th>Value</th></tr><tr 
class="b"><td>Name</td><td>Apache Tika</td></tr><tr 
class="a"><td>Description</td><td>Tika is a toolkit for detecting and 
extracting metadata and structured text content from various documents using 
existing parser libraries.</td></tr><tr class="b"><td>Homepage</td><td><a 
href="http://incubator.apache.org/tika/";>http://incubator.apache.org/tika/</a></td></tr></table></div><div
 class="section"><h3>Project Organization</h3><table class="bodyTable"><tr 
class="a"><th>Field</th><th>Value</th></tr><tr class="b"><td>Name</td><td>The 
Apache Software Foundation</td></tr><tr class="a"><td>URL</td><td><a 
href="http://www.apache.org/";>http://www.apache.org/</a></td></tr></table></div><div
 class="section"><h3>Build Information</h3><table class="bodyTable"><tr 
class="b"><th>Field</th><th>Value</th></tr><tr class="
 a"><td>GroupId</td><td>org.apache.tika</td></tr><tr 
class="b"><td>ArtifactId</td><td>tika</td></tr><tr 
class="a"><td>Version</td><td>0.2-SNAPSHOT</td></tr><tr 
class="b"><td>Type</td><td>jar</td></tr></table></div></div>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">&#169;  
-          2008
-    
-          The Apache Software Foundation
-          
-  
-
-  
-    
-  
-  
-  </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml";>
+  <head>
+    <title>Apache Tika - Project Summary</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
+        <meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1" />
+                                                    
+<link href="http://lucene.apache.org/tika/tikaNoText16.png"; type="image/png" 
rel="icon"/>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="" id="bannerLeft">
+    
+                                            <img src="tika.png" alt="Apache 
Tika" />
+    
+            </a>
+                        <a href="../" id="bannerRight">
+    
+                                            <img 
src="../images/lucene_green_300.gif" alt="Apache Lucene" />
+    
+            </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+          
+  
+
+  
+    
+  
+  
+    
+              <div class="xright">            <a href="http://www.apache.org/"; 
class="externalLink">Apache</a>
+            |
+                <a href="../">Lucene</a>
+            
+  
+
+  
+    
+  
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+           
+  
+
+  
+    
+  
+  
+    
+                   <h5>Apache Tika</h5>
+            <ul>
+              
+    <li class="none">
+                    <a href="index.html">Introduction</a>
+          </li>
+              
+    <li class="none">
+                    <a href="download.html">Download</a>
+          </li>
+              
+    <li class="none">
+                    <a href="documentation.html">Documentation</a>
+          </li>
+              
+    <li class="none">
+                    <a href="formats.html">Supported Formats</a>
+          </li>
+              
+    <li class="none">
+                    <a href="gettingstarted.html">Getting Started</a>
+          </li>
+          </ul>
+              <h5>Project Documentation</h5>
+            <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+              
+            <li class="expanded">
+                    <a href="project-info.html">Project Information</a>
+                  <ul>
+                  
+    <li class="none">
+                    <a href="integration.html">Continuous Integration</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="issue-tracking.html">Issue Tracking</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+              <strong>Project Summary</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+                    <a href="project-reports.html">Project Reports</a>
+                </li>
+          </ul>
+                                           <a href="http://maven.apache.org/"; 
title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" 
src="./images/logos/maven-feather.png"></img>
+          </a>
+                       
+  
+
+  
+    
+  
+  
+    
+        </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>Project Summary</h2>
+<div class="section"><h3>Project Information</h3>
+<table class="bodyTable"><tr class="a"><th>Field</th>
+<th>Value</th>
+</tr>
+<tr class="b"><td>Name</td>
+<td>Apache Tika</td>
+</tr>
+<tr class="a"><td>Description</td>
+<td>Tika is a toolkit for detecting and extracting metadata and structured 
text content from various documents using existing parser libraries.</td>
+</tr>
+<tr class="b"><td>Homepage</td>
+<td><a href="http://lucene.apache.org/tika/"; 
class="externalLink">http://lucene.apache.org/tika/</a>
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3>Project Organization</h3>
+<table class="bodyTable"><tr class="a"><th>Field</th>
+<th>Value</th>
+</tr>
+<tr class="b"><td>Name</td>
+<td>The Apache Software Foundation</td>
+</tr>
+<tr class="a"><td>URL</td>
+<td><a href="http://www.apache.org/"; 
class="externalLink">http://www.apache.org/</a>
+</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3>Build Information</h3>
+<table class="bodyTable"><tr class="b"><th>Field</th>
+<th>Value</th>
+</tr>
+<tr class="a"><td>GroupId</td>
+<td>org.apache.tika</td>
+</tr>
+<tr class="b"><td>ArtifactId</td>
+<td>tika</td>
+</tr>
+<tr class="a"><td>Version</td>
+<td>0.3</td>
+</tr>
+<tr class="b"><td>Type</td>
+<td>jar</td>
+</tr>
+</table>
+</div>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2009
+    
+          The Apache Software Foundation
+          
+  
+
+  
+    
+  
+  
+    
+  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Propchange: lucene/tika/site/project-summary.html
            ('svn:eol-style' removed)


Reply via email to