[sword-svn] r1989 - trunk

scribe at www.crosswire.org scribe at www.crosswire.org
Sat Nov 11 14:04:36 MST 2006


Author: scribe
Date: 2006-11-11 14:04:33 -0700 (Sat, 11 Nov 2006)
New Revision: 1989

Modified:
   trunk/INSTALL
Log:
Updated docs to match code


Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2006-11-06 19:07:21 UTC (rev 1988)
+++ trunk/INSTALL	2006-11-11 21:04:33 UTC (rev 1989)
@@ -85,13 +85,21 @@
 			DataPath=/where/your/datafiles/are/installed
 		then the API will look for DataPath/mods.d
 	./mods.d
+	../library/mods.d (don't ask)
 	$SWORD_PATH/mods.d
-	$HOME/.sword/mods.d
-	or finally from information found in a system-wide configuration file
-		/etc/sword.conf in the format:
+	/etc/sword.conf in the format:
 			[Install]
 			DataPath=/where/your/datafiles/are/installed
 		then the API will look for DataPath/mods.d
+	$HOME/.sword/mods.d
+		*NOTE: this last one is special.  SWORD will always
+			augment the discovered library from any previous
+			check with modules found here.
+			If this is the ONLY location, then it will be
+			considered the PRIMARY datapath, like any of the
+			earlier checks.
+		
+                       
 
 * NOTE:
 Using the above scheme, SWORD will also determine the path to prefix to the




More information about the sword-cvs mailing list