This extension provides support for developing OpenSocial applications (XML and JavaScript) in Komodo.
Brief install guide:
Overview of OpenSocial code assistance provided by Komodo:
Example OpenSocial XML code with DTD:
<?xml version="1.0" encoding="UTF-8"?>
<Module xmlns="http://code.google.com/apis/gadgets">
<ModulePrefs title="Sample1" >
<Require feature="opensocial-0.7"/>
</ModulePrefs>
<Content type="html-inline">
<![CDATA[
...
]]>
</Content>
</Module>
Example OpenSocial container state XML file with DTD:
<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="http://code.google.com/apis/opensocial">
<viewer>
<person id="myperson@dummy.com" name="Person" email="myperson@dummy.com" />
</viewer>
...
</container>
OpenSocial References: