Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeditioCMS authored Dec 21, 2023
1 parent db7b048 commit cb70073
Showing 1 changed file with 65 additions and 2 deletions.
67 changes: 65 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,65 @@
# Seditio-179
Seditio 179 (stable release)
<h2>Seditio</h2>

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.

<h2>Requirements</h2>

To install Seditio you need the following server software pre-installed:

<ul>
<li>WWW Server (Apache, nginx, etc)</li>
<li>PHP 5.4.0 or higher</li>
<li>MySQL 5.0.7 or higher</li>
</ul>

<h2>Server configuration</h2>

<p>You MUST ensure that PHP has been compiled with support for:</p>

<ul>
<li>GD</li>
<li>Hash</li>
<li>Mbstring</li>
<li>MySQL</li>
<li>PCRE</li>
<li>Sessions</li>
</ul>

<h2>Installation</h2>

<p>1. Copy all files of the engine in the root directory or subdirectory</p>

<p>2. Make the following directory and all their subdirectories writable too with CHMOD 777 or CHMOD 775:</p>

<ul>
<li>/datas/avatars</li>
<li>/datas/defaultav</li>
<li>/datas/photos</li>
<li>/datas/thumbs</li>
<li>/datas/resized</li>
<li>/datas/signatures</li>
<li>/datas/users</li>
</ul>

<p>3. Arrive at <strong>http://your_site/install</strong></p>

<p>4. Follow the instructions of the installer.</p>

<h2>Copyright</h2>

<p>Copyright (c) 2011-2023, Seditio Team<br />
Copyright (c) 2001-2011, Neocrome</p>

<p>All rights reserved.</p>

<h2>License</h2>

<p>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.</p>

<p>BSD 3-clause License</p>

0 comments on commit cb70073

Please sign in to comment.