[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/settings/ -> webdav.ini (source)

   1  [GeneralSettings]
   2  EnableWebDAV=false
   3  Logging=disabled
   4  
   5  # List of classes that should always be seen as a folder.
   6  # By default, if a class contains an image attribute it is seen as an image.
   7  FolderClasses[]
   8  FolderClasses[]=folder
   9  #FolderClasses[]=article
  10  #FolderClasses[]=your_custom_class
  11  
  12  # DEPRECATED: WebDAV will use the settings in upload.ini
  13  [DisplaySettings]
  14  FileAttribute[file]=file
  15  FileAttribute[image]=image
  16  
  17  # DEPRECATED: WebDAV will use the settings in upload.ini
  18  [GetSettings]
  19  FileAttribute[file]=file
  20  FileAttribute[image]=image
  21  
  22  # DEPRECATED: WebDAV will use the settings in upload.ini
  23  #
  24  # Setting per mimetype to select which class to create.
  25  #
  26  [PutSettings]
  27  MIME[image/jpeg]=image
  28  MIME[image/pjpeg]=image
  29  MIME[image/gif]=image
  30  MIME[image/tiff]=image
  31  MIME[image/psd]=image
  32  MIME[image/bmp]=image
  33  MIME[image/psd]=image
  34  MIME[image/png]=image
  35  MIME[text/plain]=file
  36  DefaultClass=file
  37  
  38  
  39  # DEPRECATED: WebDAV will use the settings in upload.ini
  40  #
  41  # This setting reveales the ID of the folder class.
  42  # In addition, it is also used to determine which
  43  # attribute to use when creating/naming/renaming the folder.
  44  #
  45  [FolderSettings]
  46  FolderClass=1
  47  NameAttribute=name
  48  
  49  
  50  #
  51  # Setting for attribute to rename per class.
  52  #
  53  #[RenameSettings]
  54  #NameAttribute[5]=name
  55  #NameAttribute[2]=title
  56  #NameAttribute[12]=filename
  57  


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