Giter Club home page Giter Club logo

flot's Introduction

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.

flot's People

Contributors

samthomson avatar waffle-iron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flot's Issues

Notice In FlotCMS Error Log

A Notice in the log on a fresh un-used/un-modified install: [02-Sep-2015 11:14:23 America/Chicago] PHP Notice: Undefined property: stdClass::$max_width in /home/xxxxxx/public_html/flotcms.xxxxxx.com/flot-admin/core/admin_ui.php on line 270

error when an element is deleted.

when an element is deleted this error occurs:

404 Not Found

The requested URL /flot_flot/www/flot_flot/admin/'.S_BASE_EXTENSION.'flot_flot/admin/index.php was not found on this server.

Menu Generation

I managed to get my localhost with sub-domain working so I got flot installed just fine! Seems to work great except your menu generation starts with <ul> then adds the list items. When I use my own templates and enter flot's tag for menu items, this <ul> totally disables my templates styles for the menu. Why not just start with <li>, that would solve my problems with many of my templates.

flotCMS multilanguage?

I would like to translate flotCMS to Spanish. there is some possibility that it is multilanguage in the future?

Nearly solved my link problems

A long time ago I mentioned I had link problems when using the ckeditor. Extra quotes and slashes were being inserted into the links. You did not have that problem. I finally got around to searching and found out my server had php magic quotes turned on! They must be off for flot to create links correctly! So I searched again and found out I had to do this to turn them off in php 5.3 -

  1. add magic_quotes_gpc = off
    to the php.ini file
  2. add suPHP_ConfigPath /home/yourid/public_html/
    to the .htaccess file.

This worked for me. With newer current php versions of 5.4 and greater those additions are NOT necessary because magic quotes are not supported anymore! Any way, I still have one problem left with links. I always get the main website url in front of any link I create in ckeditor. Now this is the weird part, if I look at the loaded web page source code I only see the link I created, such as google.com but when I move my cursor over that link, even in the source code, the actual link in the browser corner has my website url prepended to it like this - http://mydomain.com/google.com. So I still don't know if flot is doing this or ckeditor is. This happens on my live web server and also my local wamp server. Any tips?

Update - OK, I think I have solved it. Looks like I MUST use http:// to create urls in ckeditor. Then I don't get my site's url inserted in front of the url. Is this a flot or ckeditor limitation?

I still want to use markdown and will find out how to change the editor to some kind of markdown editor sooner or later. It would be nice to have a button to select between ckeditor or markdown.

How do I get more ckeditor options on the toolbar?

Creating links shows the full link on the page. Usually you highlight a word then create a link out of that. That method is not working here. Should it be?

Mod_rewrite not enabled

Trying to install on a shared server with the default .htaccess. Won't install with error: mod_rewrite not enabled. But it is according to hostgator. Any idea what the issue may be? Thanks.

Changing Menus

After I setup my menu how I like it to be and click save, it goes too a blank screen.

Flot will not start

Please delete this comment. I noticed I made a similar comment months ago and it was answered.

Install shows blank page

Installed flot in localhost subdirectory /flot; running http://localhost/flot/start.php gives a blank page and view source shows no page content.

Console error messages:

[Tue Oct 21 17:08:40 2014] [error] [client ::1] PHP Warning: require(/Users/test/Sites/flot_flot/core/flot.php): failed to open stream: No such file or directory in /Users/test/Sites/flot/start.php on line 4

[Tue Oct 21 17:08:40 2014] [error] [client ::1] PHP Fatal error: require(): Failed opening required '/Users/test/Sites/flot_flot/core/flot.php' (include_path='.:/Applications/MAMP/bin/php/php5.6.2/lib/php') in /Users/test/Sites/flot/start.php on line 4

Error on flot.php file

I installed flot for first time, all was well to configure the login details (email and password) and then log in, but when I logout and try log in again I get this error:

Notice: Use of undefined constant S_BASE_PATH - assumed 'S_BASE_PATH' in \flot_flot\core\flot.php on line 6

Warning: require_once(S_BASE_PATHflot_flot/core/base.php): failed to open stream: No such file or directory in \flot_flot\core\flot.php on line 6

Fatal error: require_once(): Failed opening required 'S_BASE_PATHflot_flot/core/base.php' (include_path='\php\pear') in \flot_flot\core\flot.php on line 6

Not Working On IIS

I am trying to run this on IIS, but as mod_rewrite is not enabled, you cannot run the flot installer.
I have converted the .htaccess to web.config correctly, but the start.php will not run!

image

Windows - IIS

Hey, any chance you could get this working with IIS (7.x) on Windows?

Thanks, Matt

Blank page for start.php

Just trying out flot and with apachefriends on localhost here. Can't get to start.php. Shows blank. Any suggestions? I'm in a sub-directory called "flot", not root directory.

Tried flot on my live web host and same thing happens.

Strange happenings when inserting links

Using the editor I insert a link and I get this -

http://mydomain.net/membership/\"http://westcoastdave.ca/siska_dev/onlineregistration/smi_online_registration_new_renew.php\"

The link is supposed to start with the westcoastdave url, not to include the current page of my site. And yes I get the same thing when I insert the link in SOURCE code mode.

Update - saving the page a second time now deletes my link entirely and I only get a link of my current page.

http://mydomain.net/membership/\"\\\"

I much prefer Markdown editors. Is it possible to tell me how to change the wysiwyg editor to a markdown editor or have an option in the settings to enable the editor of choice?

I can't believe no one has found this yet. No one uses links I guess.

Bug install

after downloading flot go to localhost: 8888/start.php but the page remains white

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.