TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] RSS und tt_news

This is a discussion on [TYPO3] RSS und tt_news within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hallo zusammen, ich habe es immer noch nicht geschafft, meinen RSS-Feed ordentlich zum Laufen zu bringen... Ich hab schon ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 11.01.2008, 00:55
Michael Gnessner
Gast
 
Beiträge: n/a
Standard [TYPO3] RSS und tt_news

Hallo zusammen,

ich habe es immer noch nicht geschafft, meinen RSS-Feed ordentlich zum
Laufen zu bringen... Ich hab schon zahlreiche Newsgroup-Beiträge und
Foreneinträge gewälzt ohne eine Lösung zu finden...

Zum einen beschwert sich der Validator darüber, daß der Server angeblich
ISO-8559-1 aussenden würde. Ich habe jedoch in meiner Systemconfiguration
und auch in der DB UTF-8 voreingestellt! Daraus resultieren zahlreiche
Probleme mit Umlauten.

Weiterhin kann er z.B. » nicht auflösen und sagt, es handle sich um
ein Undefined named entity:raquo.

Das TS sieht folgendermaßen aus:

SETUP:
temp.newsxml >
temp.newsxml < plugin.tt_news
temp.newsxml {
displayXML {
date_stdWrap.strftime= %d.%m.%Y
xmlFormat = rss2
xmlTitle = {$plugin.tt_news.displayXML.xmlTitle}
xmlLink = {$plugin.tt_news.displayXML.xmlLink}
xmlDesc = {$plugin.tt_news.displayXML.xmlDesc}
xmlLang = {$plugin.tt_news.displayXML.xmlLang}
xmlIcon = {$plugin.tt_news.displayXML.xmlIcon}
rss2_tmplFile =
{$plugin.tt_news.displayXML.fileadmin/code/templates/news/rss_2.tmpl
title_stdWrap.stripHtml = 1
title_stdWrap.htmlSpecialChars = 1
title_stdWrap.htmlSpecialChars.preserveEntities = 1
subheader_stdWrap.stripHtml = 1
subheader_stdWrap.htmlSpecialChars = 1
subheader_stdWrap.htmlSpecialChars.preserveEntitie s = 1
subheader_stdWrap.crop 1000|...|1
subheader_stdWrap.ifEmpty.field = bodytext
}
}

xmlnews = PAGE
xmlnews {
typeNum = 100

10 >
10 < plugin.tt_news
10.archive = -1
10.pid_list >
10.pid_list = {$plugin.tt_news.pid_list}
10.singlePid = {$plugin.tt_news.singlePid}
10.defaultCode = XML

config {
index_enable = 0
metaCharset = utf-8
disalbeAllHeaderCode = 1
additionalHeaders = Content-type:text/xml
xhtml_cleaning = 1
#admPanel = 0
}
}

Im Moment weiß ich keinen Rat mehr....

Beste Grüße
--
Michael Gnessner
Email: michael (AT) epoche-napoleon (DOT) net
WEB: http://www.epoche-napoleon.net
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 11.01.2008, 01:05
Michael Gnessner
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] RSS und tt_news

Am Fri, 11 Jan 2008 00:55:10 +0100 schrieb Michael Gnessner:

I´m so sorry, but I posted in the wrong newsgroup. I want to post it to the
german newsgroup, but perhaps someone of you have any idea? I try to
translate it in english, I hope you´ll understand me...

> ich habe es immer noch nicht geschafft, meinen RSS-Feed ordentlich zum
> Laufen zu bringen... Ich hab schon zahlreiche Newsgroup-Beiträge und
> Foreneinträge gewälzt ohne eine Lösung zu finden...

My RSS feed doesn´t work good. And I spend a lot of time to search for
running it true... (Mailinglists and Forums).
>
> Zum einen beschwert sich der Validator darüber, daß der Server angeblich
> ISO-8559-1 aussenden würde. Ich habe jedoch in meiner Systemconfiguration
> und auch in der DB UTF-8 voreingestellt! Daraus resultieren zahlreiche
> Probleme mit Umlauten.

One of my problems will be, that W3C said, I send an UTF-8-Feed, but my
server will be optimate for ISO-8559-1. TYPO3 and the database are worked
with utf-8
>
> Weiterhin kann er z.B. &raquo; nicht auflösen und sagt, es handle sich um
> ein Undefined named entity:raquo.

Some Entities, like &raquo; doesn´t defined by my feed. Look here for the
validated source of my feed:
http://validator.w3.org/feed/check.c...t%2F1.100.html

> Das TS sieht folgendermaßen aus:

This is my TS for the rss-output of tt_news. Perhaps someone will have any
tipps for runnig this feed in utf-8...

> SETUP:
> temp.newsxml >
> temp.newsxml < plugin.tt_news
> temp.newsxml {
> displayXML {
> date_stdWrap.strftime= %d.%m.%Y
> xmlFormat = rss2
> xmlTitle = {$plugin.tt_news.displayXML.xmlTitle}
> xmlLink = {$plugin.tt_news.displayXML.xmlLink}
> xmlDesc = {$plugin.tt_news.displayXML.xmlDesc}
> xmlLang = {$plugin.tt_news.displayXML.xmlLang}
> xmlIcon = {$plugin.tt_news.displayXML.xmlIcon}
> rss2_tmplFile =
> {$plugin.tt_news.displayXML.fileadmin/code/templates/news/rss_2.tmpl
> title_stdWrap.stripHtml = 1
> title_stdWrap.htmlSpecialChars = 1
> title_stdWrap.htmlSpecialChars.preserveEntities = 1
> subheader_stdWrap.stripHtml = 1
> subheader_stdWrap.htmlSpecialChars = 1
> subheader_stdWrap.htmlSpecialChars.preserveEntitie s = 1
> subheader_stdWrap.crop 1000|...|1
> subheader_stdWrap.ifEmpty.field = bodytext
> }
> }
>
> xmlnews = PAGE
> xmlnews {
> typeNum = 100
>
> 10 >
> 10 < plugin.tt_news
> 10.archive = -1
> 10.pid_list >
> 10.pid_list = {$plugin.tt_news.pid_list}
> 10.singlePid = {$plugin.tt_news.singlePid}
> 10.defaultCode = XML
>
> config {
> index_enable = 0
> metaCharset = utf-8
> disalbeAllHeaderCode = 1
> additionalHeaders = Content-type:text/xml
> xhtml_cleaning = 1
> #admPanel = 0
> }
> }


--
Michael Gnessner
Email: michael (AT) epoche-napoleon (DOT) net
WEB: http://www.epoche-napoleon.net
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3] TT_news: "latest" view i tt_news does not show new newsitems Trine Buhl typo3-english@lists.netfielders.de 0 25.05.2007 01:13
[TYPO3-german] tt_news printlink [tx_ttnews[tt_news] Guido Schulze typo3-german@lists.netfielders.de 10 04.04.2007 09:06
[TYPO3-german] timtab - SQL-Fehler bei "SELECT * FROM tt_news WHEREuid = AND tt_news.deleted=0" Michael Vogel typo3-german@lists.netfielders.de 1 31.01.2007 19:59


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:27 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

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 28 29 30 31 32 33 34 35 36 37 38 39