SMPL is a single file, template independent, open-source, standards-compliant, extensible content management system for the web, created and maintained by Gowon Patterson for Gowon Designs.
To get started, checkout https://github.com/gowondesigns/smpl!
Two quick start options are available:
- Download the latest development release.
- Clone the repo:
git clone git://https://github.com/gowondesigns/smpl.git
.
To increase transparency, improve organization, and increase maintain backwards compatibility, SMPL 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 increment the major version (minor and patch reset)
- New additions without breaking backward compatibility increment the minor version (patch resets)
- Bug fixes and misc changes increment the patch version
For more information on SemVer, please visit http://semver.org/.
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
Copyright © 2013 Gowon Patterson, Gowon Designs.
This program is distributed under the terms of the [GNU General Public License Version 3] (http://www.gnu.org/licenses/gpl-3.0.html).