SociAbLe is a generic, flexible, open source social networking framework designed to be functional, lightweight, easy to extend.
SociAbLe is designed to be:
- Multiplatform (HTML5 + responsive design)
- Modular (generic functionality easily extended)
- Solid (confidence through unit testing)
Three quick start options are available:
- [Download the latest release]
- Clone the repo:
git clone
.
- Fully featured server side authentication using facebook oAuth
- Integration with both Graph API (http://developers.facebook.com/docs/reference/api/) and Open Graph (https://developers.facebook.com/docs/opengraph/overview/)
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, SociAbLe will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
Have a bug or a feature request? Please open a new issue.
Ian Arundale
License TBC.