Informations
This release 0.4.3.1 have some interesting new features
Boilerplated CMS
The default theme is build with Boilerplate, the CSS is very simple and with few rows your template can adapt to small screens down to smartphones.
The doctype is HTML5 and the Javascript framework is JQuery.
RESTful ready
This release include RESTLER as REST framework.
Write your own API is really a joke, see the examples:
Here you GET a list of areas
http://www.x3cms.net/demo/api/example
Here you GET a detail view of area with ID 2
http://www.x3cms.net/demo/api/example/2
Here you GET again the detail view of area with ID 2 but as XML
http://www.x3cms.net/demo/api/example/2.xml
The others options PUT, POST and DELETE are obviously disabled :)
More informations and documentation at www.x3cms.net.