Introduction
Why YCMS ?
I'd been searching
for a CMS which could run on my web server and guess what: I hadn't
found it... All major scripts required MySQL database server and I had a PostgreSQL account so I thought:
If you want something to be done OK do it yourself
and so I ended up
with an idea of writing a database independent CMS.
Features
I'm planing Yggdrasil to include fallowing features:
- database independent,
- modules and plugins with easy to use (un)installer,
- API for extending features of a system (so that user won't
have to edit any PHP script etc.),
- powerful template engine,
- own documents syntax (like in wiki pages),
- multiple websites on one engine (so that user can run several
sites on the same script which (optionally) share some content
(like news)).