You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2011/09/17 20:41:16 UTC

svn commit: r1172043 - in /nutch/site: forrest/src/documentation/ forrest/src/documentation/content/xdocs/ forrest/src/documentation/resources/images/ publish/ publish/images/ publish/skin/images/

Author: lewismc
Date: Sat Sep 17 18:41:15 2011
New Revision: 1172043

URL: http://svn.apache.org/viewvc?rev=1172043&view=rev
Log:
commit to update site to address NUTCH-1092, as well as other trivial site update, of which I suspect there will be some more once voting has finished.

Added:
    nutch/site/forrest/src/documentation/content/xdocs/faq.xml
    nutch/site/forrest/src/documentation/content/xdocs/tutorial.xml
    nutch/site/forrest/src/documentation/content/xdocs/wiki.xml
    nutch/site/forrest/src/documentation/resources/images/feather-small.gif   (with props)
Removed:
    nutch/site/forrest/src/documentation/content/xdocs/i18n.xml
Modified:
    nutch/site/forrest/src/documentation/content/xdocs/about.xml
    nutch/site/forrest/src/documentation/content/xdocs/index.xml
    nutch/site/forrest/src/documentation/content/xdocs/site.xml
    nutch/site/forrest/src/documentation/content/xdocs/tabs.xml
    nutch/site/forrest/src/documentation/skinconf.xml
    nutch/site/publish/about.html
    nutch/site/publish/about.pdf
    nutch/site/publish/bot.html
    nutch/site/publish/bot.pdf
    nutch/site/publish/broken-links.xml
    nutch/site/publish/credits.html
    nutch/site/publish/credits.pdf
    nutch/site/publish/images/built-with-forrest-button.png
    nutch/site/publish/index.html
    nutch/site/publish/issue_tracking.html
    nutch/site/publish/issue_tracking.pdf
    nutch/site/publish/linkmap.html
    nutch/site/publish/linkmap.pdf
    nutch/site/publish/mailing_lists.html
    nutch/site/publish/mailing_lists.pdf
    nutch/site/publish/nightly.html
    nutch/site/publish/nightly.pdf
    nutch/site/publish/skin/images/built-with-forrest-button.png
    nutch/site/publish/version_control.html
    nutch/site/publish/version_control.pdf

Modified: nutch/site/forrest/src/documentation/content/xdocs/about.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/content/xdocs/about.xml?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/about.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/about.xml Sat Sep 17 18:41:15 2011
@@ -40,7 +40,7 @@
        plugin infrastructure.</p>
 
       <p>For more information about Apache Nutch, please see the <a
-      href="ext:wiki">Nutch wiki.</a></p>
+      href="wiki.html">Nutch wiki.</a></p>
 
       
 

Added: nutch/site/forrest/src/documentation/content/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/content/xdocs/faq.xml?rev=1172043&view=auto
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/faq.xml (added)
+++ nutch/site/forrest/src/documentation/content/xdocs/faq.xml Sat Sep 17 18:41:15 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+<header>
+  <title>Apache Nutch FAQ's</title> 
+</header> 
+
+<body> 
+
+    <section>
+      <title>Frequently Asked Questions</title> <p>Welcome to the Apache Nutch FAQ's which can be found <a href="http://wiki.apache.org/nutch/FAQ">here</a>.</p>
+    </section>
+
+</body>
+
+</document>

Modified: nutch/site/forrest/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/content/xdocs/index.xml?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/index.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/index.xml Sat Sep 17 18:41:15 2011
@@ -1,6 +1,4 @@
 <?xml version="1.0"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -17,12 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
 
   <header> 
     <title>Welcome to Apache Nutch&#174;</title> 
       <abstract>Apache Nutch is an open source web-search software project. Nutch is a project of the <a href="http://www.apache.org/">Apache Software Foundation</a>
-	 and is part of the larger Apache community of developers and users. More about Nutch can be found <a href="./about.html">here.</a>
+	 and is part of the larger Apache community of developers and users. More about Nutch can be found <a href="./about.html">here</a>.
       </abstract>
   </header> 
 

Modified: nutch/site/forrest/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/content/xdocs/site.xml?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/site.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/site.xml Sat Sep 17 18:41:15 2011
@@ -42,9 +42,9 @@ See http://forrest.apache.org/docs/linki
   </project>
 
   <docs label="Documentation">    
-    <faq         label="FAQ"              href="ext:faq" />    
-    <wiki        label="Wiki"             href="ext:wiki" />    
-    <tutorial    label="Tutorial"         href="ext:tutorial" />
+    <faq         label="FAQ"              href="faq.html" />    
+    <wiki        label="Wiki"             href="wiki.html" />    
+    <tutorial    label="Tutorial"         href="tutorial.html" />
     <webmasters  label="Robot     "       href="bot.html" />
     <apidocs     label="API Docs (1.3)"    href="apidocs-1.3/index.html"/>
     <apidocs     label="API Docs (1.2)"    href="apidocs-1.2/index.html"/>
