Hi,
I have just committed the first batch of changes we will be making in the coming weeks.
This commit contains the very first (and very rough/incomplete) new mod_base_site.
This is a simple site with mobile/desktop/etc support.
For people with older sites: we have an experimental mod_atatonic on
http://modules.zotonic.com
This module contains copies of the basic css, javascript en templates from the 0.8 mod_base.
Install this module for minimal work arounds when you want to use your old site on zotonic 0.9.
(Though we didn't test it ...)
The {% menu %} scomp is also changed.
It now generates code for Bootstrap.
You can use the old (superfish) template:
{% menu is_superfish %}
Or use you own template:
{% menu template="mymenu.tpl" %}
As, said before, this is a work in progress and we expect to make many big changes in the coming weeks.
- Marc