> is there a way of uploading/replacing attachments via the xmlrpc > interface? I frequently find myself updating the same attachment and > would like to automate the process. > > I'm currently on MoinMoin 1.5.8 but could upgrade if necessary.
See there (current 1.6): http://hg.moinmo.in/moin/1.6/file/tip/MoinMoin/xmlrpc/__init__.py 865 def xmlrpc_putAttachment(self, pagename, attachname, data): .... Use 1.6.3 at least, not 1.6.[012]. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
