All Projects β†’ sydes β†’ Sydes

sydes / Sydes

Licence: gpl-3.0
Lightweight CMF for a simple sites with sqlite database

Projects that are alternatives of or similar to Sydes

Simple Php Router
Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.
Stars: ✭ 279 (+4550%)
Mutual labels:  cms, lightweight
Booklibrary
πŸ“šSimple Book library application written on flask with SQLite database.
Stars: ✭ 98 (+1533.33%)
Mutual labels:  cms, sqlite-database
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (+5400%)
Mutual labels:  cms, lightweight
Cms
GleezCMS - A Light, Simple, Flexible Content Management System
Stars: ✭ 200 (+3233.33%)
Mutual labels:  cms, lightweight
Uguu
Simple lightweight temporary file hosting.
Stars: ✭ 359 (+5883.33%)
Mutual labels:  sqlite-database, lightweight
Maquette
Pure and simple virtual DOM library
Stars: ✭ 729 (+12050%)
Mutual labels:  lightweight
Wpseku
WPSeku - Wordpress Security Scanner
Stars: ✭ 791 (+13083.33%)
Mutual labels:  cms
Platform
A modular multilingual CMS built with Laravel 5.
Stars: ✭ 719 (+11883.33%)
Mutual labels:  cms
Glide
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
Stars: ✭ 6,256 (+104166.67%)
Mutual labels:  lightweight
Croogo
A CakePHP powered Content Management System
Stars: ✭ 824 (+13633.33%)
Mutual labels:  cms
Notion Api Worker
Notion as CMS with easy API access
Stars: ✭ 806 (+13333.33%)
Mutual labels:  cms
Backdrop
Backdrop core code repository.
Stars: ✭ 779 (+12883.33%)
Mutual labels:  cms
Uplot
πŸ“ˆ A small, fast chart for time series, lines, areas, ohlc & bars
Stars: ✭ 6,808 (+113366.67%)
Mutual labels:  lightweight
Splide
Splide is a lightweight, powerful and flexible slider and carousel, written in pure JavaScript without any dependencies.
Stars: ✭ 786 (+13000%)
Mutual labels:  lightweight
Spruce
A lightweight state management layer for Alpine.js. 🌲
Stars: ✭ 720 (+11900%)
Mutual labels:  lightweight
Utox
Β΅Tox the lightest and fluffiest Tox client
Stars: ✭ 820 (+13566.67%)
Mutual labels:  lightweight
Pcp
Performance Co-Pilot
Stars: ✭ 716 (+11833.33%)
Mutual labels:  lightweight
Typo3.cms
The TYPO3 Core - Enterprise Content Management System. Synchronized read-only mirror of http://git.typo3.org/Packages/TYPO3.CMS.git
Stars: ✭ 761 (+12583.33%)
Mutual labels:  cms
Dnn.platform
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
Stars: ✭ 798 (+13200%)
Mutual labels:  cms
Easy Php
A Faster Lightweight Full-Stack PHP Framework πŸš€
Stars: ✭ 754 (+12466.67%)
Mutual labels:  lightweight

SyDES - Lightweight CMF for a simple sites with SQLite database

WIP

This is early-dev version of 3.x branch
If you wanna production version, please check main repo https://github.com/artygrand/SyDES

Overview

SyDES is a free open source content management framework for small/medium sites with non-typical functionality and complex design. 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.

Main features

  1. Fast and lightweight engine (only ???KB for engine + 3.55MB by ckeditor and ckfinder)
  2. Support multi-language for site and admin center
  3. Friendly and customizable interface with some magic and changeable skins
  4. Easily expandable with modules, plugins, constructors and infoblocks
  5. Uses a SQLite3 via PDO
  6. Easy the development and integration of new templates, modules and plugins
  7. User-friendly URLs, automatic robots.txt, sitemap.xml and rss

Install

Old-style

  1. Download compiled archive from last release and unzip in site root folder
  2. Open this site in browser
  3. Select your language from available
  4. Enter login, password and e-mail
  5. Create new site

From console

  1. composer create-project --prefer-dist -sdev sydes/sydes
  2. php sydes install

System requirements

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

Third-party software

  • CKEditor + plugins
  • CKFinder (DEMO)
  • jQuery
  • jQuery UI
  • jquery nestedSortable
  • Bootstrap
  • Bootstrap datePicker

License

The CMF SyDES is open-sourced software licensed under the GPL v3 or any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].