[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/settings/ -> package.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file.
   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/package.ini.append or
   8  #       settings/override/package.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  [RepositorySettings]
  13  RepositoryDirectory=packages
  14  # URL where eZ publish setup wizard will fetch packages from
  15  # If you want to use the old packages which were available in
  16  # versions prior to 3.9 use the following URL instead:
  17  # http://packages.ez.no/ezpublish/3.9legacypackages
  18  RemotePackagesIndexURL=http://packages.ez.no/ezpublish/3.9
  19  
  20  [PackageSettings]
  21  RepositoryDirectories[]=kernel/classes
  22  # A list of extensions which have package handlers support
  23  # The extension must place package handlers in the
  24  # subdirectory packagehandlers.
  25  ExtensionDirectories[]
  26  
  27  # Aliases for handlers, this allows handlers to have
  28  # nicer names and also shortcuts for doing specific items.
  29  HandlerAlias[]
  30  HandlerAlias[contentclass]=ezcontentclass
  31  
  32  HandlerAlias[contentobject]=ezcontentobject
  33  
  34  HandlerAlias[iniaddon]=eziniaddon
  35  
  36  HandlerAlias[file]=ezfile
  37  HandlerAlias[ini]=ezfile
  38  HandlerAlias[design]=ezfile
  39  HandlerAlias[template]=ezfile
  40  HandlerAlias[thumbnail]=ezfile
  41  
  42  HandlerAlias[sql]=ezdb
  43  
  44  HandlerAlias[extension]=ezextension
  45  HandlerAlias[installscript]=ezinstallscript
  46  
  47  TypeList[]
  48  TypeList[contentobject]=Content object
  49  TypeList[contentclass]=Content class
  50  TypeList[sitestyle]=Site style
  51  TypeList[site]=Site
  52  TypeList[patch]=Patch
  53  
  54  StateList[]
  55  StateList[mature]=Mature
  56  StateList[stable]=Stable
  57  StateList[beta]=Beta
  58  StateList[alpha]=Alpha
  59  StateList[prealpha]=Pre-Alpha
  60  
  61  [MaintainerSettings]
  62  RoleList[]
  63  RoleList[]=lead
  64  RoleList[]=developer
  65  RoleList[]=designer
  66  RoleList[]=contributor
  67  RoleList[]=tester
  68  
  69  [CreationSettings]
  70  # A list of extensions which have package creation handlers support
  71  # The extension must place package creation handlers in the
  72  # subdirectory packagecreators.
  73  HandlerList[]
  74  HandlerList[]=ezcontentclass
  75  HandlerList[]=ezstyle
  76  HandlerList[]=ezcontentobject
  77  HandlerList[]=ezextension
  78  
  79  [InstallerSettings]
  80  # A list of extensions which have package installation handlers support
  81  # The extension must place package creation handlers in the
  82  # subdirectory packageinstallers.
  83  HandlerList[]
  84  HandlerList[]=ezcontentobject
  85  HandlerList[]=ezinstallscript
  86  


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