Apache Shindig Features What is it? ----------- Shindig is a JavaScript container and implementations of the backend APIs and proxy required for hosting OpenSocial applications. This is the features component of Shindig. Documentation ------------- The most up-to-date documentation can be found at http://shindig.apache.org Using features -------------- You can automatically include new features into your shindig server by adding them to this directory. Features should exist in a self-contained directory with the following structure: features |_your-feature-name |_feature.xml |_code-to-run-inside-gadget.js |_code-to-run-inside-container.js The structure of feature.xml is as follows: TODO: link to xml schema for feature.xml your-feature-name (required) any dependency you have (optional, may have multiple) (optional)