gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4083 - GNUnet/contrib


From: grothoff
Subject: [GNUnet-SVN] r4083 - GNUnet/contrib
Date: Thu, 28 Dec 2006 19:24:02 -0800 (PST)

Author: grothoff
Date: 2006-12-28 19:24:00 -0800 (Thu, 28 Dec 2006)
New Revision: 4083

Modified:
   GNUnet/contrib/config-client.scm
Log:
addressing Mantis #1125

Modified: GNUnet/contrib/config-client.scm
===================================================================
--- GNUnet/contrib/config-client.scm    2006-12-29 03:23:38 UTC (rev 4082)
+++ GNUnet/contrib/config-client.scm    2006-12-29 03:24:00 UTC (rev 4083)
@@ -256,10 +256,10 @@
   (_ "Which non-default extractors should GNUnet use for keyword extractors")
   (_ "Specify which additional extractor libraries should be used.  
gnunet-insert uses libextractor to extract keywords from files. libextractor 
can be dynamically extended to handle additional file formats. If you want to 
use more than the default set of extractors, specify additional extractor 
libraries here.  The format is [[-]LIBRARYNAME[:[-]LIBRARYNAME]*].
 
-The default is to use filenames and to break larger words at spaces (and 
underscores, etc.).  This should be just fine for most people. The - before a 
library name indicates that this should be executed last and makes only sense 
for the split-library.")
+The default is to use filenames and to break larger words at spaces (and 
underscores, etc.).  This should be just fine for most people. The '-' before a 
library name indicates that this should be executed last and makes only sense 
for the split-library.")
   '()
   #t
-  
"libextractor_filename:-libextractor_split:-libextractor_lower:-libextractor_thumbnail"
+  
"libextractor_filename:-libextractor_split:-libextractor_split(0123456789):-libextractor_lower:-libextractor_thumbnail"
   '()
   'advanced) )
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]