Forum OpenACS Development: Re: xowiki 0.47

Collapse
20: Re: xowiki 0.47 (response to 19)
Posted by Matthew Coupe on
Thanks for your relpy gustaf,

I tried it again uploading a file and it seemed to work fine.

I think I was trying to run before I could walk...

How feasible would it be to link to a file uploaded to some other hosting service? We're looking at uploading GBs of data and don't want the additional strain on our dotLRN server. This is what I was trying to do when I got a similar message to the one above. I don't know if this is even possible with podcasting (having content hosted externally to the xml file)?

Cheers!

Collapse
21: Re: xowiki 0.47 (response to 20)
Posted by Gustaf Neumann on
if you have the background delivery activated, the additional strain for the server is very low, since no connection threads are blocked during delivery. From the organizational point of view, storing podcasts at the same place as other learning resources makes maintenance easier than storing this at different places (e.g. permissions, archiving, ....). technically, it would be possible to provide links instead of files (one should care about a simple interface and issues like cross site scripting etc. when implementing it).
Collapse
22: Re: xowiki 0.47 (response to 21)
Posted by Matthew Coupe on
Background delivery sounds interesting, I'll have a look at that. Keeping the files together is ideal but we are going to be building up a massive repository of high definition videos so it's just not feasible to keep them together.

On a different matter, I'm trying to include various package functionality within the wiki page, such as displaying a set of faqs and a chat window.

I've managed to get a couple of packages working pretty well , such as including a list of recent posts to a weblogger with links to the actual post itself, but the two mentioned above I am struggling with.

The main problem seems to be that the pages I am trying to include require a query string variable so each time I try to include them like this:

{{adp /packages/faq/www/one-faq {faq_id 2474310}}}

I get a message like

We had a problem with your input:

You must supply a value for faq_id

Please back up using your browser, correct the above error, and resubmit your entry.

Thank you.

Is it possible to pass query string variables through an adp include or will I need to edit the faq and chat packages themselves?

cheers