Full entries in XML or RSS format (sy9 0.7)

Having trouble installing serendipity?
Post Reply
pre_dr_og

Full entries in XML or RSS format (sy9 0.7)

Post 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 !
kidgoo
Regular
Posts: 71
Joined: Thu May 12, 2005 6:53 am

Post 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
pre_dr_og

Post 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 !
kidgoo
Regular
Posts: 71
Joined: Thu May 12, 2005 6:53 am

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
pre_dr_org

.htaccess off

Post by pre_dr_org »

all right it works with .htaccess off. I do not need this file ?
pre_dr_og

then...

Post by pre_dr_og »

Great ! RSS works fine ! :P

thanks again !
Post Reply