don't die if ISIS database is not found, just go to next one
[webpac] / README
diff --git a/README b/README
index 5d2c3d9..f8b8136 100644 (file)
--- a/README
+++ b/README
@@ -2,26 +2,25 @@ this is a free re-implementation of our searcher described at
 
 http://webpac.sf.net/
 
-
 This code is written by Dobrica Pavlinusic <dpavlin@rot13.org> and
 released under GPL v2 or later license.
 
 
-Status as of 2002-11-22:
+Status as of 2004-03-08:
 
-This code is *NOT* ready for production use. It's not even finished.
-But we are working on it.
+This code is ready for production use. We have 7 live production
+installations.
 
 
 All commands have documentation embeded in them: you can try
 
-$ perldoc isis2xml.pl
+$ perldoc all2xml.pl
 
 to see it's usage.
 
 ### Working notes for documentation:
 
-isis2xml.conf:
+all2xml.conf:
 
 Type must be defined by one of files in import_xml/. However, those
 files can be in form type_something so that you can have multiple
@@ -44,3 +43,5 @@ to do grep param WebPac.pm. However, you shouldn't need to modify
 any other fields in html templates other than f[nr]* and v[nr].
 If you do, it's a BUG. Please report it to us.
 
+
+### For more documentation, please examine doc/ directory!