Updating INSTALL and README file for Version 0.84

Chris Pollett [2012-03-19 17:Mar:th]
Updating INSTALL and README file for Version 0.84
Filename
INSTALL
README
diff --git a/INSTALL b/INSTALL
index 328649e7a..240d91587 100755
--- a/INSTALL
+++ b/INSTALL
@@ -31,11 +31,12 @@ Installation
 web server's document root. Yioop makes use of an auxiliary
 folder to store profile/crawl data. Before Yioop will
 run you must configure this directory. To do this
-point your web browser to the location Yioop, a
+point your web browser to the location of Yioop. A
 configuration page should appear and let you set the
 path to the auxiliary folder. For this
-step you must connect via localhost. Make sure the web
-server has permissions on the place where this auxiliary
+step you must connect via localhost or you must have a
+configs/local_config.php file with NO_LOCAL_CHECK defined to true.
+Make sure the web server has permissions on the place where this auxiliary
 folder needs to be created. Once you have set the folder,
 you should see a second form beneath the select-a-path
 form. This form allows you to configure the debug settings,
@@ -57,7 +58,7 @@ php fetcher.php terminal
 from the bin folder.

 (4) To start a crawl, you need to point your browser at the url
-of your seek_quarry installation. Click on the admin link,
+of your Yioop installation. Click on the admin link,
 then the manage crawl link. Type in a description of your
 crawl and click "Start New Crawl". After about a minute you should
 start the Currently Processing and Most Recent Urls sections updating
diff --git a/README b/README
index d250fa7f4..276196168 100755
--- a/README
+++ b/README
@@ -59,13 +59,12 @@ and the sqlite3 built into PHP.
 Credits
 ------
 The source code is mainly due to Chris Pollett.
-Other contributors include: Priya Gangaraju,
+Other contributors include: Ravi Dhillon, Priya Gangaraju,
 Nakul Natu, Vijaya Pamidi, Vijeth Patil, Tarun
-Pepira. Several people helped with localization:
+Pepira, and Shawn Tice. Several people helped with localization:
 My wife, Mary Pollett, Jonathan Ben-David,
-Sujata Dongre, Youn Kim, Chao-Hsin Shih and Sugi Widjaja.
-Thanks to Ravi Dhillon for finding and helping with the fixes for
-Issue 15 and Commit 632e46.
+Sujata Dongre, Animesh Dutta, Youn Kim, Akshat Kukreti,
+Chao-Hsin Shih and Sugi Widjaja.

 Installation
 -------------
ViewGit