You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Dave <sn...@gmail.com> on 2007/06/06 00:09:20 UTC

Feeds from Confluence?

Anybody figure out how to get a feed of changes from Roller's Confluence wiki?

If you go here you can get a list of feeds for Roller:
http://cwiki.apache.org/confluence/spaces/listrssfeeds.action?key=ROLLER

There are separate feeds for "new pages" and "updated pages" listed there.

For example, this is the new pages URL:
http://cwiki.apache.org/confluence/spaces/createrssfeed.action?types=page&spaces=ROLLER&statuses=created&maxResults=15&publicFeed=true&title=[Apache+Roller]+New+Pages+Feed

Two problems. 1) that's a horribly ugly URL and 2) the feed contains
only this, which appears to be both the wrong feed and empty.

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/" ver
sion="2.0">
  <channel>
    <title>Confluence RSS Feed</title>
    <link>http://cwiki.apache.org/confluence</link>
    <description>pages in all Spaces.</description>
  </channel>
</rss>

Same thing for the updated changes feed.

I also tried the Feed Builder from the Confluence dashboard with the
same level of success.

- Dave