goba            Tue Jan 13 11:33:58 2004 EDT

  Modified files:              
    /livedocs   README 
  Log:
  extend note on reindexing, taking entities and FTS into account
  
Index: livedocs/README
diff -u livedocs/README:1.11 livedocs/README:1.12
--- livedocs/README:1.11        Tue Jan 13 09:39:11 2004
+++ livedocs/README     Tue Jan 13 11:33:58 2004
@@ -1,6 +1,6 @@
 README
 ======
-$Id: README,v 1.11 2004/01/13 14:39:11 nlopess Exp $
+$Id: README,v 1.12 2004/01/13 16:33:58 goba Exp $
 vim:et:tw=78
 
 INTRODUCTION
@@ -69,17 +69,18 @@
 
 5. Run the livedoc indexer:
 
-       ./build.sh
+    ./build.sh
 
-       This creates phpdoc-idx.$LANG.sqlite and livedoc-cache-idx.$LANG.sqlite.
-       It will also configure phpdoc (autoconf & ./configure).
-
-       Note: When a new XML file is created in the manual, you must issue
-       this command again, in order to that file become indexed.
+    This creates phpdoc-idx.$LANG.sqlite and livedoc-cache-idx.$LANG.sqlite.
+    It will also configure phpdoc (autoconf & ./configure).
 
+    Note: When a new XML file or entity is added, you must issue this command
+    again, in order to that file/entity become indexed. If you modify a file,
+    a new indexing process is only needed if you would like to update the full
+    text search database.
 
 6. Call up a node in your browser
 
-       http://localhost/livedocs/index.php?q=function.fopen
+    http://localhost/livedocs/index.php?q=function.fopen
 
 Done :)
\ No newline at end of file

Reply via email to