Page 1 of 1

Full entries in XML or RSS format (sy9 0.7)

Posted: Sun Jul 17, 2005 2:48 am
by pre_dr_og
Hi. my purpose is to be able to reed some serendipity contents through Flash SWF interface. I need to get the data of one entry at the time. The best format for flash is XML, so I wanted tu use the RSS feeds as flashdata. The problem is that only titles & description are dsplayed, not the full body of the entry. I think I use a 0.7 version.

- is there any way to display other fields of the entry table ? (I saw an array serendipity[blogDescription] on the php config.inc but i did not find the definition of it.
- if not, is there any way to convert articles in simple XML format (thrugh a plugin i would not have noticed )?
- if not, is there a way to get the wole datas in one ony RSS feed in this s9y version ?
- if not, can OPML plugin answer to this problem (i don't know yet what it's for)

thank you !

Posted: Sun Jul 17, 2005 3:04 am
by kidgoo
Hi,

First, are you aware of the security flaw in the version of s9y you're currently running? You should upgrade immediately if you haven't taken precautions...See blog.s9y.org for more info..

And secondly, you should be able to grab the full entries by installing the Syndication Sidebar Plugin...it will give you the proper links.

Again, I urge you to upgrade to avoid any problems!!!


Brett

Posted: Sun Jul 17, 2005 4:30 pm
by pre_dr_og
Thanks.

All right I tried to install 0.8 version and it gives me a hard time :

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Apache/ProXad [Dec 22 2004 18:41:28] Server at vibrisse.free.fr Port 80"

is what I now see on every page !

Posted: Sun Jul 17, 2005 4:47 pm
by kidgoo
Hrm...

Do your apache error logs provide any insight?
When you say "every page," do you mean just if you try to access a page in s9y, or every single page on your server?

Brett

Posted: Sun Jul 17, 2005 9:09 pm
by garvinhicking
Check with your ".htaccess" file and temporarily remove it. It may contain problematic assignments which you need to check with your Server Admin.

Once you've removed it try to set the "URL Rewriting" in s9y configuration to "none". That should get rid of problematic .htaccess settings.

Regards,
Garvin

.htaccess off

Posted: Mon Jul 18, 2005 5:07 am
by pre_dr_org
all right it works with .htaccess off. I do not need this file ?

then...

Posted: Mon Jul 18, 2005 5:37 am
by pre_dr_og
Great ! RSS works fine ! :P

thanks again !