Author: doll
Date: Fri Jan 11 18:12:13 2008
New Revision: 611352
URL: http://svn.apache.org/viewvc?rev=611352&view=rev
Log:
Added the rest of the code necessary to run the opensocial sample container.
This should now fully replace the code.google.com site. See the javascript
README for instructions on running the sample.
To get this working I had to
- add a caja compatible jquery and the statefileparser.js file. these work
together to parse opensocial data definitions as specified by the state.dtd file
- add an html page which allows you to set the gadget to display as well as the
state file to use
- include a basic state file as a default as well as a copy of the
getting-started.html file that used to be on code.google.com
Added:
incubator/shindig/trunk/features/opensocial-samplecontainer/caja-compatible-jquery.js
incubator/shindig/trunk/features/opensocial-samplecontainer/statefileparser.js
incubator/shindig/trunk/javascript/samplecontainer/
incubator/shindig/trunk/javascript/samplecontainer/getting-started.html
incubator/shindig/trunk/javascript/samplecontainer/samplecontainer.html
incubator/shindig/trunk/javascript/samplecontainer/state-basicfriendlist.xml
incubator/shindig/trunk/javascript/samplecontainer/state.dtd
Modified:
incubator/shindig/trunk/features/opensocial-samplecontainer/feature.xml
incubator/shindig/trunk/features/opensocial-samplecontainer/samplecontainer.js
incubator/shindig/trunk/javascript/README