> Also is there any documentation available for the JavaScript APIs > (i.e. gadgets.*)? Even a javadoc-like HTMLization of the js sources > would be useful.
http://code.google.com/apis/opensocial/docs/index.html API Reference (v0.7) -> gadgets (core) and gadgets (feature-specific) Finally, how much of the iGoogle front-end is Shindig aiming to > implement? For example, does it intend to (or does it already) allow > drag & drop re-ordering of gadgets, serialisation of gadget > settings/positions/states, tabbed views, native RSS support, etc.? This is the subject of much discussion right now. I wouldn't state the goal in terms of "implementing iGoogle" functionality so much as making it easy for containers to integrate gadgets support while customizing their user experience. The concrete idea is to replace javascript/container/gadgets.js with a much more modular and flexible implementation that takes in layout management, persistence, rendering, logging, and other such plug-ins, each with its own defined interface and default implementations. A few such implementations could be plugged together to create an iGoogle-like (eg. portal-like) experience... At present there's largely some exploratory work done by individuals thinking about the problem. John > > > Thanks, > > Tamlyn. >

