[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 #?ini charset="iso-8859-1"? 2 # eZ publish configuration file for content module 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/content.ini.append or 8 # settings/override/content.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 [VersionView] 13 # OBSOLETE: Use AvailableSiteDesignList instead 14 # Specify all available site designs 15 # AvailableSiteDesigns=standard;user;admin;demo 16 # OBSOLETE: A list of designs the site can use 17 AvailableSiteDesignList[] 18 AvailableSiteDesignList[]=admin 19 20 # Define maximum versions can be managed. Use syntax 21 # VersionHistoryClass[class_id]=maximum_nr to specify value for particular 22 # classes. Otherwise, the value of DefaultVersionHistoryLimit will be used. 23 [VersionManagement] 24 DefaultVersionHistoryLimit=10 25 VersionHistoryClass[1]=5 26 DeleteDrafts=disabled 27 28 # Time duration of existance of an usual user's drafts 29 DraftsDuration[] 30 DraftsDuration[days]=90 31 DraftsDuration[hours]=0 32 DraftsDuration[minutes]=0 33 DraftsDuration[seconds]=0 34 # Clean-up limit per one time running of the 'old_drafts_cleanup.php' cronjob script 35 DraftsCleanUpLimit=100 36 37 # Time duration of existance of an internal draft 38 InternalDraftsDuration[] 39 InternalDraftsDuration[days]=1 40 InternalDraftsDuration[hours]=0 41 InternalDraftsDuration[minutes]=0 42 InternalDraftsDuration[seconds]=0 43 # Clean-up limit per one time running of the 'internal_drafts_cleanup.php' cronjob script 44 InternalDraftsCleanUpLimit=100 45 46 [EditSettings] 47 # A list of extensions containing custom content edit handlers. 48 # These handler must be placed in : <extensions>/<extension-name>/content/<extension-name>handler.php 49 # And contain a class called : <extension-name>Handler, with the function : fetchInput 50 # This class must implement eZContentObjectEditHandler ( kernel/classes/ezcontentobjectedithandler.php ) 51 ExtensionDirectories[] 52 53 [DataTypeSettings] 54 # A list of directories to check for datatypes 55 RepositoryDirectories[]=kernel/classes/datatypes 56 # A list of extensions which have content object datatypes 57 # It's common to create a settings/content.ini.append file 58 # in your extension and add the extension name to automatically 59 # get datatypes from the extension when it's turned on. 60 ExtensionDirectories[] 61 62 AvailableDataTypes[]=ezstring 63 AvailableDataTypes[]=eztext 64 AvailableDataTypes[]=ezxmltext 65 AvailableDataTypes[]=ezdate 66 AvailableDataTypes[]=ezdatetime 67 AvailableDataTypes[]=eztime 68 AvailableDataTypes[]=ezboolean 69 AvailableDataTypes[]=ezinteger 70 AvailableDataTypes[]=ezfloat 71 AvailableDataTypes[]=ezenum 72 AvailableDataTypes[]=ezobjectrelation 73 AvailableDataTypes[]=ezobjectrelationlist 74 AvailableDataTypes[]=ezimage 75 AvailableDataTypes[]=ezbinaryfile 76 AvailableDataTypes[]=ezmedia 77 AvailableDataTypes[]=ezauthor 78 AvailableDataTypes[]=ezurl 79 AvailableDataTypes[]=ezemail 80 AvailableDataTypes[]=ezoption 81 AvailableDataTypes[]=ezmultioption 82 AvailableDataTypes[]=ezrangeoption 83 AvailableDataTypes[]=ezprice 84 AvailableDataTypes[]=ezmultiprice 85 AvailableDataTypes[]=ezuser 86 AvailableDataTypes[]=ezisbn 87 AvailableDataTypes[]=ezkeyword 88 AvailableDataTypes[]=ezsubtreesubscription 89 AvailableDataTypes[]=ezmatrix 90 AvailableDataTypes[]=ezselection 91 AvailableDataTypes[]=ezidentifier 92 AvailableDataTypes[]=ezinisetting 93 AvailableDataTypes[]=ezpackage 94 AvailableDataTypes[]=ezproductcategory 95 AvailableDataTypes[]=ezcountry 96 97 [ActionSettings] 98 ExtensionDirectories[] 99 100 [CustomTagSettings] 101 # You can use custom tags through the <custom> tag in XML fields. 102 # Example: <custom name="sub">Sub text</custom> 103 AvailableCustomTags[] 104 AvailableCustomTags[]=factbox 105 AvailableCustomTags[]=quote 106 AvailableCustomTags[]=strike 107 AvailableCustomTags[]=sub 108 AvailableCustomTags[]=sup 109 IsInline[] 110 IsInline[strike]=true 111 IsInline[sub]=true 112 IsInline[sup]=true 113 114 [factbox] 115 # Custom attributes list 116 CustomAttributes[] 117 CustomAttributes[]=title 118 119 [header] 120 # UseStrictHeaderRule controls if you can use headers tags 121 # arbitrarily or only properly nested (header 2 must be inside 122 # header 1 etc.) 123 UseStrictHeaderRule=false 124 # Header classes 125 AvailableClasses[] 126 #AvailableClasses[]=headerRed 127 #AvailableClasses[]=headerBlue 128 # Custom attributes list 129 CustomAttributes[] 130 131 [paragraph] 132 AvailableClasses[] 133 #AvailableClasses[]=pRed 134 #AvailableClasses[]=pBlue 135 AllowEmpty=false 136 CustomAttributes[] 137 138 [table] 139 AvailableClasses[] 140 #AvailableClasses[]=tableRed 141 #AvailableClasses[]=tableBlue 142 CustomAttributes[] 143 144 [tr] 145 AvailableClasses[] 146 #AvailableClasses[]=trRed 147 #AvailableClasses[]=trBlue 148 CustomAttributes[] 149 150 [td] 151 AvailableClasses[] 152 #AvailableClasses[]=tdRed 153 #AvailableClasses[]=tdBlue 154 CustomAttributes[] 155 156 [th] 157 AvailableClasses[] 158 #AvailableClasses[]=thRed 159 #AvailableClasses[]=thBlue 160 CustomAttributes[] 161 162 [literal] 163 AvailableClasses[] 164 # The class 'html' is disabled by default because it gives editors the 165 # possibility to insert html and javascript code in XML blocks. 166 # Don't enable the 'html' class unless you really trust all users who has 167 # privileges to edit objects containing XML blocks. 168 #AvailableClasses[]=html 169 CustomAttributes[] 170 171 [strong] 172 AvailableClasses[] 173 #AvailableClasses[]=boldRed 174 #AvailableClasses[]=boldBlue 175 CustomAttributes[] 176 177 [emphasize] 178 AvailableClasses[] 179 #AvailableClasses[]=italicRed 180 #AvailableClasses[]=italicBlue 181 CustomAttributes[] 182 183 [ol] 184 AvailableClasses[] 185 #AvailableClasses[]=olRed 186 #AvailableClasses[]=olBlue 187 CustomAttributes[] 188 189 [ul] 190 AvailableClasses[] 191 #AvailableClasses[]=ulRed 192 #AvailableClasses[]=ulBlue 193 CustomAttributes[] 194 195 [link] 196 AvailableClasses[] 197 #AvailableClasses[]=linkRed 198 #AvailableClasses[]=linkBlue 199 CustomAttributes[] 200 201 [object] 202 AvailableClasses[] 203 #AvailableClasses[]=objectRed 204 #AvailableClasses[]=objectBlue 205 CustomAttributes[] 206 207 [embed] 208 AvailableClasses[] 209 #AvailableClasses[]=embedRed 210 #AvailableClasses[]=embedBlue 211 CustomAttributes[] 212 213 [embed-inline] 214 AvailableClasses[] 215 #AvailableClasses[]=embedRed 216 #AvailableClasses[]=embedBlue 217 CustomAttributes[] 218 219 [NodeSettings] 220 # The node ID of the normal content tree 221 RootNode=2 222 # The node ID of the user tree 223 UserRootNode=5 224 # The node ID for the media tree 225 MediaRootNode=43 226 # The node ID for the setup tree 227 SetupRootNode=48 228 # The node ID for the design tree 229 DesignRootNode=58 230 231 [ClassSettings] 232 # Number of seconds to wait before removing class edit lock. 233 DraftTimeout=7200 234 235 # Controls the presence of the "Apply" button in class edit mode. 236 ApplyButton=enabled 237 238 [RelationAssignmentSettings] 239 # Default assignment for new related objects, possible values are 240 # - A Node ID - Place all new objects under this node 241 # - A node path - The placement of the parent node by a path, e.g. media/files 242 # - root - The root of the tree 243 # - users - The root of the user tree 244 # - media - The root of the user tree 245 # - none - Do not place anywhere, the user must then fix the assignment before 246 # publishing 247 # Multiple assignments are separated with commas. 248 DefaultAssignment=root 249 # Automatic assignments for specific classes. 250 # 251 # Each line consists of three or two values separated by semi-colon. 252 # First two values are lists of elements which are comma separated. 253 # 254 # First value is the class identifier, second is the assignment (see above for 255 # values). An optional third is the main node in case you upload to many 256 # locations. If the third parameter is not set, then the first element of 257 # the value 2 will be used as main node. 258 # 259 # Classes are either specified with identifier, ID or group_ID 260 # The items are searched in order so the first to match will be used, 261 # this means that class IDs should come before class group IDs. 262 # 263 # If the same class is specified in many lines, then will be used the first 264 # match where user has an access to all listed nodes. 265 # 266 ClassSpecificAssignment[] 267 ClassSpecificAssignment[]=user,user_group;users/guest_accounts 268 ClassSpecificAssignment[]=image;media/images 269 ClassSpecificAssignment[]=video;media/multimedia 270 ClassSpecificAssignment[]=file;media/files 271 ClassSpecificAssignment[]=quicktime;media/multimedia 272 ClassSpecificAssignment[]=windows_media;media/multimedia 273 ClassSpecificAssignment[]=real_video;media/multimedia 274 ClassSpecificAssignment[]=flash;media/multimedia 275 #ClassSpecificAssignment[]=image;33,37;37 276 #ClassSpecificAssignment[]=match;node1,node2;main_node 277 278 [RelationGroupSettings] 279 # A list of defined relation groups, each entry 280 # will have a class definition setting suffixed with ClassList 281 # e.g. a group called images would have the setting ImagesClassList 282 Groups[] 283 Groups[]=images 284 Groups[]=files 285 286 # The group were all non-match classes are placed 287 # this is usually related folders and articles 288 DefaultGroup=objects 289 290 # A list of class identifiers that should be placed in the 291 # related image group 292 ImagesClassList[] 293 ImagesClassList[]=image 294 295 # A list of class identifiers that should be placed in the 296 # related files group 297 FilesClassList[] 298 FilesClassList[]=file 299 300 [ObjectRelationDataTypeSettings] 301 ClassAttributeStartNode[] 302 ClassAttributeStartNode[]=240;AddRelatedImageToDataType 303 304 [UnpublishSettings] 305 RootNodeList[] 306 ClassList[] 307 308 [HideSettings] 309 # Example: 310 # 311 # RootNodeList[] 312 # RootNodeList[]=2 313 # HideDateAttributeList[] 314 # HideDateAttributeList[article]=hide_date 315 # 316 # List of root nodes where nodes can be hidden. 317 RootNodeList[] 318 # Class attribute map, describing which date/time fields to use. 319 # The systems uses the class identifier to determine which classes to hide in the cronjob. 320 HideDateAttributeList[] 321 322 [ImageSettings] 323 DefaultEditAlias=medium 324 DefaultEmbedAlias=medium 325 326 327 [MatrixComponentSettings] 328 CompanyAddress[] 329 CompanyAddress[]=Postal Address 330 CompanyAddress[]=Visitor Address 331 332 PersonContactInfo[] 333 PersonContactInfo[]=Phone 334 PersonContactInfo[]=Fax 335 PersonContactInfo[]=Email 336 PersonContactInfo[]=Homepage 337 PersonContactInfo[]=IM address 338 339 CompanyContactInfo[] 340 CompanyContactInfo[]=Phone 341 CompanyContactInfo[]=Fax 342 CompanyContactInfo[]=Email 343 CompanyContactInfo[]=Homepage 344 345 [ContentOverrideSettings] 346 # Set this to true if you would like to do an override 347 # based on the class group of the content 348 EnableClassGroupOverride=false 349 350 [ClassGroupIDs] 351 Content=1 352 Users=2 353 Media=3 354 Setup=4 355 356 [RemoveSettings] 357 # Maximum number of nodes to remove using Remove Subtrees feature 358 MaxNodesRemoveSubtree=100 359 # delete or trash 360 DefaultRemoveAction=trash 361 # true or false 362 ShowRemoveToTrashCheck=true 363 # true or false 364 HideRemoveConfirmation=false 365 366 [CopySettings] 367 # Maximum number of nodes to copy using Copy Subtree feature 368 MaxNodesCopySubtree=30 369 # Use either user-defined, last-published or all 370 VersionHandling=all 371 # Use either user-defined, keep-unchanged or current to 372 # set current user as creator of copied contentobjects 373 CreatorHandling=current 374 # Use either user-defined, keep-unchanged or current 375 TimeHandling=current 376 # Show or not copy subtree notification after copying subtree 377 ShowCopySubtreeNotification=enabled 378 # Controls where it will redirect after copying a class 379 # Use one of: 380 # grouplist - Redirect to the main classgroup list 381 # classlist - Redirect to group of the copied class 382 # classedit - Redirect to edit mode of copied class 383 # classview - Redirect to view mode of copied class 384 ClassRedirect=classlist 385 386 [RSSImportSettings] 387 DraftTimeout=7200 388 389 [RSSExportSettings] 390 DraftTimeout=7200 391 392 [PDFExportSettings] 393 DraftTimeout=7200 394 395 [CountrySettings] 396 # Is used for backwards compatability only 397 # All countries are in country.ini 398 Countries[] 399 Countries[]=Afghanistan 400 Countries[]=Albania 401 Countries[]=Algeria 402 Countries[]=American Samoa 403 Countries[]=Andorra 404 Countries[]=Angola 405 Countries[]=Anguilla 406 Countries[]=Antarctica 407 Countries[]=Antigua and Barbuda 408 Countries[]=Argentina 409 Countries[]=Armenia 410 Countries[]=Aruba 411 Countries[]=Australia 412 Countries[]=Austria 413 Countries[]=Azerbaijan 414 Countries[]=Bahamas 415 Countries[]=Bahrain 416 Countries[]=Bangladesh 417 Countries[]=Barbados 418 Countries[]=Belarus 419 Countries[]=Belgium 420 Countries[]=Belize 421 Countries[]=Benin 422 Countries[]=Bermuda 423 Countries[]=Bhutan 424 Countries[]=Bolivia 425 Countries[]=Bosnia and Herzegovina 426 Countries[]=Botswana 427 Countries[]=Bouvet Island 428 Countries[]=Brazil 429 Countries[]=British Indian Ocean Territory 430 Countries[]=Brunei Darussalam 431 Countries[]=Bulgaria 432 Countries[]=Burkina Faso 433 Countries[]=Burundi 434 Countries[]=Cambodia 435 Countries[]=Cameroon 436 Countries[]=Canada 437 Countries[]=Cape Verde 438 Countries[]=Cayman Islands 439 Countries[]=Central African Republic 440 Countries[]=Chad 441 Countries[]=Chile 442 Countries[]=China 443 Countries[]=Christmas Island 444 Countries[]=Cocos 445 Countries[]=Colombia 446 Countries[]=Comoros 447 Countries[]=Congo 448 Countries[]=Cook Islands 449 Countries[]=Costa Rica 450 Countries[]=Cote d 451 Countries[]=Croatia 452 Countries[]=Cuba 453 Countries[]=Cyprus 454 Countries[]=Czech Republic 455 Countries[]=Denmark 456 Countries[]=Djibouti 457 Countries[]=Dominica 458 Countries[]=Dominican Republic 459 Countries[]=East Timor 460 Countries[]=Ecuador 461 Countries[]=Egypt 462 Countries[]=El Salvador 463 Countries[]=Equatorial Guinea 464 Countries[]=Eritrea 465 Countries[]=Estonia 466 Countries[]=Ethiopia 467 Countries[]=Falkland Islands 468 Countries[]=Faroe Islands 469 Countries[]=Fiji 470 Countries[]=Finland 471 Countries[]=France 472 Countries[]=France 473 Countries[]=French Guiana 474 Countries[]=French Polynesia 475 Countries[]=French Southern Territories 476 Countries[]=Gabon 477 Countries[]=Gambia 478 Countries[]=Georgia 479 Countries[]=Germany 480 Countries[]=Ghana 481 Countries[]=Gibraltar 482 Countries[]=Greece 483 Countries[]=Greenland 484 Countries[]=Grenada 485 Countries[]=Guadeloupe 486 Countries[]=Guam 487 Countries[]=Guatemala 488 Countries[]=Guinea 489 Countries[]=Guinea 490 Countries[]=Guyana 491 Countries[]=Haiti 492 Countries[]=Heard Island and McDonald Islands 493 Countries[]=Honduras 494 Countries[]=Hong Kong 495 Countries[]=Hungary 496 Countries[]=Iceland 497 Countries[]=India 498 Countries[]=Indonesia 499 Countries[]=Iran 500 Countries[]=Iraq 501 Countries[]=Ireland 502 Countries[]=Israel 503 Countries[]=Italy 504 Countries[]=Jamaica 505 Countries[]=Japan 506 Countries[]=Jordan 507 Countries[]=Kazakhstan 508 Countries[]=Kenya 509 Countries[]=Kiribati 510 Countries[]=Korea 511 Countries[]=Korea 512 Countries[]=Kuwait 513 Countries[]=Kyrgyzstan 514 Countries[]=Lao People 515 Countries[]=Latin America 516 Countries[]=Latvia 517 Countries[]=Lebanon 518 Countries[]=Lesotho 519 Countries[]=Liberia 520 Countries[]=Libyan Arab Jamahiriya 521 Countries[]=Liechtenstein 522 Countries[]=Lithuania 523 Countries[]=Luxembourg 524 Countries[]=Macau 525 Countries[]=Macedonia 526 Countries[]=Madagascar 527 Countries[]=Malawi 528 Countries[]=Malaysia 529 Countries[]=Maldives 530 Countries[]=Mali 531 Countries[]=Malta 532 Countries[]=Marshall Islands 533 Countries[]=Martinique 534 Countries[]=Mauritania 535 Countries[]=Mauritius 536 Countries[]=Mayotte 537 Countries[]=Mexico 538 Countries[]=Micronesia 539 Countries[]=Moldova 540 Countries[]=Monaco 541 Countries[]=Mongolia 542 Countries[]=Montserrat 543 Countries[]=Morocco 544 Countries[]=Mozambique 545 Countries[]=Myanmar 546 Countries[]=Namibia 547 Countries[]=Nauru 548 Countries[]=Nepal 549 Countries[]=Netherlands 550 Countries[]=Netherlands Antilles 551 Countries[]=New Caledonia 552 Countries[]=New Zealand 553 Countries[]=Nicaragua 554 Countries[]=Niger 555 Countries[]=Nigeria 556 Countries[]=Niue 557 Countries[]=Norfolk Island 558 Countries[]=Northern Mariana Islands 559 Countries[]=Norway 560 Countries[]=Oman 561 Countries[]=Pakistan 562 Countries[]=Palau 563 Countries[]=Panama 564 Countries[]=Papua New Guinea 565 Countries[]=Paraguay 566 Countries[]=Peru 567 Countries[]=Philippines 568 Countries[]=Pitcairn 569 Countries[]=Poland 570 Countries[]=Portugal 571 Countries[]=Puerto Rico 572 Countries[]=Qatar 573 Countries[]=Reunion 574 Countries[]=Romania 575 Countries[]=Russian Federation 576 Countries[]=Rwanda 577 Countries[]=Saint Helena 578 Countries[]=Saint Kitts and Nevis 579 Countries[]=Saint Lucia 580 Countries[]=Saint Pierre and Miquelon 581 Countries[]=Saint Vincent and the Grenadines 582 Countries[]=Samoa 583 Countries[]=San Marino 584 Countries[]=Sao Tome and Principe 585 Countries[]=Saudi Arabia 586 Countries[]=Senegal 587 Countries[]=Seychelles 588 Countries[]=Sierra Leone 589 Countries[]=Singapore 590 Countries[]=Slovakia 591 Countries[]=Slovenia 592 Countries[]=Solomon Islands 593 Countries[]=Somalia 594 Countries[]=South Africa 595 Countries[]=South Georgia and the South Sandwich Island 596 Countries[]=Spain 597 Countries[]=Sri Lanka 598 Countries[]=Sudan 599 Countries[]=Suriname 600 Countries[]=Svalbard and Jan Mayen Islands 601 Countries[]=Swaziland 602 Countries[]=Sweden 603 Countries[]=Switzerland 604 Countries[]=Syrian Arab Republic 605 Countries[]=Taiwan 606 Countries[]=Tajikistan 607 Countries[]=Tanzania 608 Countries[]=Thailand 609 Countries[]=Togo 610 Countries[]=Tokelau 611 Countries[]=Tonga 612 Countries[]=Trinidad and Tobago 613 Countries[]=Tunisia 614 Countries[]=Turkey 615 Countries[]=Turkmenistan 616 Countries[]=Turks and Caicos Islands 617 Countries[]=Tuvalu 618 Countries[]=Uganda 619 Countries[]=Ukraine 620 Countries[]=United Arab Emirates 621 Countries[]=United Kingdom 622 Countries[]=United States Minor Outlying Islands 623 Countries[]=United States of America 624 Countries[]=Uruguay 625 Countries[]=Uzbekistan 626 Countries[]=Vanuatu 627 Countries[]=Vatican City State 628 Countries[]=Venezuela 629 Countries[]=Viet Nam 630 Countries[]=Virgin Islands 631 Countries[]=Virgin Islands 632 Countries[]=Wallis and Futuna Islands 633 Countries[]=Western Sahara 634 Countries[]=Yemen 635 Countries[]=Yugoslavia 636 Countries[]=Zaire 637 Countries[]=Zambia 638 639 [ContentVersionDiffSettings] 640 #When enabled, diff of eZXMLText will occur in the simplified xml input format, with formatting tags. 641 #When disabled, diff of eZXMLText will occur with just plain text. 642 UseSimplifiedXML=disabled 643 644 [AlphabeticalFilterSettings] 645 # List of alphabets that will be used in alphabetical navigation. 646 # Alphabets will be fetched from AlphabetList[<name of alphabet>] 647 # For example: 648 # ContentFilterList[]=<name of alphabet> 649 # If array is empty means the alphabetical navigation will be disabled. 650 ContentFilterList[] 651 #ContentFilterList[]=eng-GB 652 #ContentFilterList[]=ger-DE 653 654 # Alphabet range in unicode (range of english alphabet is between 97 and 122). 655 # You can use range (e.g. 97-122) and/or sequence of letters (e.g. 248,249). 656 AlphabetList[] 657 AlphabetList[eng-GB]=97-122 658 AlphabetList[ger-DE]=97,228,98-111,246,112-115,223,116,117,252,118-122 659 AlphabetList[rus-RU]=1072-1103 660 AlphabetList[nor-NO]=97-122,230,248,229 661 662 # If true unused letters in alphabetical navigation (when browsing or fetching subitems) 663 # will be disabled. 664 # For example: 665 # if there are no objects with 'a' first letter in the object name 'a' letter will be disabled in alphabetical navigation. 666 EnableUnusedLetters=true
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |