Added RDF/XML Feed of x Newest PHPDN Forum Posts

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Added RDF/XML Feed of x Newest PHPDN Forum Posts

Post by jason »

See the results here:
http://www.devnetwork.net/site_news.html

You can, of course, use the RDF. Remember to Cache the results!!! If you don't know how, ask me. I will be updating the code sample from the link above with a version that does cacheing of results.

It gives you the option of the limit, or basically, how many records you want. You can have anywhere from 1 - 20. Just set limit. If you want, you can leave limit off, and simply get the default, which is 10.

Enjoy. :D
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post by sam »

You have some improper xml coming out man... You have to put a main handler around all the item tabs... kind of like a <body> or <html> tag to keep the xml in proportion.

Cheers Sam
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Yup, I know.

I will be fixing all the output. Just waiting on Manuel's RSS File Writer. =)

We are planning on making a search function that will allow you to search ALL the PHPDN sites from..well anywhere. :D
User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

Thats a good idea Jason, have nice formated seach results from all the PHPDN sites. Seems like a easy job. The funny thing about that, is that i was thinking about something like that also for the news feeds. Peace.
Post Reply