Each website / intranet has it’s own workflows, needs it’s own design and handles specialized information. The templating language zafu is at the center of all this machinery.
The language was created with the following goals in mind:
- xhtml : so templates can be viewed in web browsers.
- type less : less to write means less errors and faster results.
- describe : the language should describe the actions and real content it is displaying.
- ajax : create application like functionalities as easily as you write html.
If you are looking for introductory material, you might be interested in the unknown link.
The documentation is organised by functionality (ajax, forms, context, display, etc). You can use the live search above the menu to quickly find a tag.