[TYPO3-ttnews] RSS generated in root with realURL
Pawel Stanislawczuk
ps at todesign.pl
Tue Jul 11 13:26:33 CEST 2006
--
--
Hi,
Thats it! Thanks guys.
Now I'm working on my way of date display.
plugin.tt_news {
displayXML {
rss2_tmplFile = fileadmin/templates/rss_2.tmpl
date_stdWrap.strftime = %d.%m.%y
time_stdWrap.strftime = %H:%M
}
}
Why this wont work ?
Greetings,
Pawel Stanislawczuk
www.todesign.pl
Uzytkownik "Robert Markula" <robert.markula at gmx.net> napisal w wiadomosci
news:mailman.1.1152560509.3264.typo3-project-tt-news at lists.netfielders.de...
> Andre Flitsch wrote:
>> Pawe³ Stanis³awczuk wrote:
>> > Hi list,
>> >
>> > I would like to have my rss.xml generated in root addrress of my site:
>> > www.strona.pl/rss.xml
>> > Anybody knows how to cofigure realURL to have this?
>>
>> Hi,
>>
>> To put the rss at the root of your site, you will simply have to insert
>> the TS which generates the RSS in the root page of your site. That way
>> you would get what you want.
>
> Which would be:
>
> page {
> # Including the RSS-feed in the header
> headerData.500 = TEXT
> headerData.500.value = <link rel="alternate" type="application/rss+xml"
> title="RSS-Feed" href="http://www.reform-adventisten.net/rss.xml">
> }
>
> In your TS template setup.
>
> Cheers,
> Ro
More information about the TYPO3-project-tt-news
mailing list