From: "Adam Heath" <doo...@brainfood.com>
So, I need some admin help with cwiki.apache.org, or at least advice. I've got a script that uses xmlrpc to confluence, and fetches all previous page(+versions), comments, attachments(+versions), tracks renames, usernames, and commit messages. I then take all this data and convert it into a long series of git commits, with the files layed out in a proper webslinger design. The author of each git commit is the person who changed the page, added a comment, or uploaded a new attachment.

The issue I am having is the confluence installed on cwiki is old. Newer versions support returning the PageHistorySummary.versionComment thru the rpc; currently, I have to fall back and do a screen scrape of the viewpreviousversions.action page.

Where should I ask for help on this, getting this new api implemented?

infra team: infrastruct...@apache.org

I put them in copy

Jacques
I also have suggestions to make the api more lightweight, when doing incremental updates(which my system supports).

As a side note, there is a severe lack of version comments. This script ends up producing 3117 commits. Some of those are page renames/comments/attachments, which don't have a commit message. Most are page commits. There are only 70 change messages. It'd be nice if people would comment when they change a page, but I don't see a way to enforce that.


Reply via email to