odCMS stands for Open Designs Content Management System and was built using PHP.
odCMS is a set of PHP programs used to create dynamic HTML documents by retrieving the data stored in regular files, process those data with user scripts which are also stored in regular files, and then output the data to the browser so that they look like normal web pages.
Some of the files are managed by SQLite so no database configuration is necessary.
The main feature of odCMS is the use of designs from open source designs for the page layout.
There are functions provided for the designs to themes conversion but the user can create the themes using any editor by following the simple steps of this process.
Here are some key features of "odCMS":
Usage examples:
· Social networking – allow people to sign up as members where they can share interests and activities.
· Announcements – allow members to broadcast their messages.
· Forum – open discussions where members can post topics as well as post reply to topics. Visitors can also participate but cannot post new topics.
· Personal website – members can set up their own websites where they can create pages for gallery, blog or news, and document (static page).
Requirements:
· PHP 5 or higher
· SQLite enabled