@@ -65,6 +65,7 @@ See http://forrest.apache.org/docs/linki
     <hadoop     label="Hadoop"      href="ext:hadoop" />
     <solr       label="Solr"        href="ext:solr" />
     <tika       label="Tika"        href="ext:tika"/>
+    <gora       label="Gora (Apache Incubator)" href="ext:gora"/>
   </projects>
 
   <external-refs>
@@ -73,10 +74,8 @@ See http://forrest.apache.org/docs/linki
     <hadoop    href="http://hadoop.apache.org/" />
     <solr      href="http://lucene.apache.org/solr/"/>
     <tika      href="http://tika.apache.org/"/>
-    <wiki      href="http://wiki.apache.org/nutch/"/>
-    <faq       href="http://wiki.apache.org/nutch/FAQ"/> 
+    <gora      href="http://incubator.apache.org/gora/"/>
     <store     href="http://www.cafepress.com/nutch/"/>
-    <tutorial  href="http://wiki.apache.org/nutch/RunningNutchAndSolr"/>
     <release   href="http://www.apache.org/dyn/closer.cgi/nutch/"/>
     <license   href="http://www.apache.org/licenses/"/>
     <sponsor   href="http://www.apache.org/foundation/sponsorship.html" />

Modified: nutch/site/forrest/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/content/xdocs/tabs.xml?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/tabs.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/tabs.xml Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
   -->
 
   <tab label="Main" dir=""/>  
-  <tab label="Wiki" href="http://wiki.apache.org/nutch/"/>
+  <tab label="Wiki" href="wiki.html"/>
   <tab label="Jira" href="http://issues.apache.org/jira/browse/NUTCH"/>
   
 </tabs>

Added: nutch/site/forrest/src/documentation/content/xdocs/tutorial.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/content/xdocs/tutorial.xml?rev=1172043&view=auto
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/tutorial.xml (added)
+++ nutch/site/forrest/src/documentation/content/xdocs/tutorial.xml Sat Sep 17 18:41:15 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+<header>
+  <title>Apache Nutch Tutorial</title> 
+</header> 
+
+<body> 
+
+    <section>
+      <title>Tutorial</title> <p>Welcome to the official and most up-to-date Apache Nutch tutorial, which can be found <a href="http://wiki.apache.org/nutch/NutchTutorial">here</a>.</p>
+    </section>
+
+</body>
+
+</document>

Added: nutch/site/forrest/src/documentation/content/xdocs/wiki.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/content/xdocs/wiki.xml?rev=1172043&view=auto
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/wiki.xml (added)
+++ nutch/site/forrest/src/documentation/content/xdocs/wiki.xml Sat Sep 17 18:41:15 2011
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+<header>
+  <title>Apache Nutch Wiki Page</title> 
+</header> 
+
+<body> 
+
+    <section>
+      <title>Nutch Wiki</title> <p>Welcome to the official Apache Nutch wiki page which holds the most up-to-date information on all things Apache Nutch. The wiki page can be found <a href="http://wiki.apache.org/nutch/FrontPage">here</a>.</p>
+    </section>
+
+</body>
+
+</document>

Added: nutch/site/forrest/src/documentation/resources/images/feather-small.gif
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/resources/images/feather-small.gif?rev=1172043&view=auto
==============================================================================
Binary file - no diff available.

Propchange: nutch/site/forrest/src/documentation/resources/images/feather-small.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: nutch/site/forrest/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/skinconf.xml?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/skinconf.xml (original)
+++ nutch/site/forrest/src/documentation/skinconf.xml Sat Sep 17 18:41:15 2011
@@ -74,7 +74,7 @@ which will be used to configure the chos
   <group-name>Apache</group-name>
   <group-description>Apache Software Foundation</group-description>
   <group-url>http://www.apache.org/</group-url>
-  <group-logo>http://www.apache.org/images/feather-small.gif</group-logo>
+  <group-logo>images/feather-small.gif</group-logo>
 
   <!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
@@ -85,7 +85,7 @@ which will be used to configure the chos
   <favicon-url>images/favicon.ico</favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2010</year>
+  <year>2011</year>
   <vendor>The Apache Software Foundation.</vendor>
   <copyright-link>http://www.apache.org/licenses/</copyright-link>
 
@@ -335,12 +335,12 @@ which will be used to configure the chos
     <!-- A credit with @role="pdf" will be used to compose a footer
      for each page in the PDF, using either "name" or "url" or both.
     -->
-    <!--
+    
     <credit role="pdf">
       <name>Built with Apache Forrest</name>
       <url>http://forrest.apache.org/</url>
     </credit>
-    -->
+    
   </credits>
 
 </skinconfig>

