SyDES - Lightweight CMF for a simple sites with SQLite database
This is early-dev version of 3.x branch
If you wanna production version, please check main repo https://github.com/artygrand/SyDES
SyDES is a free open source content management framework for various small or medium personal sites. With iblocks you can put any dynamic or static content to any page that allows you to create any entity, such as a blog, catalog or even gallery. Multi-Site will allow to create network of satellites with any domain or language.
- Fast and lightweight engine (only ???KB for engine + 3.55MB by ckeditor and ckfinder)
- Support multi-language for site and admin center
- Friendly and customizable interface with some magic and changeable skins
- Easily expandable with modules, plugins, constructors and infoblocks
- Uses a SQLite3 via PDO
- Ease the development and integration of new templates, modules and plugins
- User-friendly URLs, automatic robots.txt, sitemap.xml and rss
- Download and unzip archive in site root folder
- Open this site in browser
- Edit chmod, if needed
- Enter login, password, master code and e-mail
- Create new site
composer create-project --stability=dev sydes/sydes .
php sydes install
Apache 2.2, PHP 5.4, PDO with sqlite driver, mod_rewrite, JSON, url_fopen or cURL, ZipArchive.
Upload check.php to the server to check the requirements
- CKEditor + plugins
- CKFinder (DEMO)
- jQuery
- jQuery UI
- jquery nestedSortable
- Bootstrap
- Bootstrap datePicker
The CMF SyDES is open-sourced software licensed under the GPL v3 or any later version.