Newsroom Update

Beginning in May, a special Today at Apple series titled “Made for Business” will offer small business owners and entrepreneurs free opportunities to learn how Apple products and services can support their growth and success. Learn more >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

location of RSS XML files

I need to know the location of my wiki's rss xml file on the server, where can I find it?

Posted on Jul 2, 2008 2:01 AM

Reply
6 replies

Jul 3, 2008 10:35 AM in response to Ruud op den Kelder

There is no rss xml file that is stored on the server for the wiki. The wiki generates the rss feed when you ask for it. The way to get an rss feed for any page listing is to add .rss to the page name requested.
So, if you want an rss feed of a particular search:
/groups/mygroupname/search/index.rss?q=search_term&field=title

So, you have your web based rss reader do a GET on that url to get the rss data. You can do the same thing with atom by exchanging .rss for .atom

Jul 7, 2008 1:49 PM in response to Doug Whitmore

I would be grateful if you expounded on that "generates" statement. I realize there are XSL transforms going on, and one can override these by duplicating them from /usr/share/wikid/apple_templates/ into /Library/.../WikiServer/Themes/. But what is being transformed?

Best I can tell, Apple's customized python code is building XML on the fly and handing it off the the XSL files. I looked through the /usr/share/wikid/lib/python directory, and there is so much going on there: zanshin, twisted, xmlrpc, sqlite3. Hard to reconstruct how all this works.

location of RSS XML files

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.