This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Ian McKellar (author)
Thu Mar 20 14:22:48 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
ajax-environment.js | ||
| |
env.js | ||
| |
feeds-api.js | ||
| |
js.jar | ||
| |
language-api.js | ||
| |
search-api.js |
README
Google AJAX APIs from a server: Here's a little example code for doing Google AJAX API calls from a server. Right now it's just a proof of concept using Rhino. Here's what we've got: env.js - John Resig's "good enough browser/DOM environment" ajax-environment.js - My additional bits of browser/DOM that were needed language-api.js, feeds-api.js, search-api.js - examples js.jar - Rhino 1.7R1 To run them you do something like this: java -jar js.jar -debug language-api.js js.jar is part of Rhino, under the GPL and LGPL I think env.js is copyright John Resig and MIT licensed the reset are copyright Ian McKellar and MIT licensed








