Registry Candidates for Lightstreamer

From MemberWiki

Jump to: navigation, search

This is a candidate registry entry for Lightstreamer Web Client library, starting from version 5.0. (Note: version 5.0 is not publicly available yet).

Status

Not yet approved.

Proposed Registry Entry

Lightstreamer: { 
    namespaceURI:"http://www.lightstreamer.com/", 
    version:"5.0", 
    globals_to_approve:["Lightstreamer"],
    attributes_to_approve:["html:*@lightstreamer"], 
    specificationURI:"http://www.lightstreamer.com/docs/client_web_5_jsdoc/",
    email: "support@lightstreamer.com" 
}

Using new syntax

Here is the above content re-expressed using the new, revised syntax we discussed at the 2008-03-21 face-to-face meeting. Once we approve the new syntax, we should delete the snippet just above and leave the code just below.

Lightstreamer: { 
    namespaceURI:"http://www.lightstreamer.com/", 
    version:"5.0",
    to_approve: {
        globals:["Lightstreamer"],
        markups:["[lightstreamer]"]
    },
    specificationURI:"http://www.lightstreamer.com/docs/client_web_5_jsdoc/",
    email: "support@lightstreamer.com" 
}
Personal tools