[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/settings/ -> template.ini (source)

   1  # eZ publish configuration file for eZTemplate
   2  #
   3  # NOTE: It is not recommended to edit this files directly, instead
   4  #       a file in override should be created for setting the
   5  #       values that is required for your site. Either create
   6  #       a file called settings/override/template.ini.append or
   7  #       settings/override/template.ini.append.php for more security
   8  #       in non-virtualhost modes (the .php file may already be present
   9  #       and can be used for this purpose).
  10  
  11  [CharsetSettings]
  12  # The charset to use if no charset is specified in the template
  13  DefaultTemplateCharset=iso-8859-1
  14  # The locale to use for character manipulations if no locale is specified in
  15  # the template. (C is a special locale meaning 7-bit ASCII). Examples for this
  16  # setting include "german", "de_DE.ISO-8859-1"; depending on your operating
  17  # system.
  18  DefaultTemplateLocale=
  19  # The following setting will autoconvert the template to the HTTPCharset as set
  20  # in i18n.ini:CharacterSettings:HTTPCharset when saving a template file from
  21  # the admin interface, and add or adjust the template header when required.
  22  AutoConvertOnSave=enabled
  23  
  24  [ControlSettings]
  25  # Whether warnings from the template engine should be displayed
  26  # on the page or not.
  27  # Note: Debug warnings are always shown if debug is on.
  28  DisplayWarnings=disabled
  29  # User defined parameter.
  30  # Ex: http://ez.no/developer/(poll_option)/5
  31  # will store poll_option 5 into the $view_parameters.poll_option in the template
  32  AllowUserVariables=true
  33  AllowUserVariables=true
  34  # Enable or disable old style parsing of user variables in urls.
  35  # New style user variables can contain '/' and must be placed in the end of url for sure.
  36  # Contents of each user variable starts after variable name signed as '/(<var-name>)/'
  37  # and ends by the next variable name or url's end.
  38  OldStyleUserVariables=disabled
  39  #Max level of template nesting to avoid infinite recursion
  40  MaxLevel=40
  41  
  42  [WashSettings]
  43  # Replacements strings for the . and @ in an email
  44  # Used to display emails in a way that SPAM engines
  45  # cannot fetch automatically
  46  EmailDotText=.
  47  EmailAtText=<span class="spamfilter">SPAMFILTER</span>@
  48  
  49  [PHP]
  50  # A list with php functions and their equivelant template operator names
  51  # Giving the operators a different name from the PHP functions
  52  # are recommended, that way you ensure that all operators follow
  53  # the same naming guidelines. It also means that you can change the
  54  # php function later on without doing template changes.
  55  PHPOperatorList[]
  56  PHPOperatorList[urlencode]=urlencode
  57  
  58  [AutoLinkOperator]
  59  # The maximum number of characters to show in autolink
  60  # links. Specify the maxium with a number or turn it
  61  # off by having an empty string as the value.
  62  # If the link string is longer than the max value it will be shortened
  63  MaxCharacters=72
  64  # Maximum 72 characters
  65  # MaxCharacters=72
  66  # No shortening of characters
  67  # MaxCharacters=
  68  
  69  # A list of URL methods or protocols that should be matched
  70  Methods[]=http
  71  Methods[]=https
  72  Methods[]=ftp
  73  Methods[]=ftps
  74  Methods[]=webdav
  75  Methods[]=webdavs
  76  
  77  # Configuration for the 'simpletags' template operator
  78  [SimpleTagsOperator]
  79  # A list of extension which should be examined for
  80  # extra includes
  81  Extensions[]
  82  
  83  # A list of PHP files that should be included when the
  84  # 'simpletags' operator is used.
  85  # It will look in kernel/classes/simpletags or the simpletags
  86  # subdirectory of an extension (must be defined in Extensions)
  87  IncludeList[]
  88  
  89  TagList[]
  90  # The default setting for everything that is considered normal text,
  91  # ie. text not inside tags.
  92  TagList[text]=;;htmlspecialchars,nl2br
  93  # Defines literal, strong and emphasize tags
  94  TagList[literal]=<pre>;</pre>;htmlspecialchars
  95  TagList[code]=<pre class="code">;</pre>;htmlspecialchars
  96  TagList[strong]=<b>;</b>;htmlspecialchars,nl2br
  97  TagList[emphasize]=<i>;</i>;htmlspecialchars,nl2br
  98  
  99  # To create custom tag list send the name of this list as the first parameter to
 100  # simpletags, e.g simpletags( 'mytags' ), then create a list named TagList_<yourname>
 101  # where <yourname> is the name of the tag list
 102  # Example:
 103  # TagList_mytags[]


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