Re: [xwiki-users] Removing comments, attachments, etc from certain pages

2010-03-10 Thread Phoenix Hawk
Hi Josh, You can check out: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Scripting In particular: #set ($showcomments = "no") #set ($showattachments = "no") #set ($showhistory = "no") #set ($showinformation = "no") or #set($docextr

[xwiki-users] Appending to a page via Rest

2011-01-03 Thread Phoenix Hawk
Hi guys, I need to update wiki pages with minimum amount of data transferred across the network. Current approachs I've tried are are Rest and XmlRpc but they require me to download the entire wiki page before I can update it. Can anyone suggest how I can eliminate the download (it is slow and t

Re: [xwiki-users] Appending to a page via Rest

2011-01-04 Thread Phoenix Hawk
On Tue, Jan 4, 2011 at 6:09 PM, Thomas Mortagne wrote: > Hi, > > On Tue, Jan 4, 2011 at 08:19, Phoenix Hawk wrote: > > Hi guys, > > > > I need to update wiki pages with minimum amount of data transferred > across > > the network. > > > > Current