On Sun, Jun 28, 2009 at 12:24 PM, Loic Dachary <l...@dachary.org> wrote:
> > The code is at > https://code.elgg.org/extensions/plugins/opensocial/shindig/ > and although it does not contain a version number that would allow me > to figure out if it's 0.7 or 0.8 the first commit is > r521 | kevin | 2008-08-17 12:23:00 +0200 (Sun, 17 Aug 2008) > I don't see branches at > http://svn.apache.org/repos/asf/incubator/shindig/ > that would give me a hint about which shinding version was current at > the time. However, since opensocial 0.8 was published in may 2008, I > suppose the answer is that shindig was supporting opensocial 0.7 ( > published in january 2008). > > Or maybe I missed a much easier way to figure this out ;-) > I took a quick look, and wow, that's a blast from the past! That code unfortunately is way old. You might be best of taking a new snapshot of shindig (either the 1.0 release that supports OpenSocial 0.8 or a svn checkout from the trunk to get some new nifty 0.9 features), and re-implement the Elgg specific classes required to make it tick, the old elgg plugin has some Elgg{People,AppData,Activities} classes which you can use as inspiration, and use Partuza's classes to see how that should work now with a current shindig version.