Mapix CMS : Demonstration website

Mapix CMS : a new generation of CMS
Mapix CMS is a very simple CMS that allows to modify any content in your websites without using a database.
All the content of your website is written in XML files that are editable through mapix back office (see the online demo).
Mapix is free (GNU GPL Licence), simple to use, extensible and will integrate many extensions in the following months : Forum, Blog, E-Commerce...
If you are interested in Mapix CMS developpement, do not hesitate to visit the sourceforge.net project site.
How does mapix works ?
It consists in one main PHP class that parses a map file (usually /content/mapix.xml).
This XML document is an instance of the Mapix XML Schema and contains "special" tags that define the structure of the website.
This structure contains two encapsed trees : the sitemap tree and the transform tree.
When a URL is called on your website, Mapix first focus on the sitemap tree and finds the page node that matches the URL.
Then, Mapix parses and process the transform tree found in the page node.
The result of this transform is a XML document that can be static (a XML file),
or generated after one or many XSL transformations, or dynamically generated by a server script (such as PHP).
Where can i meet the mapix community ?
Mapix is created and maintained by a small french company : IRCF (www.ircf.fr)
You can contact the author at gpl@ircf.fr