[
https://issues.apache.org/jira/browse/SHINDIG-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617940#action_12617940
]
Chris Chabot commented on SHINDIG-478:
--------------------------------------
Yea counting on caja would only create more of a problem :)
I guess the quick-and-dirty solution would be to do the same thing as we do
with analyitics, use external references? like:
<feature>
<name>analytics</name>
<dependency>core</dependency>
<gadget>
<script src="http://www.google.com/ig/lib/liburchin.js"/>
<script src="http://www.google.com/ig/lib/libanalytics.js"/>
</gadget>
</feature>
Dirty, but ... hey it's good for the browser cache right? :)
> First pass of client-side OpenSocial Templates feature
> ------------------------------------------------------
>
> Key: SHINDIG-478
> URL: https://issues.apache.org/jira/browse/SHINDIG-478
> Project: Shindig
> Issue Type: New Feature
> Components: OpenSocial feature (Javascript)
> Reporter: David Byttow
> Attachments: templates.patch
>
>
> This is a drop of the code that was prototyped and developed alongside of the
> proposal for OpenSocial Templates
> (http://groups.google.com/group/opensocial-and-gadgets-spec/web/overview)
> Open issue: Currently the feature links to three files in code.google.com.
> Instead, should use maven to grab these files and build the lib.
> To run this feature in your local Shindig server browse to:
> http://your_server/gadgets/ifr?url=http://ostemplates-demo.appspot.com/staging/hello.xml
> A full demo of this code can be found at: http://ostemplates-demo.appspot.com/
> Other links:
> Spec discussions for OpenSocial templates, data pipelining, and standard
> tags: http://groups.yahoo.com/group/os-templates
> Wiki being used by the above group: http://wiki.opensocial-templates.org/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.