Modified: nutch/site/publish/about.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/about.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/about.html (original)
+++ nutch/site/publish/about.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -268,7 +271,7 @@ document.write("Last Published: " + docu
 <p>The system can be enhanced (eg other document formats can be 
       parsed) using a highly flexible, easily extensible and thoroughly maintained
        plugin infrastructure.</p>
-<p>For more information about Apache Nutch, please see the <a href="http://wiki.apache.org/nutch/">Nutch wiki.</a>
+<p>For more information about Apache Nutch, please see the <a href="wiki.html">Nutch wiki.</a>
 </p>
 </div>
 
@@ -290,7 +293,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/about.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/about.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/bot.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/bot.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/bot.html (original)
+++ nutch/site/publish/bot.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
 <div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menupage">
 <div class="menupagetitle">Robot     </div>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -331,7 +334,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/bot.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/bot.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/broken-links.xml
URL: http://svn.apache.org/viewvc/nutch/site/publish/broken-links.xml?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/broken-links.xml (original)
+++ nutch/site/publish/broken-links.xml Sat Sep 17 18:41:15 2011
@@ -1,2 +1,3 @@
 <broken-links>
+  <link message="The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/svg, name: html).">index.pdf</link>
 </broken-links>

Modified: nutch/site/publish/credits.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/credits.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/credits.html (original)
+++ nutch/site/publish/credits.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -400,7 +403,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/credits.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/credits.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/images/built-with-forrest-button.png
URL: http://svn.apache.org/viewvc/nutch/site/publish/images/built-with-forrest-button.png?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/index.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/index.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/index.html (original)
+++ nutch/site/publish/index.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit">
 <hr>
@@ -603,7 +606,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <div id="logos"></div>
 <!--+

Modified: nutch/site/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/issue_tracking.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/issue_tracking.html (original)
+++ nutch/site/publish/issue_tracking.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -270,7 +273,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/issue_tracking.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/issue_tracking.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/linkmap.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/linkmap.html (original)
+++ nutch/site/publish/linkmap.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -321,19 +324,19 @@ document.write("Last Published: " + docu
     
 <ul>
 <li>
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>faq</em>
+<a href="faq.html">FAQ</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>faq</em>
 </li>
 </ul>    
     
 <ul>
 <li>
-<a href="http://wiki.apache.org/nutch/">Wiki</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>wiki</em>
+<a href="wiki.html">Wiki</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>wiki</em>
 </li>
 </ul>    
     
 <ul>
 <li>
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>tutorial</em>
+<a href="tutorial.html">Tutorial</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>tutorial</em>
 </li>
 </ul>
     
@@ -435,6 +438,12 @@ document.write("Last Published: " + docu
 <a href="http://tika.apache.org/">Tika</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>tika</em>
 </li>
 </ul>
+    
+<ul>
+<li>
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>gora</em>
+</li>
+</ul>
   
 </ul>
 </ul>
@@ -461,7 +470,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/linkmap.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/linkmap.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/mailing_lists.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/mailing_lists.html (original)
+++ nutch/site/publish/mailing_lists.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -422,7 +425,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/mailing_lists.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/mailing_lists.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/nightly.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/nightly.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/nightly.html (original)
+++ nutch/site/publish/nightly.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -285,7 +288,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/nightly.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/nightly.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/skin/images/built-with-forrest-button.png
URL: http://svn.apache.org/viewvc/nutch/site/publish/skin/images/built-with-forrest-button.png?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.

Modified: nutch/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/version_control.html?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
--- nutch/site/publish/version_control.html (original)
+++ nutch/site/publish/version_control.html Sat Sep 17 18:41:15 2011
@@ -30,7 +30,7 @@
     |start group logo
     +-->
 <div class="grouplogo">
-<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="http://www.apache.org/images/feather-small.gif" title="Apache Software Foundation"></a>
+<a href="http://www.apache.org/"><img class="logoImage" alt="Apache" src="images/feather-small.gif" title="Apache Software Foundation"></a>
 </div>
 <!--+
     |end group logo
@@ -103,7 +103,7 @@
 <a class="selected" href="index.html">Main</a>
 </li>
 <li>
-<a class="unselected" href="http://wiki.apache.org/nutch/">Wiki</a>
+<a class="unselected" href="wiki.html">Wiki</a>
 </li>
 <li>
 <a class="unselected" href="http://issues.apache.org/jira/browse/NUTCH">Jira</a>
@@ -171,13 +171,13 @@ document.write("Last Published: " + docu
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/FAQ">FAQ</a>
+<a href="faq.html">FAQ</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/">Wiki</a>
+<a href="wiki.html">Wiki</a>
 </div>
 <div class="menuitem">
-<a href="http://wiki.apache.org/nutch/RunningNutchAndSolr">Tutorial</a>
+<a href="tutorial.html">Tutorial</a>
 </div>
 <div class="menuitem">
 <a href="bot.html">Robot     </a>
@@ -224,6 +224,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://tika.apache.org/">Tika</a>
 </div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/gora/">Gora (Apache Incubator)</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -328,7 +331,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2010 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
+         2011 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
 </div>
 <!--+
     |end bottomstrip

Modified: nutch/site/publish/version_control.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/version_control.pdf?rev=1172043&r1=1172042&r2=1172043&view=diff
==============================================================================
Binary files - no diff available.