[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/extension/ezodf/settings/ -> odf.ini (source)

   1  [ODFSettings]
   2  # Path to zip program on windows you can use:
   3  # http://www.info-zip.org/pub/infozip/
   4  # enter for example c:\zip\ or /usr/local/bin/
   5  ZipPath=
   6  # Directory for storing temporary files during conversion (now stored in var/storage, so is deprecated?)
   7  TmpDir=/tmp
   8  
   9  [ODFImport]
  10  # Default class for import
  11  DefaultImportClass=article
  12  # Default class for making an image
  13  DefaultImportImageClass=image
  14  RegisteredClassArray[]=article
  15  RegisteredClassArray[]=folder
  16  RegisteredClassArray[]=image
  17  RegisteredClassArray[]=documentation_page
  18  ImportedImagesMediaNodeName=Imported images
  19  PlaceImagesInMedia=false
  20  OOConverterPort=9090
  21  # Currently only localhost (127.0.0.1) is allowed
  22  OOConverterAddress=127.0.0.1
  23  
  24  [ODFExport]
  25  UseTemplate=true
  26  TemplateName=ezpublish.ott
  27  
  28  # Map eZ publish attributes to OpenOffice.org section definitions
  29  #
  30  # Format:
  31  # [<class_identifier>]
  32  # DefaultImportTitleAttribute=<attribute>
  33  # DefaultImportBodyAttribute=<attribute>
  34  # Is used to content of file into attributes if there is no known sections
  35  # in the OO input file.
  36  # Attribute[]= matches sections from the OO input document with eZ publish attributes
  37  
  38  [article]
  39  DefaultImportTitleAttribute=title
  40  DefaultImportBodyAttribute=body
  41  Attribute[title]=title
  42  Attribute[intro]=intro
  43  Attribute[body]=body
  44  Attribute[image]=image
  45  
  46  [folder]
  47  DefaultImportTitleAttribute=name
  48  DefaultImportBodyAttribute=description
  49  Attribute[name]=name
  50  Attribute[short_description]=short_description
  51  Attribute[description]=description
  52  
  53  [image]
  54  DefaultImportTitleAttribute=name
  55  DefaultImportBodyAttribute=image
  56  Attribute[name]=name
  57  Attribute[caption]=caption
  58  Attribute[image]=image
  59  
  60  [documentation_page]
  61  DefaultImportTitleAttribute=title
  62  DefaultImportBodyAttribute=body
  63  Attribute[title]=title
  64  Attribute[body]=body
  65  
  66  # DocumentType tells which are the supported document type by oo
  67  [DocumentType]
  68  # AllowedTypes are those documents which are supported and published directely and need not to convert for support.
  69  AllowedTypes[]
  70  AllowedTypes[]=odt
  71  # ConvertTypes are those documents which can be converted by oo and then it will publish it automatically.
  72  ConvertTypes[]
  73  ConvertTypes[]=doc


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