Re: Rewriting gadgets.js

2010-04-28 Thread Tim Wintle
(I've got a shipping deadline today so sending comments on what I've read) On Tue, 2010-04-27 at 08:09 -0700, Paul Lindner wrote: I think you need to checkout the connect branch Spot on, looks like `git merge origin/connect` has pulled the correct changes. Are you running this on windows? I

Re: Rewriting gadgets.js

2010-04-27 Thread Paul Lindner
I've put my experimental gadgets.js rewrite code on github at http://github.com/lindner/shindig/commits/connect To try it out use: mvn mvn -Prun http://localhost:8080/connect/page.html Here's what's supported: * gadget tags os:gadget url=//os:gadget * context/config tag

Re: Rewriting gadgets.js

2010-04-27 Thread Paul Lindner
;) On Fri, Apr 16, 2010 at 2:51 AM, Paul Lindner lind...@inuus.com wrote: I've been spending some time making it easier to implement gadgets in a container and it seems like I'm going down the path of rewriting gadgets.js. I'd like to hear what others have done with/to this to implement

Rewriting gadgets.js

2010-04-16 Thread Paul Lindner
I've been spending some time making it easier to implement gadgets in a container and it seems like I'm going down the path of rewriting gadgets.js. I'd like to hear what others have done with/to this to implement their containers and hopefully make something that works much better. Here's what

Re: Rewriting gadgets.js

2010-04-16 Thread Tim Wintle
On Fri, 2010-04-16 at 02:51 -0700, Paul Lindner wrote: I've been spending some time making it easier to implement gadgets in a container and it seems like I'm going down the path of rewriting gadgets.js. I'd like to hear what others have done with/to this to implement their containers