Index: /nutchez-0.1/README
===================================================================
--- /nutchez-0.1/README	(revision 89)
+++ /nutchez-0.1/README	(revision 89)
@@ -0,0 +1,30 @@
+************************************************
+              NutchEz  README
+************************************************
+
+NutchEz is developed by NCHC in Taiwan
+
+ * How to install :
+You should download the deb file and type the instruction at the same dir.
+============================  
+sudo dpkg -i nutchez-*.deb
+============================
+
+
+ * How to lunch nutchez
+============
+nutchez
+============
+
+ * How to remove nutchez
+=====================
+sudo dpkg -P nutchez
+=====================
+
+ * Where are the program and configuration files
+
+1. Nutch home is installed on /opt/nutch
+2. Nutch conf dir is set on ~/.nutchez/conf
+3. Tomcat home is installed on ~/.nutchez/tomcat
+
+
Index: /nutchez-0.1/README.nutch
===================================================================
--- /nutchez-0.1/README.nutch	(revision 89)
+++ /nutchez-0.1/README.nutch	(revision 89)
@@ -0,0 +1,60 @@
+Apache Nutch README
+
+Important note: Due to licensing issues we cannot provide two libraries that
+are normally provided with PDFBox (jai_core.jar, jai_codec.jar), the parser
+library we use for parsing PDF files. If you encounter unexpected problems when
+working with PDF files please
+
+1. download the two missing libraries  from:
+   http://pdfbox.cvs.sourceforge.net/viewvc/pdfbox/pdfbox/external/
+
+2. Put them to directory src/plugin/parse-pdf/lib
+3. follow the instructions in file src/plugin/parse-pdf/plugin.xml
+4. Rebuild nutch.
+
+
+
+Interesting files include:
+
+
+  docs/api/index.html
+      Javadocs for the Nutch software.
+
+  CHANGES.txt
+      Log of changes to Nutch.
+
+
+For the latest information about Nutch, please visit our website at:
+
+   http://lucene.apache.org/nutch/
+
+and our wiki, at:
+
+   http://wiki.apache.org/nutch/
+
+To get started using Nutch read Tutorial:
+
+   http://lucene.apache.org/nutch/tutorial.html
+   
+Export Control
+
+This distribution includes cryptographic software.  The country in which you 
+currently reside may have restrictions on the import, possession, use, and/or 
+re-export to another country, of encryption software.  BEFORE using any encryption 
+software, please check your country's laws, regulations and policies concerning the
+import, possession, or use, and re-export of encryption software, to see if this is 
+permitted.  See <http://www.wassenaar.org/> for more information. 
+
+The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has 
+classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which 
+includes information security software using or performing cryptographic functions with 
+asymmetric algorithms.  The form and manner of this Apache Software Foundation 
+distribution makes it eligible for export under the License Exception ENC Technology 
+Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, 
+Section 740.13) for both object code and source code.
+
+The following provides more details on the included cryptographic software:
+
+Apache Nutch uses the PDFBox API in its parse-pdf plugin for extracting textual content 
+and metadata from encrypted PDF files. See http://incubator.apache.org/pdfbox/ for more 
+details on PDFBox.
Index: tchez-0.1/README.txt
===================================================================
--- /nutchez-0.1/README.txt	(revision 88)
+++ 	(revision )
@@ -1,60 +1,0 @@
-Apache Nutch README
-
-Important note: Due to licensing issues we cannot provide two libraries that
-are normally provided with PDFBox (jai_core.jar, jai_codec.jar), the parser
-library we use for parsing PDF files. If you encounter unexpected problems when
-working with PDF files please
-
-1. download the two missing libraries  from:
-   http://pdfbox.cvs.sourceforge.net/viewvc/pdfbox/pdfbox/external/
-
-2. Put them to directory src/plugin/parse-pdf/lib
-3. follow the instructions in file src/plugin/parse-pdf/plugin.xml
-4. Rebuild nutch.
-
-
-
-Interesting files include:
-
-
-  docs/api/index.html
-      Javadocs for the Nutch software.
-
-  CHANGES.txt
-      Log of changes to Nutch.
-
-
-For the latest information about Nutch, please visit our website at:
-
-   http://lucene.apache.org/nutch/
-
-and our wiki, at:
-
-   http://wiki.apache.org/nutch/
-
-To get started using Nutch read Tutorial:
-
-   http://lucene.apache.org/nutch/tutorial.html
-   
-Export Control
-
-This distribution includes cryptographic software.  The country in which you 
-currently reside may have restrictions on the import, possession, use, and/or 
-re-export to another country, of encryption software.  BEFORE using any encryption 
-software, please check your country's laws, regulations and policies concerning the
-import, possession, or use, and re-export of encryption software, to see if this is 
-permitted.  See <http://www.wassenaar.org/> for more information. 
-
-The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has 
-classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which 
-includes information security software using or performing cryptographic functions with 
-asymmetric algorithms.  The form and manner of this Apache Software Foundation 
-distribution makes it eligible for export under the License Exception ENC Technology 
-Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, 
-Section 740.13) for both object code and source code.
-
-The following provides more details on the included cryptographic software:
-
-Apache Nutch uses the PDFBox API in its parse-pdf plugin for extracting textual content 
-and metadata from encrypted PDF files. See http://incubator.apache.org/pdfbox/ for more 
-details on PDFBox.
Index: /nutchez-0.1/bin/nutchez
===================================================================
--- /nutchez-0.1/bin/nutchez	(revision 88)
+++ /nutchez-0.1/bin/nutchez	(revision 89)
@@ -12,6 +12,6 @@
 #. "$bin"/nutchez-func.sh
 
-  export NUTCH_CONF_DIR=~/.nutchez
-  export HADOOP_CONF_DIR=~/.nutchez
+  export NUTCH_CONF_DIR=~/.nutchez/conf
+  export HADOOP_CONF_DIR=~/.nutchez/conf
   export NUTCH_LOG_DIR=~/.nutchez/log
 
Index: /nutchez-0.1/bin/nutchez-func.sh
===================================================================
--- /nutchez-0.1/bin/nutchez-func.sh	(revision 88)
+++ /nutchez-0.1/bin/nutchez-func.sh	(revision 89)
@@ -15,6 +15,7 @@
     # copy from /etc/nutch
     mkdir ~/.nutchez
-    cp -rf /etc/nutch/* ~/.nutchez
+    cp -rf /etc/nutch/conf ~/.nutchez/
     mkdir ~/.nutchez/log
+    cp -rf /etc/nutch/sav ~/.nutchez/
     chown -R $LOGNAME:$LOGNAME ~/.nutchez
   fi
Index: /nutchez-0.1/debian/nutchez.install
===================================================================
--- /nutchez-0.1/debian/nutchez.install	(revision 88)
+++ /nutchez-0.1/debian/nutchez.install	(revision 89)
@@ -1,3 +1,5 @@
-conf/*		etc/nutch
+conf		etc/nutch
+sav		etc/nutch
+README		etc/nutch
 bin		opt/nutch
 bin/nutchez*	usr/local/bin
