Standard-Typoscript-Konfiguration

Dies ist eine Standard-Typoscript-Konfiguration für eine zweisprachige, XHTML 1.0 Transitional Seite.

 

###CONSTANTS###
PAGE_TARGET =

###SETUP###
config{

  linkVars = print,L
    uniqueLinkVars = 1
  sys_language_uid=0
  locale_all = german
    language = de
  locale_all = de_DE
    sys_language_mode = content_fallback
    sys_language_overlay = 1
 
  #admPanel=1

  ### definiert das target für interne links #######
  intTarget = {$PAGE_TARGET}
  extTarget = _blank
  
    no_cache = 0
    noScaleUp = 1
}
page.config{   
    pageTitleFirst = 1
    headerComment = Created by xxx

  ###Enable Indexed Search###
  index_enable = 1
  index_externals = 1
   
  ###Spam Protection###
  spamProtectEmailAddresses = 3
  spamProtectEmailAddresses_atSubst = (at)

  ###Simulate Static###
  simulateStaticDocuments = 1
    simulateStaticDocuments_pEnc = md5
    simulateStaticDocuments_noTypeIfNoTitle = 1
  simulateStaticDocuments_addTitle = 1
    simulateStaticDocuments_pEnc_onlyP =  no_cache,backPID,cHash, L, print,tx_ttnews[backPid], tx_ttnews[tt_news], tx_ttnews[pS], tx_ttnews[pL], tx_ttnews[arc], tx_ttnews[cat], tx_ttnews[pointer], tx_ttnews[swords]


  ###AWSTAT###
  stat = 1
  stat_apache = 1
  stat_apache_logfile = your.log
  stat_mysql = 0

  ###XHTML Settings###
  doctype = xhtml_trans
  xhtml_cleaning = all
  disablePrefixComment = 1
  xmlprologue = none
   
  htmlTag_setParams =  xmlns="http://www.w3.org/1999/xhtml" lang="de"
  htmlTag_langKey = de-DE

}
[globalVar = GP:L = 0][language = 0]
config{
    sys_language_uid=0
    locale_all = german
    language = de
    locale_all = de_DE
}

[globalVar = GP:L = 1][language = 1]
config{
    sys_language_uid=1
    locale_all = english
    language = eng
    locale_all = eng_ENG
}
[GLOBAL]