https://github.com/seditiocms/seditio-180
Seditio CMS Fast and Secure is under development and will be available in early 2026
https://github.com/seditiocms/seditio-180
ajax cms-framework css3 engine html html5 javascript mysqli open-source php php74 php8 seditio tpl xtemplate
Last synced: about 1 month ago
JSON representation
Seditio CMS Fast and Secure is under development and will be available in early 2026
- Host: GitHub
- URL: https://github.com/seditiocms/seditio-180
- Owner: SeditioCMS
- License: bsd-3-clause
- Created: 2025-01-31T11:56:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T06:30:59.000Z (about 1 month ago)
- Last Synced: 2025-04-05T07:26:15.785Z (about 1 month ago)
- Topics: ajax, cms-framework, css3, engine, html, html5, javascript, mysqli, open-source, php, php74, php8, seditio, tpl, xtemplate
- Language: PHP
- Homepage: https://seditio.com.tr
- Size: 9.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Seditio
Seditio is a modular content management system and content management framework powered by PHP and MySQL.
The engine distinguishes itself from other content management systems by keeping the HTML code completely separate from the PHP.
This allows graphic designers to create skins without having to know much PHP. Seditio can be skinned by editing pre-made skins
supplied by the community, or easily making one's own by creating a template, and simply substituting for the TPL tags.Requirements
To install Seditio you need the following server software pre-installed:
- WWW Server (Apache, nginx, etc)
- PHP 5.4.0 or higher
- MySQL 5.0.7 or higher
Server configuration
You MUST ensure that PHP has been compiled with support for:
- GD
- Hash
- Mbstring
- MySQL
- PCRE
- Sessions
Installation
1. Copy all files of the engine in the root directory or subdirectory
2. Make the following directory and all their subdirectories writable too with CHMOD 777 or CHMOD 775:
- /datas/avatars
- /datas/defaultav
- /datas/photos
- /datas/thumbs
- /datas/resized
- /datas/signatures
- /datas/users
3. Arrive at http://your_site/install
4. Follow the instructions of the installer.
Copyright
Copyright (c) 2011-2025, Seditio Team
Copyright (c) 2001-2011, Neocrome
All rights reserved.
License
Seditio is free software; you can redistribute it and/or modify it under the terms
of the BSD 3-Clause License ("BSD New" or "BSD Simplified") as published by Regents of the University of California.