Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.79 KB

README.md

File metadata and controls

61 lines (34 loc) · 1.79 KB
SociAbLe ============== Social Abstraction Layer

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)

Quick start

Three quick start options are available:

  • [Download the latest release]
  • Clone the repo: git clone .

Features

Versioning

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/.

Bug tracker

Have a bug or a feature request? Please open a new issue.

Author

Ian Arundale

License TBC.