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.
To install Seditio you need the following server software pre-installed:
- WWW Server (Apache, nginx, etc)
- PHP 5.6.0 or higher
- MySQL 5.0.7 or higher
You MUST ensure that PHP has been compiled with support for:
- GD
- Hash
- Mbstring
- MySQL
- PCRE
- Sessions
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 (c) 2011-2024, Seditio Team
Copyright (c) 2001-2011, Neocrome
All rights reserved.
Seditio is free software; you can redistribute it and/or modify it under the terms of the 3-clause BSD License (or New-BSD) as published by Regents of the University of California.
BSD 3-clause License