[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> binaryfile.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file for binaryfile indexing
   3  #
   4  # NOTE: It is not recommended to edit this files directly, instead
   5  #       a file in override should be created for setting the
   6  #       values that is required for your site. Either create
   7  #       a file called settings/override/binaryfile.ini.append  or
   8  #       settings/override/binaryfile.ini.append.php for more security
   9  #       in non-virtualhost modes (the .php file may already be present
  10  #       and can be used for this purpose).
  11  
  12  # Here you can add handlers for new datatypes.
  13  [HandlerSettings]
  14  MetaDataExtractor[text/plain]=ezplaintext
  15  MetaDataExtractor[application/pdf]=ezpdf
  16  MetaDataExtractor[application/msword]=ezword
  17  # A list of directories to search for metadata extractor handlers
  18  Repositories[]=kernel/classes/datatypes/ezbinaryfile
  19  # A list of extensions which have metadata extractor handlers
  20  # It's common to create a settings/binaryfile.ini.append.php file
  21  # in your extension and add the extension name to automatically
  22  # get handlers from the extension when it's turned on.
  23  # Handlers need to be placed in the extension subdir "plugins".
  24  ExtensionRepositories[]
  25  
  26  
  27  # The path to the text extraction tool to use to 
  28  # fetch the information in PDF files
  29  [PDFHandlerSettings]
  30  TextExtractionTool=pstotext
  31  
  32  # The path to the text extraction tool to use to 
  33  # fetch the information in Word files
  34  [WordHandlerSettings]
  35  TextExtractionTool=wvWare -x /usr/local/wv/wvText.xml


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7