Skip to content

no database CMS, written in PHP, supports themes, soon plugins, and flexible taxonomies (data types) . Hybrid static/dynamic CMS that's cached by default. Runs on anything with PHP. Still in development, but fairly stable.

schutterskwartier/flot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flot

No database (flat) CMS, written in PHP, aiming to be both super simple to use (for non techies too) and flexible enough to be used for making any kind of website.

A totally responsive 'administration' section will allow for a website manager to edit the website from their phone or tablet as well as their everyday computer.

With support for themes (but including a few sensible ones to start you of with) you can make your flot website completely your own.

A plugin architecture will make extending it easy, should you wish to make anything more than a quick, simple website.

Optimised for speed, to be as fast as possible, letting you focus on just writing great content and not the technology behind it. Your sites pages will be compressed and minified as best as your webserver allows, flot will also understand your server, and give you instructions on what you (or your webhost) might change to increase performance (don't worry, this is optional).

Fleixble taxonomies (data types) will make adding webpages that make sense to your website easy, e.g. make a hotel room page, or a product page, or a cake recipe page, each with their own page chosen page parts like text or image galleries or links etc.

A Hybrid static/dynamic architecture means you get the benefits of a data driven website (being able to login and change the website, without touching code), but also the benefits of a static site (speed, and the benefits of no database).

Despite storing the content you enter (web page content, images, etc), flot doesn't need a database. This is great. It means one less security risk, one less 'thing' to set up, one less thing to migrate if you move your site, and getting web hosting will be cheaper, easier, and even more environmentally friendly.

Flot was written in PHP, as it's the most common webserver language, so getting hosting will be no problem.

Flot is open source, which means totally free.

For now, flot is still being developed, but coming together quickly. Check out the flot website, or follow flot on twitter to stay updated.

Flot CMS UI

License

Flot is released under the MIT license (http://opensource.org/licenses/MIT). Basically I want it to be totally free and open source, use it commercially if you want, and if you want to edit it and then redistribute or even sell then no worries, go for it!

The MIT License (MIT)

Copyright (c) 2014 Sam Thomson (@sam_thomson_st)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

no database CMS, written in PHP, supports themes, soon plugins, and flexible taxonomies (data types) . Hybrid static/dynamic CMS that's cached by default. Runs on anything with PHP. Still in development, but fairly stable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.5%
  • CSS 26.2%
  • JavaScript 11.8%
  • HTML 2.1%
  • ApacheConf 0.4%