Author: lewismc
Date: Thu Jul 21 16:22:58 2011
New Revision: 1149263

URL: http://svn.apache.org/viewvc?rev=1149263&view=rev
Log:
commit to address NUTCH-919 and NUTCH-920, hopefully this resolves NUTCH-914 
for the time being.

Modified:
    nutch/site/forrest/src/documentation/skinconf.xml
    nutch/site/publish/doap.rdf

Modified: nutch/site/forrest/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/skinconf.xml?rev=1149263&r1=1149262&r2=1149263&view=diff
==============================================================================
--- nutch/site/forrest/src/documentation/skinconf.xml (original)
+++ nutch/site/forrest/src/documentation/skinconf.xml Thu Jul 21 16:22:58 2011
@@ -68,7 +68,7 @@ which will be used to configure the chos
   <project-name>Nutch</project-name>
   <project-description>Open Source Web Search Software</project-description>
   <project-url>http://nutch.apache.org/</project-url>
-  <project-logo>images/nutch-logo.gif</project-logo>
+  <project-logo>images/nutch-logo.png</project-logo>
 
   <!-- group logo -->
   <group-name>Apache</group-name>

Modified: nutch/site/publish/doap.rdf
URL: 
http://svn.apache.org/viewvc/nutch/site/publish/doap.rdf?rev=1149263&r1=1149262&r2=1149263&view=diff
==============================================================================
--- nutch/site/publish/doap.rdf (original)
+++ nutch/site/publish/doap.rdf Thu Jul 21 16:22:58 2011
@@ -6,31 +6,45 @@
          xmlns:asfext="http://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 <!--
-  =======================================================================
-
-   Copyright (c) 2006 The Apache Software Foundation.  
-   All rights reserved.
-
-  =======================================================================
+    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.
 -->
-  <Project rdf:about="http://nutch.apache.org/";>
-    <created>2006-02-28</created>
+  <Project rdf:about="http://nutch.apache.org";>
+    <created>2011-07-21</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
     <name>Apache Nutch</name>
-    <homepage rdf:resource="http://nutch.apache.org/"; />
+    <homepage rdf:resource="http://nutch.apache.org"; />
     <asfext:pmc rdf:resource="http://nutch.apache.org"; />
-    <shortdesc>Nutch is the open-source search engine.</shortdesc>
-    <description>Nutch is open source web-search software. It builds
-    on Lucene Java and Hadoop, adding web-specifics, such as a
-    crawler, a link-graph database, parsers for HTML and other
-    document formats, etc.
-    </description>
+    <shortdesc>Apache Nutch is an open source web-search software 
project.</shortdesc>
+    <description>Apache Nutch is an open source web-search software project. 
Stemming from Apache Lucene, it now builds on Apache Solr adding web-specifics, 
such as a crawler, a link-graph database and parsing support handled by Apache 
Tika for HTML and and array other document formats.
+
+Apache Nutch can run on a single machine, but gains a lot of its strength from 
running in a Hadoop cluster
+
+The system can be enhanced (eg other document formats can be parsed) using a 
highly flexible, easily extensible and thoroughly maintained plugin 
infrastructure.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/NUTCH"; />
     <mailing-list rdf:resource="http://nutch.apache.org/mailing_lists.html"; />
-    <download-page 
rdf:resource="http://www.apache.org/dyn/closer.cgi/lucene/nutch/"; />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/nutch/"; 
/>
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
-    <wiki rdf:resource="http://wiki.apache.org/nutch/"/>
+    <release>
+      <Version>
+        <name>Apache Nutch 1.3</name>
+        <created>2011-06-07</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <branch>branch-1.0</branch>
@@ -73,14 +87,14 @@
     </release>
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/nutch/"/>
-        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/nutch/"/>
+        <location rdf:resource="https://svn.apache.org/repos/asf/nutch/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/nutch/"/>
       </SVNRepository>
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>Apache Nutch Team</foaf:name>
-        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+        <foaf:name>Nutch PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
       </foaf:Person>
     </maintainer>
   </Project>


Reply via email to