Hi again Monsignor,
Reposting the hacky "getting started" instructions. Also turning up the heat to get a proper SDK out ASAP.
Here's the hacky way of getting started.
1. go to service explorer (http://browserplus.yahoo.com/developer/services/)
2. install JSONRequest
3. find it on your disk (on osx it'll be in ~/Library/Application Support/Yahoo!/BrowserPlus/Corelets/JSONRequest/1.0.8)
4. copy the directory out
5. inspect and change the manifest.json and the core implementation.
6. copy into corelets directory to publish (i.e. RSSReader/1.0.0)
7. restart BrowserPlus to force it to rescan corelets directory
Now warnings, the development environment here sucks, our real SDK will address this, but in the meantime this should let you play and explore.
JSONRequest is a good place to start because of the obvious similarities, and you can probably throw out the json parsing library.
Also, some interesting, though outdated, information is available here:
http://hackety.org/2008/06/09/dismantlingBrowserPlus.htmllloyd