Converting a sequence of AppliedDelta's for storing (import feature)

2011-12-08 Thread Ali Lown
NB: This import code only needs to work for the next month/two, so any hacky methods should be suitable for doing the following task (the 'dirty' code can be removed once the import feature is no longer needed). Using the wave API's I can get a sequence of ProtocolAppliedWaveletDelta's for any

Questions about implementing 'linky' WAVE-275

2011-12-08 Thread Ali Lown
There seem to be a few references to 'linky' distributed through the code (in doodad/Link and doodad/Suggestion) does this mean someone else is already implementing this? The diagram on the old FAQ [0] suggests that linky was implemented as an agent. Does this mean that it should be implement as

Re: Questions about implementing 'linky' WAVE-275

2011-12-08 Thread Yuri Z
No, AFAIK the code is legacy from Google Wave. I don't think that Linky should be implemented as robot/robot agent. I guess you can just register listener on update events and then insert the link annotation whenever text in the edited blip looks like a URL. So your suggestions sound right to me.

Re: Questions about implementing 'linky' WAVE-275

2011-12-08 Thread Thomas Wrobel
If you tackle this, remember to assign yourself to; https://issues.apache.org/jira/browse/WAVE-275 :) ~~ Reviews of anything, by anyone; www.rateoholic.co.uk Please try out my new site and give feedback :) On 9 December 2011 01:09, Yuri Z vega...@gmail.com wrote: No, AFAIK the code is