Interested in contributing to OpenSocial open source projects? View CONTRIBUTING.md for details.
- Activity Streams Action Handlers - agnostic javascript component for working with Activity Streams, Actions, and Action Handlers. Based on v2 draft of Action Handlers specification.
- Activity Streams 2.0 Java implementation - Activity Streams 2.0 implementation based in Java is included as a submodule of the Incubator.
- Activity Streams 2.0 JS implementation - Activity Streams 2.0 implementation based in Javascript is included as a submodule of the Incubator.
If you are using Pump.io to prototype, then please read README-pump.io.md
This project is fully documented using JSDoc 3.
To build the documentation you can run the provided script. You will need to have the jsdoc command installed globally first.
$ buildDoc.sh
or you can alternatively run
$ jsdoc -c jsdoc.conf
Visit https://github.com/jsdoc3/jsdoc for more information about using JSDoc 3.