CyMonoS
CMS
CyMonoS is a Content Management System (CMS). The main advantage of a CMS is a set of tools which allows the design of an HTML website whitout preliminary knowledge of HTML language. Then, by using CyMonoS, anyone should be able to manage a website.
Why CyMonoS
CyMonos is currently not finished. First, it is a base for the understanding of ASP.NET and Mono/mod_mono. Instructions need to be written. I hope that at the end of the project CyMonos becomes a good quality product.
Main aspect
- Multi-website /Multi-users
- No file, everything is in a database (Postgres)
- Management of the struture of the website looks like a file manager(directory/file)
- Skin management
- Easy to use (content oriented)
Template
With CyMonoS, the design of a website is based on template file. Every skin is a template. Skins are made of HTML tags and template tags. Syntax and
concept are strongly inspired from perl module
HMTL::Template written by Sam Tregar.