makesites/kisscms

Content Management made Simple

2.9.0 2023-02-20 06:10 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:21:50 UTC


README

Content Management made Simple

A CMS with minimal footprint written in PHP, following best practices in MVC architecture and with main objective to jump start web development by providing a clean and extensible environment.

Current stable: v2.5 Build Status

Website: http://www.kisscms.com

Features:

  • Minimal setup
  • Uncluttered administration area
  • Wiki-style page creation
  • Slim template engine with simplified methods
  • Copy paste for plugin installation
  • Automated minification of css/js
  • LESS support

Setup

KISSCMS can be installed by using Composer (getcomposer.org) or just by downloading the files straight from the Github repository.

  1. Extract the archive and place the contents of the folder where you want your website to be located.
  2. Place the files in the ./public folder should in your web root. All other folders one directory level above it.
  3. Open a browser and enter the address of your website. Sample content should already work with no further effort.
  4. Go to ./admin in your browser to enter the administration area. The default (username/password) are: ** admin / admin **

Customization

The default setup is optimized for a new website with its own domain. If you want an altered setup, please open the file "html/index.php" in a text editor to modify the paths as it's apropriate. The html folder also contains web assets which you can freely modify to create your custom layout. The configuration of basic CMS options is located through the administration bar. For instructions how to extend the CMS with additional logic please refer to the "Reference" section.

Upgrading

If you haven't modified anything in the APP folder, upgrading should be as simple as replacing the APP folder with the latest version. For added security you can rename the old app folder and refer to is as a BASE folder so it will operate as a fallback. If you need further assisctance please send a support ticket through the issue tracker on github: http://github.com/makesites/kisscms/issues

Reference

For further information how to manage your website, customize it's features and access the methods available to you please refer to the official documentation: http://kisscms.com/reference

Showcase

A few of the sites using this open source:

K&D Interactive Makesites Insider GoCollab Evermood

Credits

Lead Developer: Makis Tracend ( @tracend )

Distributed through Makesites.org

License

This work is released dual-licensed under the MIT/X11 license and the GNU General Public License (GPL)