mirror of https://github.com/BOINC/boinc.git
8bdf177e4e
* Custom IE Javascript interface is gone, it was replaced with a cross-browser Web RPC. In the HTML doc you can add: <script type='text/javascript' src='/api/static/boinc.js'></script> In the JavaScript code you can: var boinc = new BOINC(); From there you can get the username like: var userName = boinc.getUserName(); * Default resources are embedded within the executable in much the same way XPM images are embedded in the manager. /api/static/index.html /api/static/boinc.png /api/static/boinc.js |
||
---|---|---|
.. | ||
boinc.js | ||
boinc.png | ||
index.html |