##FrontPlate - Template driven CMS Note: This project is in heavy development
- This CMS uses a PHP PDO to a SQLite database stored at /common/database.sqlite3
- The admin panel is built using Backbone.js as well as Require.js to load in environment modules
- Move all the files to the proper location in your development environment (htdocs)
- Hit your development environments root URL. You should hit the automatic installer.
- At this point everything should be installed, browsing to [Your Dev Env URL]/admin/ should render the admin panel. (Default login is admin/admin)
Anyone and everyone welcome! Send me pull requests, or even just logging bugs for me! Any contribution to this project is much appreciated at this point.
- Media section, upload/delete, attach to pages
- Template helpers, navigation rendering functions etc
- Admin settings, site title, add/delete/edit accounts etc
- Subpages/multi-level site structure, an reordering of that
- Support for 3rd party plugins
- Build/Style out installer
- Automatic update system for core, an eventually plugins
- Many, many more things!