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 2013/06/18 00:07:42 UTC

svn commit: r1493957 - in /nutch/site/forrest/src/documentation/content/xdocs: index.xml site.xml

Author: lewismc
Date: Mon Jun 17 22:07:42 2013
New Revision: 1493957

URL: http://svn.apache.org/r1493957
Log:
update of Nutch site

Modified:
    nutch/site/forrest/src/documentation/content/xdocs/index.xml
    nutch/site/forrest/src/documentation/content/xdocs/site.xml

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=1493957&r1=1493956&r2=1493957&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/index.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/index.xml Mon Jun 17 22:07:42 2013
@@ -20,15 +20,54 @@
 
   <header> 
     <title>Welcome to Apache Nutch&#153;</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>.
-      </abstract>
-  </header> 
+  </header>
 
   <body> 
+    <section>
+    <title>What is Apache Nutch?</title>
+      <p>Apache Nutch is an open source web-search software project.
+      Stemming from <a href="ext:lucene">Apache Lucene</a>, it now builds
+      on <a href="ext:solr">Apache Solr</a> adding web-specifics, such as a crawler,
+      a link-graph database and parsing support handled by <a href="ext:tika">Apache Tika</a>
+      for HTML and and array other document formats.</p>
+
+      <p>Nutch can run on a single machine, but gains a lot of its
+      strength from running in a <a href="ext:hadoop">Hadoop cluster</a></p>
+
+      <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>
 
-  <section>
+      <p>You can download Nutch <a href="./downloads.html">here</a>.</p>
 
+      <p>For more information about Apache Nutch, please see the <a
+      href="http://wiki.apache.org/nutch/">Nutch wiki.</a></p>
+
+      <p>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.</p>
+    </section>
+
+    <section>
+      <title>Getting Started </title>
+      <p>To get started, begin here:</p>
+      <ol>
+        <li><a href="./wiki.html">Learn about</a> Nutch by
+        reading the documentation.</li>
+        <li><a href="./downloads.html">Download</a> Nutch from the
+        release page.</li>
+        <li><a href="./mailing_lists.html">Discuss</a> Nutch on the
+        mailing lists.</li>
+      </ol>
+    </section>
+
+    <section>
+      <title>Download Nutch</title>
+      <p>
+        Please head to the <a href="./downloads.html">releases</a> page to download a release of Apache Nutch.
+      </p>
+    </section>
+
+   <section>
    <title>Apache Nutch News</title>
 
    <section>

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=1493957&r1=1493956&r2=1493957&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/content/xdocs/site.xml (original)
+++ nutch/site/forrest/src/documentation/content/xdocs/site.xml Mon Jun 17 22:07:42 2013
@@ -32,7 +32,7 @@ See http://forrest.apache.org/docs/linki
 
   <project label="Project">
     <news        label="News"             href="index.html" />    
-    <about       label="About"            href="about.html" />    
+    <about       label="Download"            href="downloads.html" />    
     <credits     label="Credits"          href="credits.html" />    
     <thanks     label="Thanks"          href="ext:thanks" />  
     <store       label="Buy Stuff"        href="ext:store" />
@@ -53,7 +53,6 @@ See http://forrest.apache.org/docs/linki
   </docs>
 
   <resources label="Resources">
-    <download    label="Download"         href="downloads.html" />
     <nightly     label="Nightly builds"   href="nightly.html" />
     <sonar       label="Sonar Analysis"   href="sonar.html" />
     <contact     label="Mailing Lists"    href="mailing_lists.html" />