Page 1 of 1

Rss of a single Article

Posted: Fri 8. Jul 2005, 14:56
by Athas
Hi to all,
I need to create an rss for a single article. With [RSS] RT I can only create rss concerning entyre categories, is it possible to create one only for a particular article?

Riccardo

Posted: Fri 8. Jul 2005, 15:00
by Kosse
Hi,

maybe a stupid answer but, why don't you just create 1 article in 1 category, just for the RSS?

Cheers

Posted: Fri 8. Jul 2005, 16:58
by Athas
why don't you just create 1 article in 1 category
I can't do it, I'm realizing a newspaper website, so I need to insert different articles in each category and need to create an rss for each article, cause I need them to use on another website.

Riccardo

Posted: Fri 8. Jul 2005, 17:12
by Kosse
You can use the RT {RELATED:numberofarticlesyouwanttoshow:keyword},

Create an article for the specific articles to be shown.
There you put an html content part with only:
{RELATED:50:RSS}

In every article you want to be feeded, you put in the keyword field of your article: RSS

So, now you have an article that shows the 50 articles to be part of your rss feed.

Then, apply the RSS on that article.

Cheers

Posted: Mon 11. Jul 2005, 10:02
by Athas
I've tried that way,
but the rss-feed give only the summary of the article, is it possible to create a rss feed with the entire text? I've created the articles with text/images and I need that informations to publish on another website.

Riccardo

Posted: Mon 11. Jul 2005, 10:12
by frold
the best solution would be if you where able to do something like this

rss.php?id=x,x,x,x,x,x

where x,x,x,x,x is the article ;-)

Posted: Mon 11. Jul 2005, 12:02
by Athas
ok, but how can I create the rss with rss tag?

Riccardo

Posted: Mon 11. Jul 2005, 12:49
by frold
Athas wrote:I've tried that way,
but the rss-feed give only the summary of the article, is it possible to create a rss feed with the entire text? I've created the articles with text/images and I need that informations to publish on another website.

Riccardo
I dont think it is possible!