You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2010/09/24 23:59:57 UTC

svn commit: r1001093 - in /nutch/site: forrest/src/documentation/content/xdocs/ publish/

Author: mattmann
Date: Fri Sep 24 21:59:56 2010
New Revision: 1001093

URL: http://svn.apache.org/viewvc?rev=1001093&view=rev
Log:
Add docs to website for Nutch 1.2 and announce release.

Modified:
    nutch/site/forrest/src/documentation/content/xdocs/index.xml
    nutch/site/forrest/src/documentation/content/xdocs/site.xml
    nutch/site/publish/about.html
    nutch/site/publish/bot.html
    nutch/site/publish/credits.html
    nutch/site/publish/i18n.html
    nutch/site/publish/index.html
    nutch/site/publish/index.pdf
    nutch/site/publish/issue_tracking.html
    nutch/site/publish/linkmap.html
    nutch/site/publish/linkmap.pdf
    nutch/site/publish/mailing_lists.html
    nutch/site/publish/nightly.html
    nutch/site/publish/version_control.html

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=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/index.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/index.xml Fri Sep 24 21:59:56 2010
@@ -29,6 +29,18 @@
       <title>News</title>
 
    <section>
+      <title>24 September 2010 - Apache Nutch 1.2 Released</title>
+      <p>The 1.2 release of Nutch is now available. This release includes several improvements (addition 
+      of parse-html as a selectable parser again, configurable per-field indexing),  
+      new features (including Add timing information to all Tool classes, and implementation of 
+      parser timeouts), and bug fixes (fixing an NPE in distributed search, fixing of XML formatting 
+      issues per Document fields). Please see the <a href="http://www.apache.org/dist/nutch/CHANGES-1.2.txt">
+      list of changes</a> made in this version. The release is available 
+      <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.
+      </p>
+  </section>
+
+   <section>
       <title>06 June 2010 - Apache Nutch 1.1 Released</title>
       <p>The 1.1 release of Nutch is now available. This release includes several major upgrades of existing
       libraries (Hadoop, Solr, Tika, etc.) on which Nutch depends. Various bug fixes, and speedups (e.g., to

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=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/site.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/site.xml Fri Sep 24 21:59:56 2010
@@ -43,6 +43,7 @@ See http://forrest.apache.org/docs/linki
     <tutorial    label="Tutorial"         href="ext:tutorial" />
     <webmasters  label="Robot     "       href="bot.html" />
     <i18n        label="i18n"             href="i18n.html" />
+    <apidocs     label="API Docs (1.2)"    href="apidocs-1.2/index.html"/>
     <apidocs     label="API Docs (1.1)"    href="apidocs-1.1/index.html" />
     <apidocs     label="API Docs (nightly)"	href="ext:nightly-api" />
   </docs>

Modified: nutch/site/publish/about.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/about.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/about.html (original)
+++ nutch/site/publish/about.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">

Modified: nutch/site/publish/bot.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/bot.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/bot.html (original)
+++ nutch/site/publish/bot.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">

Modified: nutch/site/publish/credits.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/credits.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/credits.html (original)
+++ nutch/site/publish/credits.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">

Modified: nutch/site/publish/i18n.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/i18n.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/i18n.html (original)
+++ nutch/site/publish/i18n.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <div class="menupagetitle">i18n</div>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">

Modified: nutch/site/publish/index.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/index.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/index.html (original)
+++ nutch/site/publish/index.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">
@@ -205,6 +208,9 @@ document.write("Last Published: " + docu
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#24+September+2010+-+Apache+Nutch+1.2+Released">24 September 2010 - Apache Nutch 1.2 Released</a>
+</li>
+<li>
 <a href="#06+June+2010+-+Apache+Nutch+1.1+Released">06 June 2010 - Apache Nutch 1.1 Released</a>
 </li>
 <li>
@@ -259,14 +265,24 @@ document.write("Last Published: " + docu
 <a name="N1000D"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10013"></a><a name="06+June+2010+-+Apache+Nutch+1.1+Released"></a>
+<a name="N10013"></a><a name="24+September+2010+-+Apache+Nutch+1.2+Released"></a>
+<h3 class="h4">24 September 2010 - Apache Nutch 1.2 Released</h3>
+<p>The 1.2 release of Nutch is now available. This release includes several improvements (addition 
+      of parse-html as a selectable parser again, configurable per-field indexing),  
+      new features (including Add timing information to all Tool classes, and implementation of 
+      parser timeouts), and bug fixes (fixing an NPE in distributed search, fixing of XML formatting 
+      issues per Document fields). Please see the <a href="http://www.apache.org/dist/nutch/CHANGES-1.2.txt">
+      list of changes</a> made in this version. The release is available 
+      <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.
+      </p>
+<a name="N10025"></a><a name="06+June+2010+-+Apache+Nutch+1.1+Released"></a>
 <h3 class="h4">06 June 2010 - Apache Nutch 1.1 Released</h3>
 <p>The 1.1 release of Nutch is now available. This release includes several major upgrades of existing
       libraries (Hadoop, Solr, Tika, etc.) on which Nutch depends. Various bug fixes, and speedups (e.g., to
       Fetcher2) have also been included. See <a href="http://www.apache.org/dist/nutch/CHANGES-1.1.txt">
       list of changes</a>  made in this version. The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N10025"></a><a name="21+April+2010+-+Apache+Nutch+graduates+to+TLP"></a>
+<a name="N10037"></a><a name="21+April+2010+-+Apache+Nutch+graduates+to+TLP"></a>
 <h3 class="h4">21 April 2010 - Apache Nutch graduates to TLP</h3>
 <p>
 <a href="http://www.apache.org/foundation/records/minutes/2010/board_minutes_2010_04_21.txt">Passed by 
@@ -274,7 +290,7 @@ document.write("Last Published: " + docu
       the website, and moving things around, so if you notice anything out of place, <a href="./mailing_lists.html">
       please let us know.</a>
 </p>
-<a name="N10035"></a><a name="14+August+2009+-+Lucene+at+US+ApacheCon"></a>
+<a name="N10047"></a><a name="14+August+2009+-+Lucene+at+US+ApacheCon"></a>
 <h3 class="h4">14 August 2009 - Lucene at US ApacheCon</h3>
 <p>
         
@@ -378,14 +394,14 @@ document.write("Last Published: " + docu
         </li>
     
 </ul>
-<a name="N100B3"></a><a name="23+March+2009+-+Apache+Nutch+1.0+Released"></a>
+<a name="N100C5"></a><a name="23+March+2009+-+Apache+Nutch+1.0+Released"></a>
 <h3 class="h4">23 March 2009 - Apache Nutch 1.0 Released</h3>
 <p>The 1.0 release of Nutch is now available. This release includes several major feature improvements
       such as new indexing framework, new scoring framework, Apache Solr integration just to mention a few.
       See <a href="http://www.apache.org/dist/nutch/CHANGES-1.0.txt">
       list of changes</a>  made in this version. The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N100C5"></a><a name="09+February+2009+-+Lucene+at+ApacheCon+Europe+2009+in%0A%09%09%09Amsterdam"></a>
+<a name="N100D7"></a><a name="09+February+2009+-+Lucene+at+ApacheCon+Europe+2009+in%0A%09%09%09Amsterdam"></a>
 <h3 class="h4">09 February 2009 - Lucene at ApacheCon Europe 2009 in
 			Amsterdam</h3>
 <p>
@@ -428,7 +444,7 @@ document.write("Last Published: " + docu
 
                
 </ul>
-<a name="N10111"></a><a name="2+April+2007%3A+Nutch+0.9+Released"></a>
+<a name="N10123"></a><a name="2+April+2007%3A+Nutch+0.9+Released"></a>
 <h3 class="h4">2 April 2007: Nutch 0.9 Released</h3>
 <p>The 0.9 release of Nutch is now available. This is the second release of Nutch
       based entirely on the underlying Hadoop platform. This release includes several critical
@@ -437,41 +453,41 @@ document.write("Last Published: " + docu
       See <a href="http://www.apache.org/dist/nutch/CHANGES-0.9.txt">
       list of changes</a>  made in this version. The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N10127"></a><a name="24+September+2006%3A+Nutch+0.8.1+Released"></a>
+<a name="N10139"></a><a name="24+September+2006%3A+Nutch+0.8.1+Released"></a>
 <h3 class="h4">24 September 2006: Nutch 0.8.1 Released</h3>
 <p>The 0.8.1 release of Nutch is now available. This is a maintenance release to 0.8 branch fixing many serous bugs found in version 0.8.
       See <a href="http://www.apache.org/dist/nutch/CHANGES-0.8.1.txt">
       list of changes</a>  made in this version. The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N10139"></a><a name="25+July+2006%3A+Nutch+0.8+Released"></a>
+<a name="N1014B"></a><a name="25+July+2006%3A+Nutch+0.8+Released"></a>
 <h3 class="h4">25 July 2006: Nutch 0.8 Released</h3>
 <p>The 0.8 release of Nutch is now available. This is the first release of Nutch based on
       hadoop architecure. See <a href="http://svn.apache.org/viewvc/nutch/tags/release-0.8/CHANGES.txt?view=markup">
       CHANGES.txt</a> for list of changes made in this version. The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N1014B"></a><a name="31+March+2006%3A+Nutch+0.7.2+Released"></a>
+<a name="N1015D"></a><a name="31+March+2006%3A+Nutch+0.7.2+Released"></a>
 <h3 class="h4">31 March 2006: Nutch 0.7.2 Released</h3>
 <p>The 0.7.2 release of Nutch is now available. This is a bug fix release for 0.7 branch. See
       <a href="http://svn.apache.org/viewcvs.cgi/nutch/branches/branch-0.7/CHANGES.txt?rev=390158">
       CHANGES.txt</a> for details. The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N1015D"></a><a name="1+October+2005%3A+Nutch+0.7.1+Released"></a>
+<a name="N1016F"></a><a name="1+October+2005%3A+Nutch+0.7.1+Released"></a>
 <h3 class="h4">1 October 2005: Nutch 0.7.1 Released</h3>
 <p>The 0.7.1 release of Nutch is now available. This is a bug fix release. See
       <a href="http://svn.apache.org/viewcvs.cgi/nutch/branches/branch-0.7/CHANGES.txt?rev=292986">
       CHANGES.txt</a> for details. The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N1016F"></a><a name="17+August+2005%3A+Nutch+0.7+Released"></a>
+<a name="N10181"></a><a name="17+August+2005%3A+Nutch+0.7+Released"></a>
 <h3 class="h4">17 August 2005: Nutch 0.7 Released</h3>
 <p>This is the first Nutch release as an Apache Lucene sub-project. See 
       <a href="http://svn.apache.org/viewcvs.cgi/nutch/trunk/CHANGES.txt?rev=233150">
       CHANGES.txt</a> for details. The release is available 
       <a href="http://www.apache.org/dyn/closer.cgi/nutch/">here</a>.</p>
-<a name="N10181"></a><a name="June+2005%3A+Nutch+graduates+from+Incubator"></a>
+<a name="N10193"></a><a name="June+2005%3A+Nutch+graduates+from+Incubator"></a>
 <h3 class="h4">June 2005: Nutch graduates from Incubator</h3>
 <p>Nutch has now graduated from the Apache incubator, and is now
       a Subproject of Lucene.</p>
-<a name="N1018B"></a><a name="January+2005%3A+Nutch+Joins+Apache+Incubator"></a>
+<a name="N1019D"></a><a name="January+2005%3A+Nutch+Joins+Apache+Incubator"></a>
 <h3 class="h4">January 2005: Nutch Joins Apache Incubator</h3>
 <p>Nutch is a two-year-old open source project, previously
         hosted at Sourceforge and backed by its own non-profit
@@ -482,7 +498,7 @@ document.write("Last Published: " + docu
         overhead of an independent non-profit organization. Nutch's
         board of directors and its developers were both polled and
         supported the move to the Apache foundation.</p>
-<a name="N10195"></a><a name="September+2004%3A+Creative+Commons+launches+Nutch-based+Search"></a>
+<a name="N101A7"></a><a name="September+2004%3A+Creative+Commons+launches+Nutch-based+Search"></a>
 <h3 class="h4">September 2004: Creative Commons launches Nutch-based Search</h3>
 <p>Creative Commons unveiled a beta version of its search
       engine, which scours the web for text, images, audio, and video
@@ -490,7 +506,7 @@ document.write("Last Published: " + docu
       no other company or organization.</p>
 <p>See the <a href="http://creativecommons.org/press-releases/entry/5064">Creative
       Commons Press Release</a> for more details.</p>
-<a name="N101A6"></a><a name="September+2004%3A+Oregon+State+University+switches+to+Nutch"></a>
+<a name="N101B8"></a><a name="September+2004%3A+Oregon+State+University+switches+to+Nutch"></a>
 <h3 class="h4">September 2004: Oregon State University switches to Nutch</h3>
 <p>Oregon State University is converting its searching
       infrastructure from Googletm to the open source project

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

Modified: nutch/site/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/issue_tracking.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/issue_tracking.html (original)
+++ nutch/site/publish/issue_tracking.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">

Modified: nutch/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/linkmap.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/linkmap.html (original)
+++ nutch/site/publish/linkmap.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">
@@ -278,6 +281,12 @@ document.write("Last Published: " + docu
     
 <ul>
 <li>
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>apidocs</em>
+</li>
+</ul>
+    
+<ul>
+<li>
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>apidocs</em>
 </li>
 </ul>

Modified: nutch/site/publish/linkmap.pdf
URL: http://svn.apache.org/viewvc/nutch/site/publish/linkmap.pdf?rev=1001093&r1=1001092&r2=1001093&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=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/mailing_lists.html (original)
+++ nutch/site/publish/mailing_lists.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">

Modified: nutch/site/publish/nightly.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/nightly.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/nightly.html (original)
+++ nutch/site/publish/nightly.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">

Modified: nutch/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/nutch/site/publish/version_control.html?rev=1001093&r1=1001092&r2=1001093&view=diff
==============================================================================
--- nutch/site/publish/version_control.html (original)
+++ nutch/site/publish/version_control.html Fri Sep 24 21:59:56 2010
@@ -137,6 +137,9 @@ document.write("Last Published: " + docu
 <a href="i18n.html">i18n</a>
 </div>
 <div class="menuitem">
+<a href="apidocs-1.2/index.html">API Docs (1.2)</a>
+</div>
+<div class="menuitem">
 <a href="apidocs-1.1/index.html">API Docs (1.1)</a>
 </div>
 <div class="menuitem">