Author: siren Date: Fri Jan 19 08:37:35 2007 New Revision: 497867 URL: http://svn.apache.org/viewvc?view=rev&rev=497867 Log: NUTCH-400
Modified: lucene/nutch/trunk/conf/automaton-urlfilter.txt.template lucene/nutch/trunk/conf/common-terms.utf8 lucene/nutch/trunk/conf/configuration.xsl lucene/nutch/trunk/conf/crawl-tool.xml lucene/nutch/trunk/conf/crawl-urlfilter.txt.template lucene/nutch/trunk/conf/mime-types.xml lucene/nutch/trunk/conf/nutch-default.xml lucene/nutch/trunk/conf/regex-normalize.xml.template lucene/nutch/trunk/conf/regex-urlfilter.txt.template lucene/nutch/trunk/conf/subcollections.xml.template Modified: lucene/nutch/trunk/conf/automaton-urlfilter.txt.template URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/automaton-urlfilter.txt.template?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/automaton-urlfilter.txt.template (original) +++ lucene/nutch/trunk/conf/automaton-urlfilter.txt.template Fri Jan 19 08:37:35 2007 @@ -1,3 +1,18 @@ +# 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. + # The default url filter. # Better for whole-internet crawling. Modified: lucene/nutch/trunk/conf/common-terms.utf8 URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/common-terms.utf8?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/common-terms.utf8 (original) +++ lucene/nutch/trunk/conf/common-terms.utf8 Fri Jan 19 08:37:35 2007 @@ -1,3 +1,18 @@ +# 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. + # Common terms and phrases which will be indexed in n-grams # in order to optimize search. content:a Modified: lucene/nutch/trunk/conf/configuration.xsl URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/configuration.xsl?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/configuration.xsl (original) +++ lucene/nutch/trunk/conf/configuration.xsl Fri Jan 19 08:37:35 2007 @@ -1,4 +1,20 @@ <?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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html"/> <xsl:template match="configuration"> Modified: lucene/nutch/trunk/conf/crawl-tool.xml URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/crawl-tool.xml?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/crawl-tool.xml (original) +++ lucene/nutch/trunk/conf/crawl-tool.xml Fri Jan 19 08:37:35 2007 @@ -1,4 +1,20 @@ <?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. +--> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- Overidden defaults for intranet use. --> Modified: lucene/nutch/trunk/conf/crawl-urlfilter.txt.template URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/crawl-urlfilter.txt.template?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/crawl-urlfilter.txt.template (original) +++ lucene/nutch/trunk/conf/crawl-urlfilter.txt.template Fri Jan 19 08:37:35 2007 @@ -1,3 +1,19 @@ +# 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. + + # The url filter file used by the crawl command. # Better for intranet crawling. Modified: lucene/nutch/trunk/conf/mime-types.xml URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/mime-types.xml?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/mime-types.xml (original) +++ lucene/nutch/trunk/conf/mime-types.xml Fri Jan 19 08:37:35 2007 @@ -1,5 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <!-- ! Document : mime-types.xml ! Author : Jerome Charron - http://frutch.free.fr/ Modified: lucene/nutch/trunk/conf/nutch-default.xml URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/nutch-default.xml?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/nutch-default.xml (original) +++ lucene/nutch/trunk/conf/nutch-default.xml Fri Jan 19 08:37:35 2007 @@ -1,6 +1,21 @@ <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> +<!-- + 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. +--> <!-- Do not modify this file directly. Instead, copy entries that you --> <!-- wish to modify from this file into nutch-site.xml and change them --> <!-- there. If nutch-site.xml does not already exist, create it. --> Modified: lucene/nutch/trunk/conf/regex-normalize.xml.template URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/regex-normalize.xml.template?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/regex-normalize.xml.template (original) +++ lucene/nutch/trunk/conf/regex-normalize.xml.template Fri Jan 19 08:37:35 2007 @@ -1,4 +1,20 @@ <?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. +--> <!-- This is the configuration file for the RegexUrlNormalize Class. This is intended so that users can specify substitutions to be done on URLs. The regex engine that is used is Perl5 compatible. Modified: lucene/nutch/trunk/conf/regex-urlfilter.txt.template URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/regex-urlfilter.txt.template?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/regex-urlfilter.txt.template (original) +++ lucene/nutch/trunk/conf/regex-urlfilter.txt.template Fri Jan 19 08:37:35 2007 @@ -1,3 +1,19 @@ +# 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. + + # The default url filter. # Better for whole-internet crawling. Modified: lucene/nutch/trunk/conf/subcollections.xml.template URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/subcollections.xml.template?view=diff&rev=497867&r1=497866&r2=497867 ============================================================================== --- lucene/nutch/trunk/conf/subcollections.xml.template (original) +++ lucene/nutch/trunk/conf/subcollections.xml.template Fri Jan 19 08:37:35 2007 @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <subcollections> <subcollection> <name>nutch</name>