it would be nice if we could define a cache directive in the xml to
control proxied namespaces, or to precache something that might be
called later
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="title" height="400" author_email="...">
<Require feature="opensocial-0.7"/>
<Require feature="dynamic-height"/>
<Require feature="settitle"/>
<Require feature="views"/>
<Require feature="flash" />
</ModulePrefs>
<ModuleCache>
<Cache expire="test" local="/css/main.css"
src="somesite.com/dir1/dir2/css/main.css" />
<Cache expire="no-expire" local="/css/widget.css"
src="somesite.com/dir1/dir2/css/widget.css" />
<Cache expire="no-expire" local="/images/image.jpg"
src="somesite.com/dir1/dir2/images/image.jpg" />
</ModuleCache>
--
--
Justin Kruger
http://jDavid.net
[EMAIL PROTECTED]
"If you are successful, it is because somewhere, sometime, someone
gave you a life or an idea that started you in the right direction.
Remember also that you are indebted to life until you help some less
fortunate person, just as you were helped." --Melinda Gates
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---