Hi I am trying to figure out how to implement the Document operations - since these are the operations that mostly left out. However, it's a bit complicated - the only implemented operations like DOCUMENT_APPEND_INLINE_BLIP are too different. If you could implement DOCUMENT_INSERT_ELEMENT operation, I am pretty sure I would be able to do the rest of Document operations using DOCUMENT_INSERT_ELEMENT as example. Also, I was looking at the Google Wave analogy operation implementation - BlipContentRefs.insert, but it seems to confuse more than help, since there are architecture differences between Google Wave and WIAB.
On Oct 25, 8:15 pm, Lennard de Rijk <[email protected]> wrote: > Hi, > > On Mon, Oct 25, 2010 at 10:52 AM, Vega <[email protected]> wrote: > > Are there some example implementations for Robot API Operation > > starter project? I would like to contribute, but a bit of explanation > > of what exactly should be done and a example would make a job a lot > > easier. > > You should be able to take a look at the operations that have been > implemented under [0]. Pick any operation from the list of operations that > are to be done, most of them speak for themselves (or find some more info at > [1]). If there is still a question about what the op should do or how it > should work just drop us a line on the list :). > > Greetings, > Lennard > > [0]http://code.google.com/p/wave-protocol/source/browse/#hg/src/org/wave... > [1]http://code.google.com/apis/wave/extensions/robots/protocol.html -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
