1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# die meisten einstellungen sind via constant editor # damit der rte content richtig geparst wird plugin.tt_news { displayXML { subheader_stdWrap.crop = 150 | ... | 1 content_stdWrap.parseFunc < lib.parseFunc_RTE content_stdWrap.HTMLparser = 1 content_stdWrap.HTMLparser.keepNonMatchedTags = 1 } } # enable rss feed xmlnews = PAGE xmlnews { typeNum = 100 10 > 10 < plugin.tt_news 10.defaultCode = XML config { absRefPrefix = http://mydomain.com/ disableAllHeaderCode = 1 additionalHeaders = Content-type:text/xml no_cache = 1 xhtml_cleaning = 0 } } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
// ... 'fileName' => array ( 'index' => array ( 'news.xml' => array ( 'keyValues' => array ( 'type' => 100, ), ), ), ), // ... |