Forum OpenACS Development: Re: Photo-Album Includelet for Xowiki

Collapse
Posted by Dave Bauer on
I don't have any opinions or advice on integrating with xowiki really.

I'd make the parameter a Tcl list, like it is now that's easier to deal with.

You don't even need the { } around the parameter value.

I have an idea for bulk uploads but I never implemented it. Processing a zip file into a bunch of CR objects should be pretty straightforward and might be something reusable.

Collapse
Posted by Richard Hamilton on
Yes. Where do you think such a general bulk CR upload tool should correctly sit? Subsite administration? User homepage?

I will have to ask Gustaf how one would make an existing CR item visible to an xowiki instance (so that it appeared in xowiki admin as an xowiki object). Is it a matter of flagging it as an instance of xowiki::object and how might this be achieved?

R.