1. Saturday, July 07 2007 18:00Bug fixes, site options

    We have just added the site configuration options (languages, default lang, authentication scheme, etc). We have also changed some important features of zafu templates part identification (changed to ID instead of PATH).

    Now any html element identified with an ID can be replaced/extracted using include tag. For example, the code below is identified by ‘main_title’.

    <h1 id='main_title' do='title'>hello</h1>

    Gaspard Bucher