###RSS CONSTANTS # Seite, die die News List enthält xmlnewsfeed_id = 2 plugin.tt_news { # SYS-Folder mit News pid_list = 40 # Seite mit Singleanzeige singlePid = 116 latestMaxH = 0 displayXML { xmlTitle = www.matusz.ch: Patrick Matusz Homepage xmlLink = http://www.matusz.ch xmlFormat = rss2 rss2_tmplFile = EXT:tt_news/res/rss_2.tmpl # mögliche: rss091 / rss2 / rdf / atom03 xmlFormat = rss2 xmlTitle = Patrick's Blog xmlLink = http://www.matusz.ch # Anzahl News in Reader xmlLimit = 30 xmlDesc = Patrick's Blog # Sprache xmlLang = de title_stdWrap.htmlSpecialChars = 1 title_stdWrap.htmlSpecialChars.preserveEntities = 1 subheader_stdWrap.stripHtml = 1 subheader_stdWrap.htmlSpecialChars = 1 subheader_stdWrap.htmlSpecialChars.preserveEntities = 1 subheader_stdWrap.crop = 425 | ... subheader_stdWrap.ifEmpty.field = bodytext xmlLastBuildDate = 1 xmlIcon = main/typo3conf/ext/tt_news/ext_icon.gif } }