Tazuna Website Builder
Previous: First Tazuna Web Site ----- Contents: Contents ----- Next: Menus

Creole Markup

It is often inconvenient to write HTML. For many purposes it is easier to write Creole markup.

  1. Type java -jar tazuna.jar -c creole creoleproject
  2. Type java -jar tazuna.jar creoleproject

Look into the out directory and compare the result with the input files in the in directory. The content is written in Creole markup.

This example also features a simple menu. However, the menu is exactly the same on each page, because it is part of the template. For more complicated menus, see the next example.

Note that this example uses only one template file index.tpl. This is the master file. If there are no other template files, Tazuna uses index.tpl for the generation of all output files.


Previous: First Tazuna Web Site ----- Contents: Contents ----- Next: Menus
Built with Tazuna.